contrib-drivers
contrib-drivers copied to clipboard
Open source peripheral drivers
Will [MotorHat](https://github.com/androidthings/contrib-drivers/tree/master/motorhat) or other contrib-driver have support for stepper motors? MotorHat was inspired by Zugaldia's code; who already added support for stepper motors in his [repository](https://github.com/zugaldia/adafruit-motor-hat/blob/master/AdafruitMotorHat/lib/src/main/java/com/zugaldia/adafruit/motorhat/library/AdafruitStepperMotor.java). Should we use that...
Hello @mangini, I am using the last version of the speaker (0.3), it works very well when I interact with others hardware components, but, when I put inside a firebase...
While sitting down with @proppy yesterday and getting something of a crash course in building drivers for Things, we ran into an omission in the cap1xxx library. The cap1xxx range...
Would be nice since it is being used on so many audio cards.
I have added driver for the ultrasonic ranging module to measure the distance of the object from the sensor. I have tested this driver using [HC-SR04](https://cdn.sparkfun.com/datasheets/Sensors/Proximity/HCSR04.pdf) ultrasonic sensor. It has...
Adds a driver to control WS2812B LEDs by SPI using bit patterns
Added support for the LPS25H on the SenseHat.
Using the [code snippet for Continuously reporting temperature sensor](https://github.com/androidthings/contrib-drivers/tree/master/rainbowhat), no ambient temperature sensor is connected. However reading a single temperature value works fine. Is this library registering the driver for...
Sensor: BMP/BME I2C board: raspberry pi 3 model B executor the statement will occur error ```ruby private static final int BMX280_REG_ID = 0x60; mChipId = mDevice.readRegByte(BMX280_REG_ID); ``` error: ```ruby W/System.err:...