-
We hit a weird error(`Error: Cannot find module 'i2c-bus'`) even we have done `npm install i2c-bus`, we have also checked:
```
$npm list|grep i2c-bus
├─┬ i2c-bus@3.2.0
│ ├─┬ i2c-bus@1.2.5
│ ├──…
-
The [rp2350 SVD file](https://github.com/cmsis-svd/cmsis-svd-data/blob/main/data/RaspberryPi/rp2350.svd) has a long, multi-line description tag inside the root device element:
```
Raspbe…
-
After a certain number (usually
jimmo updated
3 months ago
-
I was setting 20 Pysens sensors to eventually deploy them and collect some data.
I used the Pycom libraries to read sensor measurements. Everything was going alright for the first 7 sensors. However,…
-
The current call to readSensor is blocking as it calls readRawSensor and then waits indefinitely for bit 3 of 0x03 to be set.
If this never occurs the call will block waiting for something that may n…
-
Devices ACK on addresses 0x4A and 0X46, but library won't allow both to init.
RP2040 (As KB2040)
### Steps to reproduce
Daisychain two BNO086 via Qwiic connectors, jump address pin on one un…
-
### What are you trying to do?
I have group of options which could be used multiple times. All such groups should be kept without overwriting previous one.
```bash
$ prometheus_sensors_exporter…
-
On an active 40M band, significant audio traffic is heard through the audio patch, but only a few decoded messages are displayed.
-
my HW esp8266 use sht30 via i2c on:
sda gpio0
scl gpio2
and SDS011 soldered to
sds tx-esp gpio5
sds rx-esp gpio4
if i choose this GPIOs in configuration sensor never began to run.
![bug1](…
-
Hi,
Trying to connect ds1307 rtc module to CB1+PI4B
The overlays dtb file says that they are on the pins i2c0 "PI6", "PI7", i2c3 "PH4", "PH5".
i2c1 pins are missing.
Where are these pins on the bo…