-
### Board
ESP32S3
### Device Description
ESP32S3 connected with 2-ADS1115 @ 39 and 40th pins for I2C
one with (0x48) another with (0x49)
### Hardware Configuration
for I2C,
#define SDA0_Pin 39
…
-
Hi Robert,
If you follow the datasheet of the ads1115 your "raw_to_v(self, raw)" should divide by 32768 and not 32767 (line 146).
See chapter 9.5.4 of the TI. datasheet. (notice that the left arro…
-
I could be wrong, but I don't think these are correct?
```
void ADS1X15::setComparatorPolarity(uint8_t pol)
{
_compPol = pol ? 0 : 1;
}
void ADS1X15::setComparatorLatch(uint8_t latch)
{
…
-
Followed the instructions, and the display reads out "nan" for actual readings.
Purchased the Coral Enviro Board from Mouser.
I'm wondering, shouldn't there be an overaly in /boot/overlays for th…
-
Note: this error seems to have started since i pulled REM this morning, after the Steinhard-Hart option was added (so this is arguably my own fault :-)).
I haven't yet fired up NJSPC or Dashpanel, …
-
I'm ASSUMING because 6.1 is Main that this is the path of least resistance at HinTak Git.
I'm ASSUMING the latest Pi 5 + 64 OS has functional path to work because, all HinTak Issues are shut down and…
-
```
pi@vpn2:~ $ sudo apt update && sudo apt upgrade
Hit:1 http://deb.debian.org/debian buster InRelease
Get:2 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 https:…
-
In this issue, I propose to discuss the best way to implement gyro functionality
-
As one of the latest KS stretch goals, we need to implement suite of drivers for number of sensors, and it would be nice to come up with a general sensor driver model to follow.
Requirements:
1. A…
-
### nodejs-poolController Version/commit
n/a
### nodejs-poolController-dashPanel Version/commit
n/a
### relayEquipmentManager Version/commit
8.0.0
### Node Version
20.14.0
### Platform
Linux …