Need direction: Learning Zephyr with ESP32 #48761
Replies: 4 comments 8 replies
-
I think after the tutorial on how to bring up Zephyr to your ESP32, most of the work is more Zephyr than actually ESP32. The bring up: https://zephyrproject.org/zephyr-rtos-on-esp32/ |
Beta Was this translation helpful? Give feedback.
-
Hello @ams-tech13 @Dark1886 @rftafas I'm reaching here because I m looking for information to properly setup the esp32 configuration. Unfortunately this is always blinking led or simple application so no real difficulty. I m blocked while trying to do more complex topics, communicating with https etc. Do you have succeed with this ? @ams-tech13 you initially indicated you would like to work similar topics. I opened #62237 few days ago but no feedback at the moment. Thanks for sharing ! |
Beta Was this translation helpful? Give feedback.
-
@joelguittet Did you check the latest videos on that channel I mentioned above? They even have a tutorial about writing a driver. Other than that, there is a tutorial in Portuguese on website Embarcados - google translator friendly - about out of tree application with WiFi. While it may be a bit outdated, it still should be useful. |
Beta Was this translation helpful? Give feedback.
-
We don't have anything on that sense, unfortunately. Although this doesn't seem to be specific to ESP32, I do agree such example would be interesting. The team from Golioth have something that could inspire you: https://blog.golioth.io/how-to-add-golioth-to-an-existing-zephyr-project/ Other than that, it is good & old documentation reading. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can anyone point me to good resources, keywords etc for the below described application?
My plan is to connect an ESP32 to the network and just insert randomly generated value to a database like influxDB or even ElephantSQL, it does not matter which one, you can suggest something else as well.
So far I have been succesfully able to run the sample codes, and connect to the wifi, but I am still somewhat lost. Been reading, but its too much.
I have done this previously with arduino, raspberry pi etc. But i want to get my hands on Zephyr now.
Any help is greatly appreciated. Thank you
Beta Was this translation helpful? Give feedback.
All reactions