Miha Valencic
Miha Valencic
Would it be possible to fix this bug anytime soon? Since it is a very trivial fix and we'd like to avoid using our own custom build. The patch for...
@Lxiamail, when is this likely to be addressed? (I've just tested with the 4.7.0 version as I've seen the code has been changed and it seems to be working, so...
Challenge accepted :) I played with the sensor a bit, and I see from the [datasheet](https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf) that reading is very timing-sensitive (20 us). So I set up an input with...
I just tested `bcm283x.ReadTime()` in a loop without doing anything else expect `WaitForEdge`, but it still gives inconsistent results. Sometimes, the results are really promising, but it is very random...
> It won't be doable right now because of the output->input switch Why isn't it doable? The output is at the beginning, then it is switched to input for the...
FWIF, I started getting the following errors: ```go return errors.New("bcm283x-dma: no channel available") ``` Are the channels left in a busy state? After reboot, the `StreamIn` can read a couple...
@maruel, since I don't need this support urgently, I'll just close the issue. Perhaps I'll try to play with it in my free time and if something useful comes out...
FWIW, I tested with `pin.Halt()` as well, and I'm still getting `bcm283x-gpio (GPIO21): bcm283x-dma: no channel available` error. Even though the resolution is `5us`, I'm getting only 3 bits for...
I am using the official Raspbian with GUI enabled - the final project will require the GUI.
I am serving files from dist, so I'm mounting `/` to `./dist` and want to ignore the changes happening in `dist` folder, obviously. The mount points are added to the...