MySensorsArduinoExamples icon indicating copy to clipboard operation
MySensorsArduinoExamples copied to clipboard

MySensors examples using external library dependencies

Results 13 MySensorsArduinoExamples issues
Sort by recently updated
recently updated
newest added

When running this sketch, the servo only turns 100° of rotation. I was able to rectify by changing the following line: `myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets...

bug

Hi Can anybody show sketch converted to 2 Relays and 2 Buttons ? I dont know how to convert it... please help me Convert it https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/RelayWithButtonActuator/RelayWithButtonActuator.ino

enhancement

I was very interested in the ParkingSensor that I had to build it. After I build it with also a 3d printed case found in a youtube video (https://www.youtube.com/watch?v=dUmHRy-G-Bg) I...