is it possible to use without modifications the recommended connection driver L298N + ESP32 when using RB PICO directly without modifications for the control and direction of rotation with respect to the voltage 3.3V RB PICO W?
2 Answers
Hi.
Yes.
You can use the same connections.
For the code, you can use the same code used for the ESP8266 if you’re using arduino IDE (https://randomnerdtutorials.com/esp8266-nodemcu-dc-motor-l298n-motor-driver-control-speed-direction/ )
Or if you’re using MicroPython, you can use this one: https://randomnerdtutorials.com/micropython-esp32-esp8266-dc-motor-l298n/
I hope this helps.
Regards,
Sara