Questions tagged [adafruit]

Adafruit Industries is an open-source hardware company founded by Limor Fried in 2005.

Adafruit Industries is an open-source hardware company founded by Limor Fried in 2005.

The company designs and manufactures a number of electronics products, sells a wide variety of electronics components, tools, and accessories via its online storefront, and produces a number of learning resources, including written tutorials, introductory videos for beginners, and the longest running live video electronics show on the internet.

The name Adafruit comes from Fried's online moniker "ladyada", itself an homage to computer science pioneer Ada Lovelace. The company's goal is to get more people involved in technology, science and engineering. Project kits are designed to deliver practical systems—not simply academic exercises—and to encourage more women into the field.

Source: https://en.wikipedia.org/wiki/Adafruit_Industries

Official website: https://www.adafruit.com/

367 questions
0
votes
1 answer

Trouble installing Adafruit's DHT11 Python library

I followed these instructions to install the Adafruit DHT11 library (https://github.com/adafruit/Adafruit_Python_DHT): git clone https://github.com/adafruit/Adafruit_Python_DHT.git cd Adafruit_Python_DHT sudo apt-get install build-essential…
Melissa
  • 417
  • 1
  • 7
  • 17
0
votes
2 answers

Adafruit_DHT not working for python 3 Raspberry Pi 3 B

This is what i did: git clone https://github.com/adafruit/Adafruit_Python_DHT.git cd Adafruit_Python_DHT sudo apt-get install build-essential python-dev sudo python setup.py install This^ was given in the github link itself. I did this and my…
Krishnakumar M
  • 109
  • 1
  • 5
  • 12
0
votes
0 answers

Convert a decimal to picture

I used Arduino Uno3 to commute with camera VC0706 adafruit ,I captured a picture then I read picture's data from camera via UART and that is a long decimal sequence about 25000 characters but the picture's sizes is larger than 45000bytes .I know the…
0
votes
1 answer

Why does Adafruit but not fastLED work with WS2812 LED strips and Arduino Nano?

I am using the Adafruit_NeoPixel library and Arduino Nano to light up my WS2812 RGB LED strips. Now I had to switch to the fastLED library because I fond an awesome program, but strangely, using any of the demos my LEDs remain black. With…
ZMK
  • 43
  • 5
0
votes
1 answer

LIS3DH accelerometer outputting null values when using Arduino

I'm using an Arduino Uno with an Adafruit Motor Shield (v2) in order to power and control a motor and a LIS3DH accelerometer. With a simpler code in which the motor just goes forward for a certain number of pulses (output by the encoder), the…
0
votes
1 answer

How to check if two circles drawn on an Adafruit TFT screen are touching eachother?

im making (or rather, trying to make, lol) a snake game on a Adafruit TFT 1.8 screen. Then i ofcourse need the snakehead to know when it hits the "point", and therefore i need to know when the two circles which are of even size are touching…
ImStupid
  • 35
  • 6
0
votes
0 answers

Raspberry PI 3 Model b adafruit PCA9685 servo control

I'm a beginner in programming so, I want to ask you because I always get this error code: Traceback (most recent call last): File "/home/pi/GUI/Adafruit_Python_PCA9685-master/GUI_Roboter.py", line 35, in pwm =…
Mohrhuhn
  • 1
  • 2
0
votes
0 answers

Broadcast motion sensor data attached to Adafruit feather M0

I have a motion sensor attached to pin 12 on the feather M0 BLE device. I got the beacon to broadcast its manufacturing minor and major...etc but what I am looking for is to also broadcast the sensor value which is 0 or 1. I am NOT looking to use…
0
votes
1 answer

pySerial splits up the packet and sends data. How do I send large bytes in one go?

my code for connecting to the serial port ser = serial.Serial( port='COM4', baudrate=9600, parity=serial.PARITY_NONE, stopbits=serial.STOPBITS_ONE, bytesize=serial.EIGHTBITS,timeout=0.5 ) if (ser.isOpen): ser.close() ser.open() buf=b'' out…
NoobProg
  • 5
  • 6
0
votes
1 answer

Install Adafruit_MPR121 Library in virtual Environment

I was trying to install the Adafruit_Python_MPR121 Library in my venv folder, but it always installed it into the global dist-packages and I cannot access them from my venv. I cannot use --site-packages because I need some local packages in the env.…
0
votes
1 answer

ValueError: Set gpio mode failed, ... Gpios on BBB

I want to manipulate my gpios on Beaglebone black... Example: GPIO.setup("P8_11", GPIO.IN) it gives back the error mentioned in the title: ValueError: Set gpio mode failed, missing file or invalid permissions. Thanks for help
Ben Jo
  • 71
  • 1
  • 15
0
votes
0 answers

my 32x32 RGB LED matrix won't work

I got a 32x32 RGB LED matrix for Christmas, and i plugged it into my adafruit RGB matrix HAT + RTC. I found a website: https://learn.adafruit.com/adafruit-rgb-matrix-plus-real-time-clock-hat-for-raspberry-pi/driving-matrices and copied the code…
Andrew Bell
  • 23
  • 2
  • 7
0
votes
1 answer

Adafruit Motor hat activating incorrect motors on windows IOT

I have downloaded the adafruit Motor Hat Demo for windows IOT. The code calls GetMotor(3) which I assume is supposed to activate the motor connected the the connections labeled "M3"? However it actually activates the motor connections labeled…
coolblue2000
  • 3,796
  • 10
  • 41
  • 62
0
votes
0 answers

Can't get motor hat to run motor on windows iot

I have a raspberry pi which and a motor hat. I am trying to get an adafruit motor hat to drive a motor but no power is going to the wires connecting the motor. I have the following code public MainPage() { mHat= new MotorHat(); …
coolblue2000
  • 3,796
  • 10
  • 41
  • 62
0
votes
1 answer

Can Adafruit FT232H Breakout be used for Android smartphones?

As the title describes, can Adafruit FT232H Breakout be used as a GPIO interface between peripherals such as sensors and Android smartphones?
Boon Hock Teh
  • 43
  • 1
  • 7