-
PIO Core Call Error: "Resolving heltec_wifi_kit_32 dependencies...\nLibrary Manager: ESP32Ping@1.7.0 is already installed\nAlready up-to-date.\nResolving huzzah dependencies...\n\n\nError: Could not l…
-
platformio.exe run
Processing esp32cam (board: esp32cam; platform: espressif32; framework: arduino)
--------------------------------------------------------------------------------------------------…
-
After flashing a file compiled using Custom.h, the access point does not appear, the STA mode is turned on.
If you compile the normal version, the access point works
I used esp8266
INIT : Boo…
-
Is there any plan to support I2C ADCs such as an ADS1115?
I want to use this library to measure current from a step-down CT (I'm measuring some seriously large currents) and with an Arduino's built…
-
I observe this problem when trying to read voltages using the ads1x15 module, with ADS1115 A/D connected via I2C.
It has four input channels for measuring voltage. When I use just one channel, conf…
-
Hi, In **Adafruit_CircuitPython_ADS1x15**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
Adaf…
-
Hej!
I am using the ads1015 in single ended mode and getting 16 bits when I ask for the value. If it is allegedly a 12 bits ADC shouldn't I get 4096 as the maximum value? Am I missing something?
…
-
I was using this package and it worked perfectly. Now I have some trouble because I re-install the latest version which has "from __future__ import annotations" in both board.py and chip.py files.
…
-
@Intubun
Yeah I think so too... Its much easier, if all Libs of a person are standardised. Im currently on the MCP_DAC Lib. The changes are working so far, but I need to change a whole lot, if I w…
-
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=19&t=175501
Add ability to configure Data Rate? i.e, the DRx bits in the Config Register. Looks like things are currently hard wired to …