-
Hi,
currently I am experiencing issues with postmarket OS on my Xiaomi Redmi 5 Plus. I am using a dual-boot configuration with lk2nd flashed to recovery and postmarket OS flashed on an external SD …
-
Hello
I have seen the issue
https://github.com/raspberrypi/firmware/issues/828
but anyway I still can find that recent kernel doesn't provide support for SMBus read block.
See attachement for ou…
-
[Michael's idea]
Would it work with the nunchuk? If not, why do we tell people to prefer using smbus helpers?
-
Still fighting to get ONIE to compile from the sources of this site to run on a DELL S4128T. One thing noted in the compiled ONIE is that the TLV header information is not read and attempted installs…
-
@fxdgear
pi@raspberrypi:~ $ python adxl345_final.py
Traceback (most recent call last):
File "adxl345_final.py", line 9, in
bus = smbus.SMBus(1 if int(revision, 16) >= 4 else 0)
File "/ho…
-
I'm not able to install smbus, it doesn't find it packages. Is the only way installing it from source?
-
### Description
Product mcu : https://www.wch-ic.com/products/CH32V103.html
Features
Qingke V3A processor, max 80MHz system clock frequency.
Single-cycle multiplication and hardware division.
2…
-
## Summary
i got error when run as root, i need run as user: pi
```
Traceback (most recent call last):
File "on.py", line 7, in
bus = smbus.SMBus(DEVICE_BUS)
IOError: [Errno 13]…
-
I found that the smbus functions were unimplemented when trying to test my code. I require access to these functions because I use the `smbus_*` in the driver to communicate to the peripheral. I'm sug…
-
Do you know if this could be made to work with esp8266?
I have some of the dell delta 750w platinum power supplies that get used in lots of servers/switches. The crypto miner people are re-purpo…