Search found 1 match
- Tue Feb 18, 2020 4:57 am
- Forum: Bitcraze
- Topic: Use ESP32 as the primary controller
- Replies: 1
- Views: 4093
Use ESP32 as the primary controller
Hi, I recently ported crazyfile code to my ESP32 board (Wi-Fi MCU from espressif) with sensors mpu6050+vl5301+pmw3901, and communicate with cfclient through Wi-Fi UDP. The official ESP32 SDK (ESP_IDF) is based on FreeRTOS also, so the code work is not so much hard. ;) Preliminary tests show it works...