SyndaceThe ESP32 comes with stupid amounts of standard library, including (multiple) crypto libraries and Expat for XML. Also it's quite optimized to do internet stuff while clocking at 240 MHz, I'm pretty sure that a bit of XMPP should be doable for it. Also two cores ^^
SyndaceThe standard lib even includes protobuf, if you want to OMEMO :P
flowSyndace, COM8, which sytems software do you run on the ESP32?
flow(I have no experience with the ESP32 and maybe that's a stupid question because there is only one)
SyndaceI run ESP-IDF in my current project, which is the somewhat official toolchain by the producer. Most people tend to use the Arduino toolchain.
SyndaceAnd that's all the toolchains I know of.
patrikhas left
SyndaceOh and the OS which runs when using ESP-IDF is FreeRTOS, not sure what OS Arduino flashes.
VaulorNot XMPP yet but with ESP32. Simple life counter for Magic the Gathering (card game)
VaulorSyndace: Have you worked a lot with these?
SyndaceVaulor: What does "a lot" mean? :D I've been working with different microcontrollers/dev kits for quite a while. Specifically with the ESP32 for only about three months.
patrikhas left
patrikhas joined
Tobihas left
Alacerhas joined
Tobihas joined
Alacerhas left
Alacerhas joined
Alacerhas left
Alacerhas joined
Alacerhas left
patrikhas left
patrikhas joined
patrikhas left
patrikhas joined
patrikhas left
patrikhas joined
Alacerhas joined
Alacerhas left
Alacerhas joined
Alacerhas left
COM8has joined
COM8has left
COM8has joined
Alacerhas joined
COM8flow: I'm also using ESP-IDF but in C++ instead of C