-
I forgot to mention this is on the BTT MMB CAN board.
I have this board functioning as 'MMU' via USB. I will eventually move to CAN.
I can not get this to connect.
```
[temperature_sensor MM…
-
see #5
Provide an interface for reading/writing i2c. Essentially wrap the stm32 HAL calls and configuration, but also consider how to make this rtos-friendly for our purposes. It should be using i…
-
As part of #2491, which has more details on driver analysis.
### esp-hal API-GUIDELINE omissions
---
### Rust API guideline ommissions
---
### Hardware feature omissions
- https://g…
-
Hello everyone!
The Sparkfun 9doF Stick won't initialize via I2C throwing up this error:
[ 2464][E][Wire.cpp:422] beginTransmission(): could not acquire lock
[ 2470][E][Wire.cpp:448] endTran…
-
As noted by https://github.com/esp-rs/esp-hal/issues/2493#issuecomment-2464822742
We have a few options to support 10-bit addressing in inherent methods:
- Create separate `_10b` methods
- Chan…
-
Define an Arduino library to deal with the I2C connection to the Main Board
- [ ] Identify the data that the motors can receive from the main-board [here](https://github.com/Team-Isaac-Polito/PicoL…
-
Hi I am having an issue trying to get your library working on a ESP32 using Platorm IO. Library and code compiles fine and communicates with the IC however I am getting I2C 263 read errors. I have tr…
-
We are planning to read some data from MPU6050 sensor for example, Acceleration and Gyroscope Data for XYZ axis
1. We Have To implement the I2C Driver
2. Then We Have to look for `WHOAMI` regist…
-
Missing mapping for sensor HIMX1092 for ( `root/drivers/media/pci/intel/ipu-bridge.c`):
```
ls /sys/bus/i2c/devices
i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 …
-
Hi, I wonder if there is a chance to use this lib with software I²C (softwire, BitBang etc).
Thanks, Greece2