-
In NixOS 21.05, the ``hardware.deviceTree.base`` option can no longer be used. After trying to do some research, I figured out that the lines that I was using successfully:
```
hardware.deviceTre…
-
This behaviour breaks SPI chips which expect the complete transaction to be framed by chip select assert/deassert.
E.g. To request a reading from a MCP3008 on channel 0 you might send the bytes 0x0…
-
I tested the additional spi bus 1 on RPI3 after enabling the overlay in config.txt file
> dtoverlay=spi1-3cs
the 3 chip selects spi1.0 / spi1.1 / spi1.2, all works fine with an mcp3008 ADC chip, …
-
Hello,
I try to clone my SD card to a SSD disk (Argon one case with the SSD adapter). But when I run rpi-clone I got the bellow error message. When I try to boot of the SSD only Pi will not come up…
-
Dear team,
first of all my appreciation for what you are doing here with the PulseSensor and the code you are providing!
My setup includes a RaspberryPi 3b and I have the MCP3008 ADC sitting in …
-
```package main
import (
"gobot.io/x/gobot"
"gobot.io/x/gobot/api"
"gobot.io/x/gobot/drivers/spi"
"gobot.io/x/gobot/platforms/raspi"
)
func main() {
mbot := gobot.NewMaster()
a :=…
-
Fix all the known problems in the image builder so we have a stable and usable 1.6 image.
https://github.com/RespawnDespair/wifibroadcast-image-builder/projects/1
-
# Context
22.03.3
# Motivation
On older version of Onion firmware it was possible to use spidev in Python (see https://github.com/OnionIoT/python-spidev#installation-on-omega2) but in 22.03. …
-
### The problem
Both SPI busses works, but the ADC128S102 doesn't respect spi_id, only working with the last spi bus entry.
Seems to be same problem as:
https://github.com/esphome/issues/issues…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See e…