This is may realisation
Ivan Z
@Ivan Z
Best posts made by Ivan Z
-
TCP service for Raspberry Pi NRF24l01 direct connection
Raspberry as a TCP Gateway for MySensor
This service like serrial but work on TCP
http://forum.mysensors.org/topic/1151/tutorial-raspberry-pi-nrf24l01-direct-connection- No freeze
- No 100% processor load
- Multi connection client
- Fixed problem with invalid format packet
https://github.com/iTankru/MySensorsRaspberryPiTCP
Connection to service: localhost:5003
Please test service
-
RE: MySensors support in MajorDoMo
I have 4 mysensor device in MajorDomo. Work well.
- Door sensor, Reed switch & Vibration sensor
- Pulse meter for Gas meter
- DHT22
- Hygrometer for my plants
In plan
- Pulse meter for water counter
Every sensor insert in small box - power bank http://www.ebay.com/itm/2600mAh-USB-Power-Bank-Portable-External-Battery-Charger-For-iphone-Samsung-/261693722800?pt=US_Cell_Phone_PDA_Chargers&var=&hash=item3cee2950b0
And small accumulator http://www.ebay.com/itm/271676342921?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AITLooks like this http://smartliving.ru/forum/download/file.php?id=1417
-
Mini battery sensor
I was inspired by the project "Minimal design thoughts" and i made my version, without 32Khz crystal, EPROM and security
The result
I have no experience with write bootloader. Without crystal.
Please help my start my project
I want use Optiboot bootloader
Best regards from MajorDomo project users
-
RE: Battery button sensor
Append license info
Debug device
sam debug photo
image url)
Latest posts made by Ivan Z
-
RE: sendHeartbeat not work right
before = work
presentation = work
setup = work???
-
RE: sendHeartbeat not work right
This is only part of the code.
Full version sketch
https://github.com/Shagrat2/MSMDLed/blob/master/MSMDLed.ino -
sendHeartbeat not work right
I send Heartbeat, but receive in system I_DISCOVER_RESPONSE
Sketch code
void loop() { unsigned long tick = millis(); if (tick - previsionTime > HeartBitInterval) { previsionTime = tick; sendHeartbeat(); } }
Node log
__ __ ____ | \/ |_ _/ ___| ___ _ __ ___ ___ _ __ ___ | |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __| | | | | |_| |___| | __/ | | \__ \ _ | | \__ \ |_| |_|\__, |____/ \___|_| |_|___/\___/|_| |___/ |___/ 2.3.0 16 MCO:BGN:INIT NODE,CP=RNNNA---,VER=2.3.0 ... 14960 TSF:MSG:SEND,115-115-0-0,s=2,c=1,t=2,pt=1,l=1,sg=0,ft=0,st=OK:1 48934 TSF:MSG:READ,0-0-255,s=255,c=3,t=20,pt=0,l=0,sg=0: 48941 TSF:MSG:BC 49762 TSF:MSG:SEND,115-115-0-0,s=255,c=3,t=21,pt=1,l=1,sg=0,ft=0,st=OK:0 49772 TSF:MSG:READ,0-5-255,s=255,c=3,t=20,pt=0,l=0,sg=0: 49780 TSF:MSG:BC 49782 TSF:MSG:READ,0-6-255,s=255,c=3,t=20,pt=0,l=0,sg=0: 49788 TSF:MSG:BC 1254332 TSF:MSG:READ,0-0-255,s=255,c=3,t=20,pt=0,l=0,sg=0: 1254340 TSF:MSG:BC 1255313 TSF:MSG:SEND,115-115-0-0,s=255,c=3,t=21,pt=1,l=1,sg=0,ft=0,st=OK:0 1255323 TSF:MSG:READ,0-5-255,s=255,c=3,t=20,pt=0,l=0,sg=0: 1255331 TSF:MSG:BC
Log in system: MajorDomo
2018-11-29 10:26:19 699 >> 3:Internal; Gate:1; Node:115; Sensor:255; Ack:0; Sub:21:I_DISCOVER_RESPONSE; Msg:0 2018-11-29 10:25:47 133 >> 1:Set; Gate:1; Node:115; Sensor:2; Ack:0; Sub:2:V_STATUS; Msg:1 ...
-
RE: 💬 NodeManager
Why did you use the REQ type for the relay?
Please add support for SET tooREQ - nide to read Relay status
-
RE: 💬 NodeManager
@user2684
Function nameDo you mean the formula to calculate the percentage?
Append flag IFDEF for not send this information (Only voltage) -
RE: 💬 NodeManager
Please use IFDEF for "Battery procetage"
I calculate this in the controller (Save battery)