-
Hi there, I am planning to use the Pulse sensor on attiny85 chip. But looks like the code uploaded online have to be modified due to the fact that attiny85 does not have timer2 and serial communic…
-
My pulse sensor didn't work correctly (problem can be seen in my picture)
![untitled](https://cloud.githubusercontent.com/assets/20886684/17462228/aa2ee982-5cd0-11e6-9195-967ba4e0c7d5.png)
I have dele…
-
// SONIC_SENSOR
# define TP 7 // 트리거핀 정의
# define EP 6 // 에코핀 정의
void setup() {
Serial.begin(9600);
pinMode(TP,OUTPUT);
pinMode(EP,INPUT);
}
void loop() {
long microseconds = TP…
-
Hello,
I am using a custom board with SHT40-B and STC3X-C + Arduino UNO.
The Humidity sensor is giving me too low value of humidity. In the room, it should be ~50% (we have the evaluation board from…
-
Now that the motor control is implemented in Bonsai, we should add the option to implement the motion control algorithm via direct communication from H1 --> H2.
This basic algorithm is as follows:…
-
Im trying to stream video from a Pi 5 to my mac laptop.
I tried to run the example: `rpicam-vid -t 0 --codec libav --libav-format mpegts --libav-audio -o "tcp://:?listen=1"
`, but that error'd wit…
-
Regarding [Panasonic FS-JH1](https://www.msx.org/wiki/Panasonic_FS-JH1) controller:
> The position of the steering handle is read using three optical sensors. Looking at them from the back of the u…
-
Hello everyone!
I have a bunch of Emos E8737 and I decided to give rtl_433 a try, but it seems this kind of sensor desn't use any of rtl_433 protocols.
Sensor and receiver link: [https://www.spo…
-
My UDM-Pro updated to 4.0.6.
It sounds like the `pwm2` fan within my UDM-Pro is pulsing. It's spinning up then back down repeatedly. Not sure if it's a fan failing or some behavior change with fan …
-
It should be useful to integrate the "pulse" functions of Circuitpython and the infrared driver, with these functions it's possible to read and send IR codes with a GPIO pin for example. These functio…