Search found 91 matches

by RobH
Fri Sep 02, 2022 10:15 am
Forum: ESP32 boards
Topic: install esp-idf 4.4.2
Replies: 3
Views: 22529

Re: install esp-idf 4.4.2

@jimmo I had a look in the espressif issue 9049 you mentioned, esp. in the proposed code change of 'idf_tools.py'. After a similar change: subdir = 'bin' --> subdir = 'local/bin' of line 1023 (with v4.4) of 'idf_tools,py' both the install was succesful and creating a .bin file from source was succes...
by RobH
Thu Sep 01, 2022 12:57 pm
Forum: ESP32 boards
Topic: install esp-idf 4.4.2
Replies: 3
Views: 22529

Re: install esp-idf 4.4.2

Thanks for the quick response. The 'getting started' info suggested to install v4.4.2 (probably because I selected esp32). I retied a clean install with the 'getting started' for esp32C3. This resulted in install of apparently v5.1 and did not give the above mentioned error with ./install.sh. Unfort...
by RobH
Thu Sep 01, 2022 9:41 am
Forum: ESP32 boards
Topic: install esp-idf 4.4.2
Replies: 3
Views: 22529

install esp-idf 4.4.2

I have been using the esp-idf without significant problems before, but installing it on a fresh Linux Mint 21 system fails. I followed the getiing started instructions carefully (several times after removing ~/esp and ~/.espressif). The install seems to preceed OK. After starting './install.sh' I se...
by RobH
Wed Aug 10, 2022 7:25 pm
Forum: Drivers for External Components
Topic: AS7341 sensor
Replies: 3
Views: 20719

Re: AS7341 sensor

For those of you interested: I have taken the AS7341 driver for the Raspberry Pi found in: https://www.waveshare.com/w/upload/b/b3/AS7341_Spectral_Color_Sensor_code.7z as base for a Micropython driver. It is still under construction , but available at: https://gitlab.com/robhamerling/micropython-as7...
by RobH
Mon Jul 11, 2022 7:56 am
Forum: Drivers for External Components
Topic: AS7341 sensor
Replies: 3
Views: 20719

Re: AS7341 sensor

Thanks! Indeed I noticed the CPy library, as well as an RPy version (Waveshare).
I think I'll go for the RPi version: gives me the choice between using it asis with an RPi and convert to MPy (or both!).
Rob.
by RobH
Sun Jul 10, 2022 9:38 am
Forum: Drivers for External Components
Topic: AS7341 sensor
Replies: 3
Views: 20719

AS7341 sensor

I'm looking for a Micropyton library for the AS7341 color sensor....
Rob.
by RobH
Mon Jun 27, 2022 5:55 pm
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 88912

Re: MicroPython version 1.19 released

Thnks, found 1.19.1-61 builds!
by RobH
Sun Jun 26, 2022 6:02 pm
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 88912

Re: MicroPython version 1.19 released

I'm afraid there is still (or again) something wrong with the nightly build procedure. I've seen several source updates since 1.19.1-33, but no more nightly builds for the boards I regularly refresh (a.o. ESP32, PYB11).
by RobH
Tue Jun 21, 2022 2:37 pm
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 88912

Re: MicroPython version 1.19 released

@jimmo: Thanks, found the unstables again!
by RobH
Tue Jun 21, 2022 8:22 am
Forum: Announcements and News
Topic: MicroPython version 1.19 released
Replies: 18
Views: 88912

Re: MicroPython version 1.19 released

@Damien. Since the renaming from 1.19 to 1.19.1 I see no more nightly builds...