Scene Controller problem
-
Hello. I can`t run the script via the display controller. Sketch Good but apart from a white screen got nothing. pumped some examples from the library screen gives all the colors, examples of good work but this DEPT nehochet which I downloaded from http://www.mysensors.org/build/scene_controller
-
-
monitor usb port no action. library
-
Mabe you could add some Serial.prinln("DEBUG MESSAGE") to see where it fails?
-
monitor usb Serial.prinln. I inserted and nothing happens
-
-
@vampircik Try setting the baud rate to 115200 to get any info on the serial port... (unless you changed the baud rate in the sketch). From what I see in the screen dump you are typing "serial.println" in the serial monitor. I guess what @hek meant was to add Serial.println() messages in the the sketch you are running..
-
Serial.println() messages why?
-
I had same problem with mega (clone) - tried to program relay and temp node on mega - all over "check wire", and when i switched to uno did compile.
-
I installed on Megu examples from libraries all work on the screen shows all. but this sketch nehochet.I wanted to know.
-
The error message you see means that mysensors-library is unable to initialise the radio. Did you enabled soft-spi according to the instructions on the build page?
-
I need to do with these files?MySensors / утилиты / RF24_config.h. I know a little something but there is a great desire to understand.
-
how to turn it on SOFTSPI in RF24_config.h.?
-
To enable soft-spi you just have to edit RF24_config.h which can be found in your XXX/libraries/MySensors/utility folder. Just remove the commented slashes (//) before "#define SOFTSPI".
NOTE: This change must be reverted back when you have compiled and uploaded code to your scene controller. The normal sensors don't need SOFTSPI enabled.
-
Thanks it worked. you are super