Link

ESP32 boards support

MCU2 PWM mode4PWM mode3 PWM mode6 PWM modepwm frequency config
esp32✔️✔️✔️✔️

Esp32 devices have full coagulability using the SimpleFOClibrary and will work with all driver types.

BoardNameSpecificationsLinkPrice
ESP32(ex. NodeMCU)
- 3,3V / 5V logic
- 16 PWMs
- all pins interrupts
- 240MHz
- Wifi + Bluetooth
Ebay10€
ESP32 R32 D1 board- 3,3V / 5V logic
- 16 PWMs
- all pins interrupts
- 240MHz
- Wifi + Bluetooth
- Arduino headers
Amazon
Ebay
10€

Arduino IDE support package

ESP32 boards are supported using arduino-esp32 package, it is open source software provided by the espressif. You can download the support package through the Arduino Board Manager by searching for esp32 or follow the instruction of their webpage package installation.

ESP8266 boards support

MCU2 PWM mode4PWM mode3 PWM mode6 PWM modepwm frequency config
esp8266✔️✔️✔️✔️

Esp8266 devices are still in the initial support phase in the SimpleFOClibrary and have been tested with a set of different drivers. These boards have only 4 pwm pins so the 6PWM motor control cannot be implemented, as well as having only one analog input, the foc current control is not possible.

BoardNameSpecificationsLinkPrice
NodeMCU ESP8266- 3,3V logic
- 4 PWMs
- all pins interrupts
- 80-160MHz
- Wifi
Aliexpress2-10€
ESP8266 ESP-12E D1 board- 3,3V logic
- 4 PWMs
- all pins interrupts
- 80-160MHz
- Wifi
- Arduino UNO R3 headers
Amazon
Aliexpress
3-10€

Arduino IDE support package

ESP8266 boards are supported using arduino-esp8266 package, it is open source software provided by the espressif. You can download the support package through the Arduino Board Manager by searching for esp8266 or follow the instruction of their webpage package installation.