CMake Error Setting Up Zephyr Environment for MicroPython on ESP32
Hello guys am working on a simple temperature monitoring system using
I tried
Along with my MicroPython Script (main.py)
But during the build process, an error occurs indicating that the MicroPython module is not found.
Do any one have any suggestions as to how I can resolve this??
MicroPython on a Zephyr RTOS-supported microcontroller, such as the ESP32, and transmit the data over Bluetooth Low Energy (BLE) to a mobile app? Am currently trying to setup a Zephyr environment for MicroPythonI tried
Along with my MicroPython Script (main.py)
But during the build process, an error occurs indicating that the MicroPython module is not found.
Do any one have any suggestions as to how I can resolve this??