Search found 10 matches

by steeley
Wed May 11, 2022 5:42 pm
Forum: Drivers for External Components
Topic: USB host co-processor
Replies: 2
Views: 26896

Re: USB host co-processor

Is anyone using this library successfully?

Looks like it hasn't been worked on for several years.
by steeley
Wed Apr 20, 2022 1:27 pm
Forum: ESP32 boards
Topic: Olimex ESP32-POE: LAN works with 1.14 but not with later versions (made with IDF4)
Replies: 8
Views: 2890

Re: Olimex ESP32-POE: LAN works with 1.14 but not with later versions (made with IDF4)

I have never got this to work either! Is this actually included in v1.18? esp32 dev kit board wired like this: https://sautter.com/blog/ethernet-on-esp32-using-lan8720/ running the code above just gives: Initializing LAN Traceback (most recent call last): File "<stdin>", line 6, in <module> OSError:...
by steeley
Wed Apr 20, 2022 9:43 am
Forum: ESP32 boards
Topic: Correct way to build firmware?
Replies: 3
Views: 1139

Re: Correct way to build firmware?

Many thanks for the speedy reply :)
This solves the problem.

I also needed to do 'make submodules' when in the ports/esp32 directory, otherwise I got an error about db.h not found.
by steeley
Wed Apr 20, 2022 9:00 am
Forum: ESP32 boards
Topic: Correct way to build firmware?
Replies: 3
Views: 1139

Correct way to build firmware?

Could someone point me to a 'howto' for building firmware - assuming one exists... I'm using ESP32 boards. I've searched around and found nothing of use except outdated/incomplete bits or things that don't work. Made some attempt: Downloaded ESP-IDF and followed these instructions for MacOS: https:/...
by steeley
Tue Apr 19, 2022 12:04 pm
Forum: ESP32 boards
Topic: ESP-32-c3 BLE not working
Replies: 2
Views: 2195

Re: ESP-32-c3 BLE not working

thanks for the info. I should have made it clear that I'm just interested in using BLE not Bluetooth classic. I seem to have it working on the C3 after removing the timer code The only thing is I have to unplug and replug it to get it to work after I have uploaded new code - maybe not so much of an ...
by steeley
Mon Apr 18, 2022 8:18 pm
Forum: ESP32 boards
Topic: ESP-32-c3 BLE not working
Replies: 2
Views: 2195

ESP-32-c3 BLE not working

I have used BLE on an ESP32-Wroom and my simple test worked fine. Trying same code on an esp32-c3 and it doesn't work. I now want to use it on an ESP32-c3( actually an M5 stamp C3. I've set this up with the USB firmware so I can use the built-in USB and it works fine (this board also has a USB seria...
by steeley
Sat Apr 16, 2022 4:55 pm
Forum: General Discussion and Questions
Topic: How to include driver into micropython compilation
Replies: 21
Views: 66703

Re: How to include driver into micropython compilation

Hi, this is the files that you have to upload on the board. In the .zip archive there is also an example script that use ETH connection to require the current data from a NTP server. Best Regards. I've upload the directory to my esp32 - but it won't run because of this error: ImportError: no module...
by steeley
Mon Apr 11, 2022 11:42 am
Forum: ESP32 boards
Topic: M5 stamp c3 not working
Replies: 1
Views: 1325

Re: M5 stamp c3 not working

"I wonder if I have the firmware wrong"

LOL just figured it. out - need the one that is not USB ( I guess that's for the direct on chip USB)

so far its working...
by steeley
Mon Apr 11, 2022 11:15 am
Forum: ESP32 boards
Topic: M5 stamp c3 not working
Replies: 1
Views: 1325

M5 stamp c3 not working

Hello all, I have used MicroPython a little on an ESP32 dev kit and it works quite well. I'm now trying an M5 stamp C3 without success. it works fine in Arduino so I know the board and driver for the CHxxx USB bridge chip are ok. Board info here: https://docs.m5stack.com/en/core/stamp_c3 I appear to...