-
Observation:
# file string is: /home/vern/workspace...
Rather than: /home/nvidia/workspace...
Terminal Session text follows:
vern@JetBotAI:~$ rosrun jetbot_ros jetbot_motors.py
Traceback (mos…
-
I have installed the DONKEYCAR project on the ORIN NANO JETPACK 5.1.2 system using the following URL, but I encountered the following error when running the program. The camera in use is C270.
ht…
-
I encouraged Discord user RichSad to write this up:
Two is31fl3741 boards in serial STEMMA crash on example code
https://forums.adafruit.com/viewtopic.php?f=60&t=184028
Quoted below:
First o…
-
After loading either Arduino example to my board, I do not get a notification message with the link to the landing-page. The rest of WebUSB seems to work, because I can use the console example to send…
-
Hello,
I wanted to switch from ArduinoLowPower to Adafruit_SleepyDog because I need my device to sleep for less than 1 second (ArduinoLowPower is using the RTC differently so the resolution is 1 se…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.0 on 2022-08-18; Adafruit Feather Bluefruit Sense with nRF52840
```
### Code/REPL
```python
###
# Dual BLE mouse jiggling:
#…
-
The `.reset()` method is not working properly: it fails to restore the DAC registers to the EEPROM-saved values. Sending the bytes directly on the I2C bus works.
Code example demonstrating this behav…
-
The current code uses Adafruit_SPIDevice::write() which on everything except EPS32 ends up writing one byte at a time to the SPI bus. This makes it very slow, I benchmarked it at 200 ms on an Arduino …
-
Hello,
I am trying to run the 3D Scanner but it fails. I have attached/included the error it prints in the log file. Any suggestions how I can fix it?
Error Output:
[scanner_output.log](https:/…
-
Hi, im having issue with BLINKA_U2IF vs BLINKA_FT232H, adafruit_epd gives error on U2IF - SPI write_readinto Not implemented ?
Using example based on
https://github.com/adafruit/Adafruit_CircuitPy…