Qwiic_Py icon indicating copy to clipboard operation
Qwiic_Py copied to clipboard

Python package for the qwiic system.

Results 10 Qwiic_Py issues
Sort by recently updated
recently updated
newest added

Forwarding from mention in this issue: https://github.com/sparkfun/Qwiic_I2C_Py/issues/12 * Looks like the users may have some code ported from the Arduino library in their hackster article Requesting support for the [air...

enhancement

I was hoping to use the Capacitive Touch Slider - CAP1203 for a project. If someone could point me in a rough direction of how to convert the Arduino, I'd...

enhancement

**what it do** * adds a build script ```micropython/tools/qwiic-mpy/gen.py``` which can be used to generate and update bytecode (```.mpy```) files for micropython from the Qwiic_Py sources. * modifies ```.gitignore``` so...

Consider updating installation instructions (including submodules) to use Python 3 (`pip3`). Some customers are following (copy/pasting) the installation instructions to the letter on the repositories and are running into issue...

Would like to see support for the TMP117 sensor. Is this planned?

enhancement

Perhaps I'm missing something `list_devices()` returns `(29, 'Qwiic ADXL313', 'QwiicAdxl313')` Just wanna know if I'm missing something obvious here before I begin porting the Arduino lib

enhancement

Hi, I have some CircuitPython projects that I have written for Sparkfun Qwiic products: [Sparkfun_CircuitPython_QwiicAS2935](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicAS3935) [Sparkfun_CircuitPython_QwiicJoystick](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicJoystick) [Sparkfun_CircuitPython_QwiicRelay](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicRelay) [Sparkfun_CircuitPython_QwiicTwist](https://github.com/fourstix/Sparkfun_CircuitPython_QwiicTwist) (There's also one for Sparkfun_CircuitPython_QwiicKeyboard, but probably little interest in that.) It's...

enhancement

I'd like to use this for four qwiic scale devices (https://www.sparkfun.com/products/15242, chipset NAU7802). Has there been any initial effort in this area? Anything I can help with?

enhancement

Hi, I am planning on using this haptic motor driver with the Raspberry Pi. Would it be compatible with something other than an Arduino? Also, I intend to use Python...

enhancement

Hi, I'm using Nvidia Jetbot with JetPack 4.6. I'm using the standard Spark Fun setup and double checked that the wiring are right according to SparkFun assembly guide [here](https://learn.sparkfun.com/tutorials/assembly-guide-for-sparkfun-jetbot-ai-kit-v20/introduction) I...