How to run a HTTP/2 server on the Raspberry Pi 3, using Node..js
Raspberry Pi 3: Running a Node.js script
How to run a Node.js script on the Raspberry Pi 3.
Raspberry Pi 3: Node.js Hello world
How to print a "Hello World" message on the Raspberry Pi 3, running Raspbian
Raspberry Pi 3 Raspbian: Getting input from the Python shell
In this tutorial, we will check how to get user input from the shell, using Python on the Raspberry Pi. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, installed using NOOBS. The Python version used was 3.5.3. Introduction In this tutorial, we will check how to get user input from the …
Continue reading "Raspberry Pi 3 Raspbian: Getting input from the Python shell"
Raspberry Pi 3 Flask: Receiving HTTP POST Request from ESP32
In this tutorial we will check how to setup a simple Flask server on the Raspberry Pi and send HTTP POST requests to it from the ESP32. Then, we will access the body of the request on the Raspberry Pi. The Python version used on this tutorial was 3.5.3 and it was tested on a Raspberry Pi …
Continue reading "Raspberry Pi 3 Flask: Receiving HTTP POST Request from ESP32"
Raspberry Pi Flask: Receiving HTTP GET Request from ESP32
In this tutorial we will check how to setup a very simple Flask server on the Raspberry Pi and send HTTP GET requests to it from an ESP32 running the Arduino core. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, and on a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this …
Continue reading "Raspberry Pi Flask: Receiving HTTP GET Request from ESP32"
Raspberry Pi 3 Raspbian: Exposing a Flask server to the local network
In this tutorial we will check how to expose a Flask server to the local network, so it can be reached from clients connected to that same network. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, installed using NOOBS. Introduction In this tutorial we will check how to expose a Flask server …
Continue reading "Raspberry Pi 3 Raspbian: Exposing a Flask server to the local network"
Raspberry Pi 3: Getting the local IP address
In this tutorial, we will check how to get the local IP address of the Raspberry Pi using the command line and the ifconfig command. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, installed using NOOBS. Introduction In this tutorial, we will check how to get the local IP address of …
Continue reading "Raspberry Pi 3: Getting the local IP address"
Raspberry Pi 3 Raspbian: Running a Flask server
In this tutorial, we will check how to start a very simple Flask server on the Raspberry Pi and return a "Hello World" message to clients that send a request to it. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, installed using NOOBS. Introduction In this tutorial, we will check how to …
Continue reading "Raspberry Pi 3 Raspbian: Running a Flask server"
Raspberry Pi 3 Raspbian: Running Python scripts on IDLE
In this tutorial, we will check how to write Python scripts and run them using IDLE, a Python IDE. This tutorial was tested on a Raspberry Pi 3 model B+, running version 4.9 of Raspbian, installed using NOOBS. Introduction In this tutorial, we will check how to write Python scripts and run them using IDLE. As we have seen in …
Continue reading "Raspberry Pi 3 Raspbian: Running Python scripts on IDLE"