Search found 1642 matches: adafruit

Searched query: adafruit

by jimmo
Fri Aug 26, 2022 2:31 pm
Forum: Raspberry Pi microcontroller boards
Topic: micropython timing metronome
Replies: 1
Views: 3033

Re: micropython timing metronome

classy_coder wrote:
Wed Aug 24, 2022 2:44 am
Can anyone point me in the right direction?
Hi,
It looks like you're using CircuitPython, not MicroPython
Might be worth trying the Adafruit discord: https://discord.com/invite/5FBsBHU
by Roberthh
Wed Aug 24, 2022 6:17 am
Forum: Development of MicroPython
Topic: Implementing network support for the RP2040 and an ESP8266
Replies: 4
Views: 30330

Re: Implementing network support for the RP2040 and an ESP8266

... firmware for the RP2040. Connections: Connection for an ESP32 based NINA module. List of GPIO Numbers Signal ESP32 ESP32 RPi Pico Arduino FW Adafruit FW CS 5 5 9 MOSI 12 14 11 MISO 23 23 8 SCK 18 18 14 Busy 33 33 10 Reset EN EN 3 ----------- GPIO0 0 0 2 RTS 33 33 10 TX 1 1 0 (1) RX 3 3 1 ...
by jimmo
Mon Aug 22, 2022 12:48 am
Forum: Development of MicroPython
Topic: Reducing the Micropython Firmware
Replies: 10
Views: 40461

Re: Reducing the Micropython Firmware

... it is) is a bit of a process. Our continuous integration builds from source (without docker) and it uses a pre-built SDK (provided by jepler from Adafruit). We should update the readme to describe this instead. https://github.com/micropython/micropython/blob/master/tools/ci.sh#L154 Unfortunately ...
by spierepf
Sun Aug 14, 2022 5:03 pm
Forum: Programs, Libraries and Tools
Topic: Are there tools like 'ampy' and 'there' that support websocket connections?
Replies: 15
Views: 11282

Are there tools like 'ampy' and 'there' that support websocket connections?

I've tried to use 'ampy' (https://pypi.org/project/adafruit-ampy/) and 'there' (https://pypi.org/project/mpy-repl-tool/) to manage source files on my esp32 running micropython. Neither of these tools appears to support WebREPL.

Are there alternatives that support WebREPL?
by Roberthh
Sun Aug 14, 2022 1:23 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico W Micro Python for SHT30 Temp/Humidity HELP!
Replies: 74
Views: 3229391

Re: Pico W Micro Python for SHT30 Temp/Humidity HELP!

a) Yes, you will need the external pull-up resistors. When this sensor is supplied by Adafruit, the ship the resistors with the sensor. They cost just a few cents, so getting them is the trouble. b) You can tell which addresses are on the bus by calling i2c.scan(). ...
by Rissy
Sun Aug 14, 2022 1:15 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico W Micro Python for SHT30 Temp/Humidity HELP!
Replies: 74
Views: 3229391

Re: Pico W Micro Python for SHT30 Temp/Humidity HELP!

Here's another question. According to this variant, there's "pull up" resistors on the board: https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout/pinouts However, Mine doesn't look like this. Min looks like this: https://thepihut.com/products/sht-30-mesh-protected-weather-proof-temperature-humidity-sensor ...
by jimmo
Sat Aug 13, 2022 2:12 pm
Forum: General Discussion and Questions
Topic: Frustrations with missing libraries?
Replies: 18
Views: 27093

Re: Frustrations with missing libraries?

... hoped to spark discussion, I got no replies neither in MicroPython forum (viewtopic.php?f=15&t=11783) nor in CircuitPython forum (https://forums.adafruit.com/viewtopic.php?f=60&t=189621). In fact, this thread is the first I've met, which complains about the current situation. Sorry I missed this ...
by Roberthh
Wed Aug 10, 2022 1:04 pm
Forum: Other Boards
Topic: MicroPython on Mini SAM M4
Replies: 11
Views: 40492

Re: MicroPython on Mini SAM M4

... in my local modules directory and therefore frozen in the build I make here. Same with upysh. dotstar is used in my test environment for the adafruit itsybitsy boards.And I switch it off since it is so bright that I gets hard read the pin labels. It fails on the mini same because the Pin ...
by webtran
Wed Aug 10, 2022 1:54 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7122

Re: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

Thanks for the info, that explains the behavior... I would never have guessed!
Like you, I think it's not worth spending too much time on this product.
by pythoncoder
Tue Aug 09, 2022 11:10 am
Forum: Programs, Libraries and Tools
Topic: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32
Replies: 7
Views: 7122

Re: nano-gui - Trying Adafruit 2.9" E-Ink Tri-Color display with Esp32

...I have verified the wiring many times... I'm sure you have but I'm afraid I wouldn't expect it to work. From a brief look at drivers written by others for multi-color ePaper displays I think you need a frame buffer for each color. It really is a new driver design. These displays can also be very...