I updated source file for this module, so it supports MySensors 2.0 now and sends temperature data too. You can pick it at my github page. Total size for 'Arduino Pro or Pro Mini w/ ATmega328 (5V, 16 MHz)'
Program size: 13Â 396 bytes (used 44% of a 30Â 720 byte maximum) (2,78 secs)
Minimum Memory Usage: 614 bytes (30% of a 2048 byte maximum)
mr_const
@mr_const
Best posts made by mr_const
-
RE: 💬 AC-DC double solid state relay module
-
RE: 💬 AC-DC double solid state relay module
I bought here in Ukraine circular-shaped slow-blow fuses and soldered them almost normally (here is their datasheet http://www.rcscomponents.kiev.ua/datasheets/5rt.JPG), so far everything is ok.
And here is my board instance:
-
RE: 💬 AC-DC double solid state relay module
@Achim looks like a mistake in BOM (maybe that aliexpress listing has changed). Project uses same relay, but 5V version is needed.
Latest posts made by mr_const
-
RE: 💬 AC-DC double solid state relay module
@Achim looks like a mistake in BOM (maybe that aliexpress listing has changed). Project uses same relay, but 5V version is needed.
-
RE: 💬 AC-DC double solid state relay module
@ludoarchi said:
2/ what are the pins 7 GND and 4 for ?
7 and 4 pins are mapped to 7 and 4 in/out of an arduino module. GND is for ground. These pins could be used to manually control relay state.
-
RE: 💬 AC-DC double solid state relay module
@hek said:
You can disable this behaviour by defining:
#define MY_TRANSPORT_DONT_CARE_MODE #define MY_PARENT_NODE_ID 0
Tried it. Doesn't work. Btw, I searched all mysensors sources (2.0) and didn't find any use of a
MY_TRANSPORT_DONT_CARE_MODE
definition. -
RE: 💬 AC-DC double solid state relay module
@hek said:
You can disable this behaviour by defining:
#define MY_TRANSPORT_DONT_CARE_MODE #define MY_PARENT_NODE_ID 0
This is a really good news, I'll give it a try to check if it works correctly with controller and when controller is lost.
-
RE: 💬 AC-DC double solid state relay module
@okos Unfortunately current mysensors version won't allow to 'boot' your code before their module connects to a controller. This is a main reason I moved to ESP8266 hardware.
-
RE: 💬 AC-DC double solid state relay module
I bought here in Ukraine circular-shaped slow-blow fuses and soldered them almost normally (here is their datasheet http://www.rcscomponents.kiev.ua/datasheets/5rt.JPG), so far everything is ok.
And here is my board instance:
-
MySensors 2.0 startup failure blocks node work
I found out, that reset of a node, which is built with mysensors 2.0 blocks all startup and loop execution (rendering node unusable) if there is no controller present or radio fails for some reason.
Is there any workarounds or documented methods to make node working, while mysensors library tries to connect to controller? -
RE: 💬 AC-DC double solid state relay module
@Nca78 you're right, my FTDI was at 3.3v after experiments with ESP8266. With 5v everything works as expected.
-
RE: 💬 AC-DC double solid state relay module
@dpressle my experience shows, that this PCB works fine with LE33 when powered from mains, however nrf fails to receive data, when powered from FTDI through arduino.
-
RE: 💬 AC-DC double solid state relay module
I updated source file for this module, so it supports MySensors 2.0 now and sends temperature data too. You can pick it at my github page. Total size for 'Arduino Pro or Pro Mini w/ ATmega328 (5V, 16 MHz)'
Program size: 13Â 396 bytes (used 44% of a 30Â 720 byte maximum) (2,78 secs)
Minimum Memory Usage: 614 bytes (30% of a 2048 byte maximum)