-
Setting up REM on a new board. Scanning bus 1 does not produce any results. Manually adding gives me errors
i2cdetect -y 1 gives this result
0 1 2 3 4 5 6 7 8 9 a b c d e f
00…
-
**Describe the bug**
So I have the following devices:
1. CORSAIR DOMINATOR TITANIUM 64G
2. CORS iCUE LINK TITAN 360 White (3 RGB [fans] for the Radiator and 1 for the CPU)
3. NZXT H9 Elite White M…
-
### Category
Other
### Hardware
Other
### Firmware Version
2.5.7.f77c87d
### Description
RP2040-LORA-HF device is ignoring request to set INA219 as main battery device.
Continuously reports as…
-
**Test Conditions**
Hardware
- STEVAL-MKBOXPRO (sensortile_box_pro dts)
- Micro-USB cable
Software
- Zephyr 3.7.0 and 4.0.0
- sensors-on-board sample
- Ubuntu 24.04 and Windows 11 OS
- dfu-u…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
## Motivations
The I2C hardware can be used to speak SCCB which is a protocol similar to I2C used to speak to cameras.
`esp-hal` currently abides by `embedded-hal::i2c`'s ack rules but those rules…
-
I have 2 "old" Hauppauge WInTV quadHD PCI express that are working great. (bought about a year ago)
However, I bought 2 more of seemingly very same (cannot tell the difference), however, found only…
-
**Carefully written Issues are more likely to be given priority.**
**丁寧に記述された報告は優先して対応される可能性が高くなります。**
## Environment ( 実行環境 )
- MCU or Board name: M5Stack CoreS3Lite
- Panel Driver IC: AUT…
-
Hey,
I tried doing the same as you. I can find the I2C address when scanning but can't get the I2C devices to initialize.
#include
#include
#include
#include "MPU9250.h"
// ---------…