-
It is an unexpected maker ESP32S2.
output from boot_out.txt:
Adafruit CircuitPython 7.0.0-alpha.5 on 2021-07-21; FeatherS2 with ESP32S2
boot.py output:
+ Enabled JoystickXL 0.3.0 with 2 axes, 2 …
-
https://shop.pimoroni.com/products/enviro-phat
device is a stack on hat for rpi0w, claims to use i2c, and sensors recognized by rpieasy, does any one have any advice how id go about implementing …
-
Please add the code bellow to Adafruit_ADS1015.h:
#ifndef _LIB_ADAFRUIT_ADS1015_
#define _LIB_ADAFRUIT_ADS1015_
....
#endif
To avoid symbols redefinition errors.
-
There seems to be a problem with` heapless 0.7` not compiling, which affects many (all?) examples:
```
driver-examples/stm32f1-bluepill $ cargo embed --example ads1015-adc-display-bp
Compiling…
-
IRDistancecalc.py gives following error:
File "build/bdist.linux-armv7l/egg/Adafruit_PureIO/smbus.py", line 255, in read_i2c_block_data
TypeError: one character string expected
which is due to i…
-
Hi Fasteddy,
Due to other errors, I have done a complete new install on an "unpexcted maker" board. I have added a MCP3008 as this is used in the sample code. Note that only Beta.0 is available for…
-
Using RPF's "Network boot your Raspberry Pi" tutorial (https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/net_tutorial.md), a Raspberry Pi 3B+ client network boots perfectly from…
-
The `i2c` examples` text_i2c`, `oled_gps`, and `ads1015_oled`, work with `stm32l0xx_hal` by specifying the pin type, but do not work with impl traits like they do on the other device hals.
-
Hello,
I've been using the ads1x15_fast_read.py code and I am trying to read
from two channels continuously in single-ended mode.
I simply created a second channel (chan1 = AnalogIn(ads, ADS.P1)
…
-
Hello @pschatzmann
First of all, thank you for providing us with such beautiful work.
I used the example Base-adc-a2dp, it worked fine. But the audio level on my headphone is very low. I trie…