How to send a GET request from an ESP32 to a Node.js HTTP/2 server running on a Raspberry Pi 3.
Raspberry Pi 3: HTTP/2 server setup
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 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: using a 10.1” display
The objective of this post is to analyze a 10.1" display for the Raspberry Pi. The display was tested on a Raspberry Pi 3 model B+. Introduction The objective of this post is to analyze a 10.1" display for the Raspberry Pi. You can check below at figure 1 a picture of the display. Figure 1 - Image …
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"