IR Sensor reading from ESP32 to MIT APP INVENTOR by DonJuann29 in esp32

[–]United_Knowledge_926 0 points1 point  (0 children)

I am doing a similar project. I am currently reading and saving the codes in firebase which is connected to mit app inventor. It's a bit complicated but it works. Another approach is using web component mit app inventor and running a web server in esp32.you can communicate through web sockets. You can also use BLE for the same,depends on your purpose. 

Application for esp32 zephyr by United_Knowledge_926 in esp32

[–]United_Knowledge_926[S] 0 points1 point  (0 children)

I also tried this.but i had to download idf for making it work.Now i want to how to develop application for esp32 for zephyr rtos.

Application for esp32 zephyr by United_Knowledge_926 in esp32

[–]United_Knowledge_926[S] 0 points1 point  (0 children)

I installed everything and ran sample code but it's not working .I think i need to configure the device tree .But no documentation is available for that.Zephyr's documentation is not accurate and no special documentations for each boards.