-
//showing in serial terminal//
Adafruit IO Example
Connecting to Khush
.......
WiFi connected
IP address:
192.168.1.3
Connecting to Adafruit IO...
Exception (3):
epc1=0x4000bee5 epc2=0x00…
-
I tried select Tools/MicroPython/Remove All Files From Device and nothing was removed from either the persistent file system or the uploaded app.
I tried running adafruit-ampy locally and it does n…
-
Hi,
I'm currently struggling to burn the provided Adafruit bootloader to a Feather Sense (nRF52840).
Following the instructions and selecting `Burn Bootloader` from the Tools menu results in the …
-
This is a continuation of the side-discussion from Issue #42881. The SSD1306 device supports I2C addresses of both 0x3C and 0x3D, but the current shield only supports 0x3C. This can be confusing for b…
-
Hi Guys. I am working whit an APDS-9960, I am try obtain the LUX and Color temperature with Adafruit library, but the result that I obtein is not real. If I read with a luxmeter the result is very dif…
-
**Describe the bug**
My development board can't establish a connection to Adafruit IO when I follow the official quick-start guide ([link](https://learn.adafruit.com/quickstart-adafruit-io-wippersnap…
-
Trying to use sniffer.py on macOS Sierra (10.12.1) is giving errors:
```
$ sudo python sniffer.py /dev/tty.usbserial-DJ00IO3W
Password:
Logging data to logs/capture.pcap
Connecting to sniffer on …
-
When connecting to a Bluetooth device with an unknown board ID, the screen doesn't show any info:
![IMG_0225](https://github.com/adafruit/PyLeap-iOS/assets/3625420/c2801b44-90a2-4994-92ff-e851bd5d99f…
-
### CircuitPython version
```python
CircuitPython 9.0.5
Feather RP2040
```
### Code/REPL
```python
import storage
# Remount the filesystem as writable with concurrent write protectio…
-
I've altered the example ino to specifically output 4.43548375mhz by changing:
Si5351.set_freq(443361877ULL, SI5351_CLK0);
Is that not going to work for some reason? I can't seem to find documen…