-
How can I call an OS routine like `i2c_send_byte` from my own Z80 Assembler program?|
-
# What Does This Component Do?
The INA219 is an I2C Power Monitor that is currently used in the PROVES Kit to monitor the total power consumption of the system and also monitor how much power is com…
-
Having a lot of fun playing around with zeptoforth but I am stuck on this issue.
I have looked at the I2C examples in the "test" folder but it is not clear how to read or write a register on a dev…
-
### Describe the bug
Add functionality for dtoverlay i2c-rtc to use i2c 5 port
### Steps to reproduce the behaviour
The only way to use an rtc on port 5 is activating i2c5 and run at boot, the foll…
-
### Board
esp32
### Device Description
esp32 wroom3d devkit v1
### Hardware Configuration
gpio pins 21 connected to sda and 22 to scl, issue occured during testing of mcp3424 adc module
### Vers…
-
Is it possible to add a crate to this database which supports several different devices? I've recently been working on a more generalized [driver crate called embedded-devices](https://github.com/oddl…
-
### 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…
-
I don't know what caused the stripes on my screen (about 20% of the screen) and I don't know if it's because of my configuration or not, but every video has the same problem. Currently, there is an er…
-
### The problem
If for some reason the NAU7802 component is marked as failed during setup, the rest of the components will either not be initialized or simply not function correctly.
This even a…
-
Hello,
came across your lovely project here and wanted to use instead of my cp2112 as a generic i2c interface.
First thing for me usually is to see if any devices get detected on the connected Bu…