Search found 18 matches

by MichaelS
Mon Sep 02, 2024 7:55 am
Forum: General Discussion
Topic: Is it possible to read my OTA partition application image size at runtime
Replies: 3
Views: 1089

Re: Is it possible to read my OTA partition application image size at runtime

Thanks both of you for your responses.
MicroController: yes I could do this but I was not wanting to reinvent the wheel.
boarchuz: Thanks, this is exactly what I needed
Cheers
by MichaelS
Sun Sep 01, 2024 11:00 am
Forum: General Discussion
Topic: Is it possible to read my OTA partition application image size at runtime
Replies: 3
Views: 1089

Is it possible to read my OTA partition application image size at runtime

I am developing (because I couldn't find an IDF example app) an application where my ROOT_MESH will download and update itself with an OTA image from an HTTPS server (from working example), and then proceed to read the current working OTA partition and send it in fragments of 1024 bytes across the W...
by MichaelS
Mon Aug 26, 2024 8:37 am
Forum: General Discussion
Topic: Problem on MESH_NODEs using IDF WIFI MESH for MQTT and OTA via remote HTTPS Server
Replies: 0
Views: 583

Problem on MESH_NODEs using IDF WIFI MESH for MQTT and OTA via remote HTTPS Server

I have been developing a preparatory application to confirm use of the ESP32 for a Mesh based IOT project using MQTT. So far everything has been running well where I have taken project example from the ESP IDF installation, tested them and worked the into my application. I have a MQTT5 TLS host inte...
by MichaelS
Sat Aug 24, 2024 9:45 am
Forum: General Discussion
Topic: ESP32 Mesh network - Connecting from MESH_NODE to HTTPS on laptop on local LAN
Replies: 0
Views: 620

ESP32 Mesh network - Connecting from MESH_NODE to HTTPS on laptop on local LAN

I have 3 ESP32-S3 dev kits. They are all running the same software in the factory and OTA partitions. I have a WIFI Mesh network and MQTT and OTA implemented. I have an self organised WIFI mesh network a node acting as my MESH_ROOT positioned right next to my WIFI AP, and 2 MESH_NODEs close enough t...
by MichaelS
Wed Aug 21, 2024 6:31 am
Forum: General Discussion
Topic: ESP32 debugging working using a ESP-PROG board together with an ESP32-S3 dev board
Replies: 0
Views: 584

ESP32 debugging working using a ESP-PROG board together with an ESP32-S3 dev board

I am trying to get ESP32 debugging working using a ESP-PROG board together with an ESP32-S3 dev board. I am using VSCode with IDF ver 5.3. I have tried following a few guides and videos but they are a little different and some are out of date. So far: I have connected up the JTAG interface pins from...
by MichaelS
Sat Aug 10, 2024 2:43 am
Forum: General Discussion
Topic: Example of WiFi Mesh for external MQTT communications
Replies: 1
Views: 710

Example of WiFi Mesh for external MQTT communications

Hi I am looking for an operational IDF example of WiFi Mesh which can be used with MQTT for external communications to a broker. I am using IDF ver 5.3 Looking at the Mesh examples on provided in Vscode I selected ip_internal_network. I configured built and ran it and it and worked but found it not ...
by MichaelS
Mon Aug 05, 2024 11:48 pm
Forum: IDEs for ESP-IDF
Topic: What is the best method for updating esp-idf to get latest commits VS Code extension
Replies: 3
Views: 5194

Re: What is the best method for updating esp-idf to get latest commits VS Code extension

I a lot of searching and reading about peoples experience :o I found the best documentation on Microsofts marketplace website: https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension#:~:text=In%20Visual%20Studio%20Code%2C%20select,not%20supported%20inside%20configured%20paths...
by MichaelS
Thu Aug 01, 2024 7:47 am
Forum: General Discussion
Topic: WiFi disconnects on first start and then connects on 2nd and works fine
Replies: 1
Views: 1121

WiFi disconnects on first start and then connects on 2nd and works fine

Hi I have an annoying but somewhat cosmetic problem with WiFi on EPS32WROOM using IDF. On startup, the WiFi usually fails to connect first time. It always succeeds on a second attempt and then works reliably. It just makes for a slow startup while developing and testing. Logs below, if there is anyt...
by MichaelS
Thu Aug 01, 2024 7:39 am
Forum: General Discussion
Topic: Cellular modem interface using SPI
Replies: 6
Views: 2333

Re: Cellular modem interface using SPI

What sort of equivalent baud rate can you get out of i2c?
by MichaelS
Sun Jul 28, 2024 12:24 am
Forum: ESP-IDF
Topic: Using MQTT5 example with HIVEHQ Broker
Replies: 1
Views: 776

Re: Using MQTT5 example with HIVEHQ Broker

I managed to get this going with help from the HiveMQ forum which seem more active than this one :( For the benefit of anyone else struggling with this in future... I went to the MQTT SSL example first and followed the instructions without any modifications but could not get it to connect to the Mos...