bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Node.js

Node.js

Hardware & IoT

Hardware & IoT focused on Node.js and Raspberry Pi and related concepts.

Lesson 1visual

Node.js and Raspberry Pi

Node.js and Raspberry Pi

7 min
Read lesson →
Lesson 2

Node.js Raspberry Pi - GPIO Introduction

Node.js Raspberry Pi - GPIO Introduction

3 min
Read lesson →
Lesson 3

Node.js Raspberry Pi GPIO - Blinking LED

Using the GPIO for Output In this chapter we will use a Raspberry Pi and its GPIO to make a LED blink. We use Node.js with the onoff module to control the GPIO. To get a LED light to turn on, we use…

5 min
Read lesson →
Lesson 4

Node.js Raspberry Pi GPIO - LED and Pushbutton

Using both Input and Output In the previous chapter we learned how to use a Raspberry Pi and its GPIO to make a LED blink. For that we used a GPIO pin as "Output". In this chapter we will use another…

5 min
Read lesson →
Lesson 5

Node.js Raspberry Pi GPIO - Flowing LEDs

Using Array With Output to Create Flowing LEDs In this chapter we will use several GPIO pins to create a "flowing" effect by turning them on and off in sequence. What do we need? For this you need: A…

6 min
Read lesson →
Lesson 6

Node.js and Raspberry Pi - Webserver with WebSocket

Node.js and Raspberry Pi - Webserver with WebSocket

7 min
Read lesson →
Lesson 7visual

Node.js Raspberry Pi RGB LED with WebSocket

Using Pulse-Width Modulation In the previous chapters we have learned how to use WebSocket, and how to use GPIO to turn LEDs on and off. In this we will use chapter we use a RGB LED, with PWM (Pulse-…

17 min
Read lesson →
Lesson 8

Node.js Raspberry Pi - Components

Node.js Raspberry Pi - Components

4 min
Read lesson →