STM32F1 Blue-pill: WiFi shield (WiFiNINA)
For me, It’s very important the network connection and network limitation on STM32F1 It’s very tedious. Adafruit offers a solution, but I think that a shield It’s more usable.
For me, It’s very important the network connection and network limitation on STM32F1 It’s very tedious. Adafruit offers a solution, but I think that a shield It’s more usable.
LineaMeteoStazione is a complete weather station solar powered which can be interfaced with professional sensors from Sensirion as well as some Davis Instrument components (Rain Gauge, Anemometer) It also can be interfaced with a...
This starting guide will talk about how it works LineaMeteoStazione, a bit more technically speaking.
Technical Guide Receiver, Network and Manager Device
This starting guide will talk about how it works LineaMeteoStazione, a bit more technically speaking.
Technical Guide Display.
This starting guide will talk about how it works LineaMeteoStazione, a bit more technically speaking.
Technical Guide Master Device, Sending and Collecting Data.
OTA (Over the Air) update is the process of uploading firmware to an ESP module using a Wi-Fi connection rather than a serial port. Such functionality becomes extremely useful in case of limited or no physical access to the module.
In this article we are going to see the OTA updates with the Arduino IDE, firmware, filesystem, signed and unsigned.
One most common need when you use IOT device with WIFI is the first connection attemp, It’s very tedious to hard code WIFI parameter, but a library allows you to connect your esp8266/esp32 to different Access Points (AP) without having to hard code and upload new code to your board. Additionally, you can also add custom parameters (variables) and manage multiple SSID connections with the WiFiManager library.