Search found 1642 matches: adafruit

Searched query: adafruit

by BOB63
Sat Mar 03, 2018 12:03 pm
Forum: ESP8266 boards
Topic: VL53L0X ImportError: no module named .......
Replies: 4
Views: 10712

VL53L0X ImportError: no module named .......

Hi, I'm using an Adafruit Feather HUZZAH ESP8266 to test a VL53L0X distance sensor. Thanks to this post https://forum.micropython.org/viewtopic.php?f=6&t=2919 I've found some useful info to use the sensor ,but I've some trouble when ...
by Jim.S
Fri Mar 02, 2018 9:00 pm
Forum: micro:bit boards
Topic: Problems building micropython-1.9.2 from source
Replies: 17
Views: 18372

Problems building micropython-1.9.2 from source

... how I can include python modules in the firmware, specifically if I can and where I put them in the firmware source directory structure. Adafruit's tutorial on building micropython the source for the esp 8266 (https://learn.adafruit.com/micropython-basics-loading-modules/frozen-modules) ...
by deshipu
Fri Mar 02, 2018 1:26 pm
Forum: Drivers for External Components
Topic: PCA9865 16 servo controller board using I2C.
Replies: 18
Views: 62894

Re: PCA9865 16 servo controller board using I2C.

Thanks. I first wrote the code for the robots, and then isolated it into a separate driver — that's why I knew to use radians. Mind me if I steal the idea of staggered pulses and add it to the Adafruit driver?
by fos
Fri Mar 02, 2018 12:26 pm
Forum: General Discussion and Questions
Topic: Target a Microchip ARM and general development items.
Replies: 4
Views: 3834

Re: Target a Microchip ARM and general development items.

Adafruit has just released Circuit Python 3.0 alpha with support for SAMD51 M4. https://forums.adafruit.com/viewtopic.php?f=60&t=131862

They have been developing for the M4 for a number of months: https://www.adafruit.com/product/3382

Damien has also hinted at new developments here.

Jeff
by gcarver
Thu Mar 01, 2018 3:17 pm
Forum: Drivers for External Components
Topic: PCA9865 16 servo controller board using I2C.
Replies: 18
Views: 62894

Re: PCA9865 16 servo controller board using I2C.

deshipu wrote:
Thu Mar 01, 2018 1:34 pm
What's wrong with https://github.com/adafruit/micropython ... it-pca9685 ?
Nothing, other than not knowing it existed. When I wrote this nothing popped up in google searches.
by deshipu
Thu Mar 01, 2018 1:37 pm
Forum: Drivers for External Components
Topic: DS3231 I2C real time clock.
Replies: 6
Views: 5757

Re: DS3231 I2C real time clock.

There is also the uRTC library that supports that chip: https://github.com/adafruit/Adafruit-uRTC
by deshipu
Thu Mar 01, 2018 1:35 pm
Forum: Drivers for External Components
Topic: Adafruit uRTC library for real time clock modules
Replies: 4
Views: 7504

Re: Adafruit uRTC library for real time clock modules

You can't update a single field. You are setting a new date every time, with the fields you didn't specify set to defaults (usually 0 or 1).
by cefn
Thu Mar 01, 2018 1:08 pm
Forum: General Discussion and Questions
Topic: Target a Microchip ARM and general development items.
Replies: 4
Views: 3834

Re: Target a Microchip ARM and general development items.

... bringing the development of a SAMD21 port upstream from CircuitPython (there are builds targeting the Feather M0 Express for example https://www.adafruit.com/product/3403 see https://github.com/adafruit/circuitpython/tree/master/ports/atmel-samd ) . Might be less work than greenfield development. ...
by loboris
Thu Mar 01, 2018 11:27 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 539529

Re: MicroPython on ESP32 with SPIRAM support

... was created by Mika Tuupola ( micropython-mpu9250 ). ...Thanks for the SPI mode for SD card... SDCard in SPI mode connected to the same (like on Adafruit 2.4" TFT Featherwing) or different (like on M5Stack) pins as display works quite good. There is an "issue" however, if the image is displyed ...