Great video! I'm thinking about using an esp32 as a co processor with a feather or itsy bitsy and this way especially helpful with the wiring diagram. My only concern or question rather, is whether or not the spi firmware adafruit made to allow using the esp32 as a co processor supports running the esp32 in access point mode so another device could connect to it? I would really like to be able to use it create a mini local webserver so I can write the user interface for a project with web technologies, sending commands with http calls. Do you know if something like this would be possible and supported with the spi API and adafruit esp32 firmware? Thanks again!
That's a great question! I'm not sure if it is currently possible. I would guess no. I recommend you post an issue to the Adafruit_CircuitPython_ESP32SPI repo: github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
Great project but the rototron link isn’t working for me. My enhancement: I’d like to add web time as a service over BLE. I like the quick pace of the video.
Thanks, Great tutorial. Have you had any chance to work with circuitpython on Particle Argon, Boron? It will be great help and nice next tutorial for the series.
hi, I have recently saw a couple of your videos to understand how to use the Raspberry Pi. I am elaborating a project that uses 3 stepper motors of 4 wires. My question is: Is there a way I can connect the 3 stepper motors to the raspberry? and, how can I Program those motors? I hope that you read my comment and that you can answer it. thank you for your time. PD. I am really sorry for my bad English, it is my 3° language
I have a stepper motor tutorial: ruclips.net/video/LUbhPKBL_IU/видео.html The techniques in the tutorials are applicable to driving multiple bi-polar steppers from a Raspberry Pi. I also recommend you take a look at PyCNC: github.com/Nikolay-Kha/PyCNC.
I just did this (using a Samd51 board, ESP32 and CircuitPython 6.2.0) and I used the newest (as of Feb 2021) adafruit firmware: github.com/adafruit/nina-fw/releases/tag/1.7.1. All still works. Firmware had to be flashed as in tutorial, flashing via Thonny didn't work. I was about ready to switch arduino until I found this. Thanks!
Great video! I'm thinking about using an esp32 as a co processor with a feather or itsy bitsy and this way especially helpful with the wiring diagram.
My only concern or question rather, is whether or not the spi firmware adafruit made to allow using the esp32 as a co processor supports running the esp32 in access point mode so another device could connect to it? I would really like to be able to use it create a mini local webserver so I can write the user interface for a project with web technologies, sending commands with http calls.
Do you know if something like this would be possible and supported with the spi API and adafruit esp32 firmware?
Thanks again!
That's a great question! I'm not sure if it is currently possible. I would guess no. I recommend you post an issue to the Adafruit_CircuitPython_ESP32SPI repo: github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
Great project but the rototron link isn’t working for me.
My enhancement: I’d like to add web time as a service over BLE.
I like the quick pace of the video.
Sorry power outage. It's back up now.
Thanks, Great tutorial. Have you had any chance to work with circuitpython on Particle Argon, Boron? It will be great help and nice next tutorial for the series.
Sorry, I have not used the Particle boards.
I know I am kinda randomly asking but does anyone know a good website to stream newly released series online?
@Nicholas Gordon lately I have been using flixzone. Just google for it :)
@Nicholas Gordon i watch on flixzone. You can find it by googling :)
@Nicholas Gordon I would suggest flixzone. You can find it by googling =)
hi, I have recently saw a couple of your videos to understand how to use the Raspberry Pi. I am elaborating a project that uses 3 stepper motors of 4 wires. My question is: Is there a way I can connect the 3 stepper motors to the raspberry? and, how can I Program those motors?
I hope that you read my comment and that you can answer it. thank you for your time.
PD. I am really sorry for my bad English, it is my 3° language
I have a stepper motor tutorial: ruclips.net/video/LUbhPKBL_IU/видео.html
The techniques in the tutorials are applicable to driving multiple bi-polar steppers from a Raspberry Pi. I also recommend you take a look at PyCNC: github.com/Nikolay-Kha/PyCNC.
Thank you
I just did this (using a Samd51 board, ESP32 and CircuitPython 6.2.0) and I used the newest (as of Feb 2021) adafruit firmware: github.com/adafruit/nina-fw/releases/tag/1.7.1.
All still works.
Firmware had to be flashed as in tutorial, flashing via Thonny didn't work.
I was about ready to switch arduino until I found this. Thanks!