-
I am trying to use multiple sensors on an I2C bus with a pca9548a multiplex. I cannot get the code to compile because of `unsatisfied trait bounds`. Likely I am not using the proper trait, but I have …
-
I forgot to init the submodules when cloning misoc. Running `python setup.py install` worked fine but I later got an error like the following when trying to build;
```
CC crc16.o …
-
Thanks for taking the time to bring this driver so far along. I'm getting a failure after compiling and loading the dtb:
git clone https://github.com/cdumonde/raspberry_slave_i2c.git
cd raspb…
-
Please implement an I2C Slave in CircuitPython
**Documentation**: https://circuitpython.readthedocs.io/en/4.x/shared-bindings/i2cslave/__init__.html
-
Version is 14 in the file "Romi-RPi-I2CSlave.ino": #define ROMI_FIRMWARE_VERSION (14)
However, in file "~/catkin_ws/src/RomiPi/romipi_astar/src/romipi_astar/romipi_driver.py":
if fw_version != 15:…
-
https://github.com/ftPeter/RomiPi/blob/cc958aed5e19ca468e657f5ba309f9c5a3e4fc76/Arduino/Romi-RPi-I2CSlave/motor_pid_control.ino#L33
The above referenced line uses the variable 'i' for the value fro…
-
It would be awesome to support different ways of rendering waveforms on the console.
Some examples for inspiration;
-----------------------------
Here Is an example; https://github.com/mithro…
-
As of Micropython 1.22.2, there is no way to initialize an I2C object with the target RP2040-based microcontroller as a slave. There are other Micropython ports that allow this functionality -- specif…
-
I would like to use the Metro M4 as a remote controller run by a master microcontroller. I need to read A/D results and send D/A levels as well as set logic pins. I am worried that the I2C and RX/TX l…
-
`/bin/sh -c "rm -rf \".build\""
arm-none-eabi-g++ -c -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fmessage-length=0 -fno-exceptions -fno-builtin -ffunction-sections -fdata-sec…