💬 Wall Switch Insertable Node
-
I've added SPI flash for OTA on this board too. And I've replaced 0402 components to 0603 so this board becomes not so crazy :grinning:

-
-
Hello
Will you build an nrf24l01 smd version ? -
Is it possible to buy this board assembled from you now?
-
Is it possible to buy this board assembled from you now?
@Cliff-Karlsson
Hope the batch of assembled boards (latest version after all fixes) will be ready in a week. -
@koresh Great to hear you have assembled components available! I am following your other projects too (like the usb dongle and switchable power supply) .Will these become available as assembled components too ?
-

Board works with nrf24 too :wink: -
@Koresh - Do you happen to have a link for the JST connectors? I can't seem to find any at a reasonable price at the moment. And the male side too, if you don't mind me asking :)
@Samuel235 said in 💬 Wall Switch Insertable Node:
@Koresh - Do you happen to have a link for the JST connectors? I can't seem to find any at a reasonable price at the moment. And the male side too, if you don't mind me asking :)
The price depends on a batch size. You can try to ask any supplier on ali for 100-200 pcs and may be price will be reasonable :)
-
Unfortunately I can't open my ebay shop right now. While I'm trying to open it, you can buy this board here: https://www.ebid.net/eu/for-sale/arduino-ide-compatible-coincell-powered-switch-controller-rfm69cw-433-mhz-radio-156694971.htm
-
I've prepared several kits for true soldering amateurs :wink:



-
Which kind of switches can we plug? normally losed or any kind of light switches already installed in the house?
-
Which kind of switches can we plug? normally losed or any kind of light switches already installed in the house?
@jeremushka We can use any switches\buttons with this board. So you can use both ON/OFF and momentary switches.
-
@jeremushka We can use any switches\buttons with this board. So you can use both ON/OFF and momentary switches.
@Koresh interesting. What about the battery life? how did you optimize your code in order to have at least battery life 1 year ?
-
@Koresh interesting. What about the battery life? how did you optimize your code in order to have at least battery life 1 year ?
@jeremushka
There are no problems with battery drain in this circuit. The MCU sleeps between buttons action. Any changes of button state cause rising edge on the interrupt pin and intterruption routine calling (both of open and close events). We check buttons state only during interuption routine. If you use ON-OFF buttons each of buttons in closed state will increase current consumption by ~3uA. Which is not very critical ;)