Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [adafruit]

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

adafruit
0 votes
1 answer
26 views

RTC module current timestamp has truncated seconds

I have a simple bit of C (Arduino) code which uses a non-blocking interval timer to compare two different timestamp values to determine weather or not a specific interval x has passed, if so, then ...
Fabian Butkovich's user avatar
0 votes
0 answers
26 views

Reading encoder output in MicroPython (Pi Pico) doesn't seem to work properly, any suggestions?

I've put together a pi pico, motor driver board, and a motor with 2 integrated hall effect encoders. The latter is from adafruit and the example code is written for Arduino. I've attempted to adapt ...
R. Elias's user avatar
0 votes
0 answers
17 views

VSCode Arduino environment, SAMD51J19A, persistent DummyHandlers

I've been developing an embedded application for months for an Adafruit Feather M4 Express board. I'm using the VSCode Arduino environment, and it's been going well, up until: After putting down the ...
Robert Jay Weber's user avatar
0 votes
0 answers
50 views

Adafruit fingerprint sensor library error on a Raspberry Pi 4

I'm trying to test my fingerprint sensor, it shows up on the terminal too, but when I run this code this error shows up: Traceback (most recent call last):   File "<string>", line 9, ...
Soham Bhole's user avatar
0 votes
0 answers
79 views

pip3 install, error : externally-managed-environment [duplicate]

I Code my raspberry pi 4B , Linux 11 Bookworm sudo pip3 install adafruit-circuitpython-ADXL34x then error: externally-managed-environment × This environment is externally managed ╰─> To install ...
심건호's user avatar
0 votes
0 answers
43 views

Difficulty Converting Python SHT4X Tirnkey Program to C/C++

I have developed a Console Python Program that reads text data from the SHT4X Tirnkey Sensor on the Port COM7 and with a baudrate of 115200. I have attempted to create a similar Console C++ Program ...
Scott Field's user avatar
0 votes
0 answers
141 views

Seeed Studio XIAO nRF52840 communicationg with Phone app over bluetooth

I am trying to communicate with the nRF Connect App on my iphone using the Nordic UART Service through the Bluefruit wrap developed by Adafruit. The below pictures show: the device is being ...
Harmandeep Dubb's user avatar
0 votes
0 answers
52 views

Using VL53L3CX sensor and a BNO055 sensor with ESP32

I would like to use my ESP32 dev module to control the VL53L3CX-SATEL (STM ToF sensor) and the BNO055 (9 Axis IMU module from Adafruit) on the same I2C bus. My future goal is to use multiple VL53L3CX ...
massi's user avatar
  • 23
1 vote
0 answers
16 views

Unknown issue with Adafruit AOI on Python

I was trying to make an automation for turning my PC on using IFTTT + Google Assistant, and Adafruit. I Wrote the script, but here comes a problem. This script works fine when I don't need it, but ...
Маврикий's user avatar
0 votes
1 answer
75 views

How can I "merge" these i2c sensor scripts, if at all?

I'm working on a little terminal-based, RPI-controlled sensor array project! The thing is, I'm a casual Java dev with no experience using Python, and all of my components run on the latter. The ...
Nibiru Panneflek-Cook's user avatar
0 votes
1 answer
63 views

Adafruit BNO08x Lib Not working with PicoRP2040 - PlatformIO

I was trying to connect the BNO08x IMU Breakout board with Pico RP2040, I tried connecting it to both the I2C ports, but it didnt worked. I am using the official Adafruit BNO08x lib. Below is the part ...
Ashfaque Khan's user avatar
0 votes
0 answers
66 views

How do I interface STM32 with the Adafruit BLE SPI Friend module?

I am having trouble getting the Adafruit Bluefruit LE SPI Friend to work with my STM32 NUCLEO-U5A5ZJ-Q. How do I communicate with this module? I tried looking online for resource that might help, but ...
StarPixel's user avatar
-1 votes
1 answer
73 views

ImportError: No module named setuptools on Raspbian OS

I tried to install the Adafruit Python DTH on my Raspberry Pi Zero 2 W (Raspbian64 OS) according to this tutorial - see section PROGRAMMING THE DHT11 WITH PYTHON For the last step sudo python setup.py ...
Ralf Wickum's user avatar
  • 3,120
0 votes
1 answer
159 views

R503 fingerprint sensor

I'm working with an R503 fingerprint sensor and a Raspberry Pi, and I'm encountering an issue where I'm receiving a "Failed to Read Data from Sensor" error message.I am using the libraries ...
Ryan Smith's user avatar
0 votes
0 answers
55 views

NRF24L01 with the Adafruit FT232H board, Confirming data is being sent

I am working with the NRF24 module and I need a way to transmit data back and forth to a rpi that also has an nrf module installed. The pi is pretty easy but there doesnt seem to be any projects that ...
Trent Butcher's user avatar

15 30 50 per page
1
2 3 4 5
26