I just published on GitHub some code which presents one possible way to implement firmware update over the air for the ESP32:
- esp32-fuota – Sample application for the ESP32
- docker-fuota-server – Sample update server
Connect objects
I just published on GitHub some code which presents one possible way to implement firmware update over the air for the ESP32:
In order to test some location data generated by an embedded application I’m developing for one of my clients, I need to plot tracks on a map. I already used QGIS 10 years ago, and I have kept in mind that it was supporting Python scripting. This could accelerate my tests a lot. So, let’s go for it.
Continue reading “Displaying tracks with QGIS”Classes or books about software engineering for embedded systems:
Updated: 21-Jul-2023
I started a list of sensor development kits, on Github this time.
A presentation providing an overview of the domain that is today called IoT or connected objects is available here: https://pascalbod.github.io/iot-en-presentation.
The perspective is the one of the system integrator, who has to make a system fulfilling (more or less) detailed functional specifications,
Updated: 16-Mar-2022
Data Rate | Configuration | Indicative Bit Rate (b/s) | N |
---|---|---|---|
0 | LoRa: SF12 / 125 kHz | 250 | 51 |
1 | LoRa:SF11 / 125 kHz | 440 | 51 |
2 | LoRa:SF10 / 125 kHz | 980 | 51 |
3 | LoRa:SF9 / 125 kHz | 1760 | 115 |
4 | LoRa:SF8 / 125 kHz | 3125 | 222 |
5 | LoRa:SF7 / 125 kHz | 5470 | 222 |
6 | LoRa:SF7 / 250 kHz | 11000 | 222 |
7 | FSK: 50 kbps | 50000 | 222 |
Updated: 30-Nov-2021
I attended the Sierra Wireless Innovation Summit, on last Wednesday and Thursday. Which means that I got the opportunity to play with a mangOH Yellow board and Octave, and that I brought back home the board 🙂
Before starting to write my first own application, today I connected a lithium-ion battery to the board, and configured Octave to display charge status. Which took me less than one minute. Impressive.
Continue reading “Connecting a battery to the mangOH Yellow”