In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: Deleting a file from the file system”
A site about programming, IoT and technology. Find tutorials for many different projects.
In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: Deleting a file from the file system”
In this tutorial we will check how to make a HTTP/2 GET request from the ESP32 to a Node.js server. The tests shown on this tutorial were performed using an ESP32 board from DFRobot.
Continue reading “ESP32: HTTP/2 GET request to Node.js server”
In this tutorial we will check how to read the content of a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: reading a file from the file system”
In this tutorial we will learn how to create a file on the micro:bit file system. We will also write some content to it.
Continue reading “Micro:bit MicroPython: creating a file in the filesystem”
The objective of this tutorial is to explain how to perform a HTTP PUT request using the ESP8266 and the Arduino core. The tests from this tutorial were performed on a DFRobot’s ESP8266 FireBeetle board.
On this tutorial we will check how to create a simple “Hello World” application using low.js and the ESP32.
In this tutorial we will check how to obtain the method of a request performed to a HTTP/2 Node.js server.
Continue reading “Node.js HTTP/2 server: obtain request method”