adafruit-beaglebone-io-python icon indicating copy to clipboard operation
adafruit-beaglebone-io-python copied to clipboard

Adafruit's BeagleBone IO Python Library

Results 30 adafruit-beaglebone-io-python issues
Sort by recently updated
recently updated
newest added

Hi everyone I want to measure the frequency of a square signal (Beaglebone). Is it possible to do this using the adafruit library (400 kHz)? I tried using PRU but...

I'm running into issues when initializing a GPIO pin as input on a BeagleBone Black running Ubuntu 20.04 (https://forum.digikey.com/t/ubuntu-server-20-04/6649/25). Here is the python3 code ``` #! /usr/bin/env python3 import time...

debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh git:/opt/scripts/:[4dd50b306e4eb31a05bb72a9573febc3695f1f05] eeprom:[A335BNLT00C02151SBB37547] dogtag:[BeagleBoard.org Debian Image 2017-03-19] bootloader:[/dev/mmcblk1]:[U-Boot 2017.03-00002-gd12b1519b4] kernel:[4.4.54-ti-r93] nodejs:[v4.8.0] device-tree-override:[dtb=am335x-boneblack-emmc-overlay.dtb] THIS IS MY PYTHON CODE import Adafruit_BBIO.GPIO as GPIO import time GPIO.setup("P8_10",GPIO.OUT) IF I RUN THIS...

I am using a Beaglebone black SBC as a data collector for a solar thermal installation and have been running into a hang issue. I am using a python program...

- Platform/operating system: **BeagleBone Blue, bone-debian-9.5-iot-armhf-2018-10-07** - Python version: **Python 3.5.3 and Python 2.7.13** - Error message you are receiving, including any Python exception traces: ``` debian@beaglebone:~$ sudo python3 fade.py...

enhancement
help wanted

I am using BeagleBone enhanced and was configuring my two SPi's. I have disabled the hdmi feature to run both SPIs in paraller. However I can only run SPI in...

Hello, first time here. I got an issue. I was trying to use PWM but an error showed. ``` Traceback (most recent call last): File "dc_motor.py", line 14, in p...

Hi there, I am trying to use Adafruit UART to enable UART4 to work with some modbus devices, but I am getting an error if I try to setup("UART4"). **code**...

I wrote a few lines of code from the example https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/pwm and I got a runtime error when I ran it. See attached pictures for reference. I named the PWM...

The new BeagleBone AI has a AM57x processor and a different gpio mapping than the previous BeagleBone boards, thus the BBIO GPIO Python libs do not work properly on the...

enhancement
help wanted