Raspberry Pi
Reference info
Setup Raspberry
Upgrade to the last Raspberry Pi OS
// To change the locals and regional settings
$ sudo raspi-config
// Install Yarn package manager:
$ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install yarnInstall Git
Upgrade wiringPi C Lib (for GPIO)
Install Docker
First Docker App
Install Node.js
Installation on Raspberry Pi 4
Installation on Raspberry Pi 3
C programming on Raspberry
Other Apps in C
Blink a Led Written in C
Other Apps in Node.js
Run an Alpine image and interact with it
Integration with Input-Output
GPIO
Make a led Blinking
Take Input and Set Output
Based on Input Create a cryptographic key
Web Socket Button Input to turn on/off Led
Temperature & Humidity DHT11 Sensor
Last updated