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

Fona 32u4 not passing base test "FONAtest_KEY_mod"

I have recently purchased the Adafruit Fona 32u4. The instant I received the item, I soldered pins on it. In hindsight, I believe it was a mistake. The link to the Arduino code FONAtest_KEY_mod is this. https://github.com/adafruit/Adafruit_FONA The…
Osiris.N
  • 117
  • 1
  • 3
  • 10
0
votes
1 answer

Mpu6050 and Adafruit Ultimate Gps not working together on Arduino Due

I have the codes for mpu6050 and adafruit ultimate gps breakout v3 and they are working fine seperately on arduino due but when i try to combine both the codes the gps does not get a fix. Can anybody help me out? The code for mpu6050 is given below …
0
votes
1 answer

Adafruit Feather Bluefruit 32u4 get RSSI value within code

I am using an Adafruit Feather Bluefruit 32u4 and I am aware that when you are paired and connected with your phone you can get the RSSI using the command AT+BLEGETRSSI which has to be typed into the serial monitor, but does anyone have any idea how…
0
votes
1 answer

Adafruit feather 32u4 FONA sleep modes

I need to put Adafruit FONA to sleep in order to conserve battery. (The GSM module is no problem). I've searched the net for solutions with Adafruit feather 32u4 FONA and Adafruit RTC FeatherWing RTC module Rumour has it that it should be possible…
user2261597
0
votes
0 answers

importing dht11 Adafruit python

I'm having some difficulties importing the module dht11 from the Adafruit library(https://github.com/adafruit/Adafruit_Python_DHT). I'm using a raspberry pi3 model b, and have installed python 3.5. I downloaded the Adafruit and installed using sudo…
Giacomo Giovannini
  • 177
  • 2
  • 2
  • 14
0
votes
1 answer

iOS Bluetooth Low Energy (BLE) not discovering TX characteristic

I am using an an arduino feather BLE board and trying to create an iOS app that can send data to the board over BLE. I can connect but I can't get access to the txCharacteristic func peripheral(_ peripheral: CBPeripheral,…
Megan
  • 559
  • 1
  • 7
  • 18
0
votes
1 answer

Refreshing an OLED display using Arduino

I'm building an automated watering system using a NodeMCU module and a 128X64 OLED display (I2C interface) to present information. I'm trying to get the OLED to refresh the current system status and time on the display. To simplify the display…
Eliav
  • 1
  • 4
0
votes
0 answers

Disconnection when subscribing or publishing to a MQTT topic

I am using the eclipse Paho lib in android and trying to connect to mqtt server at io.adafruit.com using tcp. The problem is that the app is able to connect but as soon as it publishes or subscribes, the connection is lost. The same code works for…
JSmith
  • 135
  • 4
  • 14
0
votes
1 answer

E: Unable to locate package libmpg123-dev

I am trying to follow this article to get a USB sound driver set up for my rapsberry pi 3 with raspbian OS: https://learn.adafruit.com/usb-audio-cards-with-a-raspberry-pi/testing-audio I am able to test it with SonicPi and the speaker test command…
Joe Lyons
  • 13
  • 5
0
votes
2 answers

I2C error with ADS1115 (read_i2c_block_data)

i have a trouble with an ads1115 (under raspberry pi). Here is my python code import smbus bus = smbus.SMBus(1) address = 0x49 print bus.read_byte(address) print bus.read_i2c_block_data(address, 0x00, 2) and the follwing issue: 17 Traceback (most…
Ksartor
  • 75
  • 8
0
votes
0 answers

Bluetooth Low Energy - Linux with BlueZ

I'm working on a project where I need to establish connection between my computer and a Adafruit feather 32u4 with BLE incorporated. Due to comments on lots of webs, I decided to use linux to do the job. I got everything installed and I can connect…
0
votes
0 answers

UTF-8 characters with Adafruit_GFX

I am using Arduino with OPEN-SMART Touch Screen Expansion Shield, which uses Adafruit_GFX library. I would need to print characters from whole UTF-8 as for example letters with diactritics, Greek letters and so on. If I try to print these characters…
Martin Schmied
  • 84
  • 1
  • 11
0
votes
1 answer

Conneting Adafruit m0 with dht22

I am new to low-level programming, and attempting to connect a DHT22 sensor onto my Adafruit M0 Lora for temperature readings. So far I only retrieve NaNs. The connections I have set up are identical with this sketch, aside from using pin 13 as…
Hakon
  • 1
  • 1
0
votes
1 answer

Adafruit_MAX31855 Thermopile IC readcelcius() command returning nan

I am currently using an Adafruit_MAX31855 IC along with a K type thermocouple. For some reason I am getting this in the serial monitor... Internal Temp = 32.44 nan // printed from thermocouple.readCelcius() Internal Temp = 32.44 nan Internal Temp =…
charley
  • 87
  • 4
  • 17
0
votes
1 answer

Arduino Adafruit Neonpixel returns 0 pixels

I am working on a project where I am required to work with a WS2812B LED strip that has 360 LEDs. I am using Adafruit_NeoPixel.h library to drive the LED strip. I have a class called lights which are responsible for driving the LEDs. Here is a…
Saik
  • 993
  • 1
  • 16
  • 40