CircuitPython nRF52840 ESP32 WiFi Tutorial

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 14

  • @matthewcosti5206
    @matthewcosti5206 5 лет назад

    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!

    • @rdagger
      @rdagger  5 лет назад

      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

  • @wm6h
    @wm6h 5 лет назад

    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.

    • @rdagger
      @rdagger  5 лет назад

      Sorry power outage. It's back up now.

  • @hussnainahmed7578
    @hussnainahmed7578 4 года назад

    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.

    • @rdagger
      @rdagger  4 года назад +1

      Sorry, I have not used the Particle boards.

    • @nicholasgordon5967
      @nicholasgordon5967 3 года назад

      I know I am kinda randomly asking but does anyone know a good website to stream newly released series online?

    • @peytonjasiah3288
      @peytonjasiah3288 3 года назад

      @Nicholas Gordon lately I have been using flixzone. Just google for it :)

    • @trevorluciano4295
      @trevorluciano4295 3 года назад

      @Nicholas Gordon i watch on flixzone. You can find it by googling :)

    • @jaxxkameron8181
      @jaxxkameron8181 3 года назад

      @Nicholas Gordon I would suggest flixzone. You can find it by googling =)

  • @pepephelps4919
    @pepephelps4919 5 лет назад

    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

    • @rdagger
      @rdagger  5 лет назад

      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.

    • @pepephelps4919
      @pepephelps4919 5 лет назад

      Thank you

  • @yobmod
    @yobmod 3 года назад

    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!