@Elomunait Welcome! Can you let us know a bit about your technical background, what brings you to DevHeads, and what you're looking to learn/contribute?!
Hi everyone, I am Abhi. I work on battery management systems (BMS) on algorithm (embedded C) , testing automation and data (python) making the BMS more intelligent to detect and diagnose faults faster. Looking for collaborations with fellow engineers!
@ryanc3282002 Welcome! Can you let us know a bit about your technical background, what brings you to DevHeads, and what you're looking to learn/contribute?!
Hiii @techielew i got into Embedded Ai and working as a research Engineer. Seeking to explore deeper into hard core Embedded systems. If anyof you can suggest a clear roadmap it will be highly appreciated. Thanks
Usually, MQTT protocol allows the payload size of up to 256 MB. But always recommended to check with the broker documentation to ensure if there is any limit from mqtt broker s/w side. I don't think the size has to do with MCU either ESP32 or any other
I'd prefer asynchronous handling of data using buffer and then let the CPU handle other tasks. In this case, data transfer will be hapenning in the background so the CPU is free to complete other tasks
@Middleware & OS any micropython users in server? We’re discussing C, Rust, Python/micropython on next week’s Office Hours and would love the additional perspective? I know @abhishek awasthi is a Python user, @barafael is a rust lover, and everyone better know some C/C++ (hopefully @kmulier will be able to join and lend some perspectives).
If you’d like to address any other languages lmk but really curious if there’s a micropython power user in the house!
Hi! Has anyone already used the MQTT protocol with an ESP32 for external access to the local network? Is there any documentation available to set up such a system or a tutorial?