Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. keldandorin
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by keldandorin

    • Error compiling on new w10 and arduino edi 1.8.10

      Hi,
      I hade to reinstall my w10 due to ssd failure.
      When I try to compile for my NodeMcu Gateway I do get this error and a bunch more
      c:/users/hakan/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\hakan\AppData\Local\Temp\arduino_cache_125707\core\core_46d12f6909850cbe5ddce9c28f2b9770.a(core_esp8266_main.cpp.o):C:\Users\hakan\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.0\cores\esp8266/core_esp8266_main.cpp:55: multiple definition of `g_pcont'; sketch\NodeMcuGW2.ino.cpp.o:D:\Arduino\ScetchBooks\libraries\MySensors-development/hal/architecture/ESP8266/MyMainESP8266.cpp:52: first defined here

      c:/users/hakan/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\hakan\AppData\Local\Temp\arduino_cache_125707\core\core_46d12f6909850cbe5ddce9c28f2b9770.a(core_esp8266_main.cpp.o): in function `esp_yield':

      C:\Users\hakan\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.0\cores\esp8266/core_esp8266_main.cpp:103: multiple definition of `esp_yield'; sketch\NodeMcuGW2.ino.cpp.o:D:\Arduino\ScetchBooks\libraries\MySensors-development/hal/architecture/ESP8266/MyMainESP8266.cpp:88: first defined here

      c:/users/hakan/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\hakan\AppData\Local\Temp\arduino_cache_125707\core\core_46d12f6909850cbe5ddce9c28f2b9770.a(core_esp8266_main.cpp.o): in function `esp_schedule':.

      Also get this error
      Multiple libraries were found for "MySensors.h"
      Used: D:\Arduino\ScetchBooks\libraries\MySensors-development
      Multiple libraries were found for "SPI.h"
      Used: C:\Users\hakan\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.0\libraries\SPI
      C:\Users\hakan\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.0\cores\esp8266/core_esp8266_main.cpp:111: multiple definition of `esp_schedule'; sketch\NodeMcuGW2.ino.cpp.o:D:\Arduino\ScetchBooks\libraries\MySensors-development/hal/architecture/ESP8266/MyMainESP8266.cpp:96: first defined here

      Used the example file for an 8266 GW
      Installed Arduino EDI 1.8.10 and tried both installing the MySensors through library and downloading zip file from git with same result

      Any ideas what to do to fix this?
      //Håkan

      posted in Troubleshooting
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @sundberg84 Ah you see I need to learn more 🙂 Didnt know that gnd could add noice. Will try what you sugests thx Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @sundberg84 HEHE no problem I'm not that clear in my questions ether.
      Let me describe my setup. Easy PCB (yours) revision 8.
      Running on battery, NRF powered directly by battery (no booster there) Booster running Arduino and sensors. Caps and stuff is there, I have just made a copy of your setup. Think I even used all your links for shopping list to 
      If I have one sensor connected DS18b20 pin 3. No problem with radio connecting to Gateway.

      If I add a second (soil Moisture) sensor on pin 4 the node gets problem connecting to GW. Sometimes it takes 5-10 tries and it connects sometimes never.
      So where is the problem here, Power to NRF is the same (good new battery’s 3.2v) Tried some setups where I put nrf at a distant from soil Sensor, same problem.
      If I disconnect soil sensor it will connect at the first try again.

      So what in the setup can disturb the radio/NRF so it has problem connecting?
      If running NRF via booster it makes sense that the booster can add noise but when you not running nrf through booster what can then be the source for noise?

      My next step in founding this out is to by some more expensive/better booster,NRF and so on to found out the problem. Sins my experience in electronic stuff is based on what you learned in school I do have a lot to catch up on 
      Thx for any ideas what to try or do to figure this out
      //Håkan

      ps. gone through trubbelshooting guide several times 🙂

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @sundberg84 What can then make the radio not connecting when adding a soil sensor and as soon as you disconnect it node connect to GW.

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @sundberg84 I dont run the nrf wia booster at the moment. Can the booster still be a issue then? btw have a 4.7 cap conencted

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @mfalkvidd Booster is not always the issue here, had the same issue when trying use my Rpi3 as a GW. None of my nodes was able to conenct the first 5 tryes so I bought a NodeMCU insted to us as GW. Looks like there is newer and more expensiv NRF modules to, Like this one http://www.elecfreaks.com/estore/nrf24l01p-pa-lna-v3-1-rfm05.html and I think as long as power dosent drop under 1.9v it should be able to send atleast acording to spec.

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @sundberg84 said in Just like to know why nrf on cheap booster fails:

      e.

      So what you saying is that the Noise is something that disturb the radio frequency or is it more the signal from Arduino to radio?
      Sorry for all N00B question but this annoys me not knowing 😊

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Just like to know why nrf on cheap booster fails

      @mfalkvidd OK got that but how come it dosent connect when soil sensor is connected and powerd directly from battery. If I disconnect soil sensor it connects directly. How can that sensor "disturb" radio module?

      posted in Hardware
      keldandorin
      keldandorin
    • Just like to know why nrf on cheap booster fails

      Hi guys.
      My setup is EasyPCB board with 2AA batteries with booster and one dallas sensor on D3. Radio is NRF24L+.
      With this setup and new batteries, the node has no problem connecting to GW. But as soon as battery drops or I connect a soil moisture to it its having problem connection to GW. Could anyone with more knowledge of electronic try to explain why this is happening.
      The thing is that after 5-15 tries it can suddenly register. Why then and not first time.
      Read a lot of stuff that radio is sensitive and you should not run it behind a booster, Why? What is it that happened then, all logic in my head says 3,3 V is much better then 2,5.
      I do lack electronic knowledge so please enlighten me
      Big thx
      /Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: 💬 Easy/Newbie PCB for MySensors

      @sundberg84 Sounds good, Thats what I'm looking for. Have never worked with tinkers like this befor so everything is new. But this place is great thx for taking time.

      posted in OpenHardware.io
      keldandorin
      keldandorin
    • RE: 💬 Easy/Newbie PCB for MySensors

      @sundberg84 Is there any way to say if booster is a bad one or not before ordering them?
      The one I ordered was the one on shoping list from aliexpress. Will try I capacitator and see if I can get a new booster from kjell&Comany tomorrow just to try. Build a setup on bread bord where I powered radio with 2 AA and got the same result. Got a fju places where I like to put some sensors with no power so realy need to get this working :). Could the radiomodules be bad to?

      posted in OpenHardware.io
      keldandorin
      keldandorin
    • RE: 💬 Easy/Newbie PCB for MySensors

      @sundberg84 I do have the same problem with my setup. As soon as power drops below 2.8 the radio will have problem connecting to gateway. Sometimes it connect after 10-15 tryes. Is there any way to see if nrf sending or any outer way to test stuff? Any ideas are welcome //Håkan

      posted in OpenHardware.io
      keldandorin
      keldandorin
    • RE: Enclosure

      @dbemowsk Thx, Just need to buy a 3d-printer now 🙂

      posted in Hardware
      keldandorin
      keldandorin
    • Enclosure

      Re: Easy/Newbie PCB for MySensors
      Anyone made a enclosure for this board?
      //Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: How to make MyController autostart on raspberry pi

      @mfalkvidd To be more precise after som googleing
      Raspian GNU/Linux
      Version 8 (jessie)
      🙂

      posted in MyController.org
      keldandorin
      keldandorin
    • RE: How to make MyController autostart on raspberry pi

      @mfalkvidd Rasbian Latest version I guess 🙂

      posted in MyController.org
      keldandorin
      keldandorin
    • How to make MyController autostart on raspberry pi

      How can I make Mycontroller autostart on my raspberryPi?
      At the moment I type: java -Xms8m -Xmx100m -Dlogback.configurationFile=../conf/logback.xml -Dmc.conf.file=../conf/mycontroller.properties -cp "../lib/*" org.mycontroller.standalone.StartApp
      and everything works but i need it to autostart.

      posted in MyController.org
      keldandorin
      keldandorin
    • RE: Fail presentation to gateway

      @korttoma Thx the wait(50) did the trick 🙂

      posted in Development
      keldandorin
      keldandorin
    • RE: Fail presentation to gateway

      If I look in log it fail to present temp senor. Code looks like this .
      // Register all sensors to gw (they will be created as child devices)
      present(CHILD_ID_HUM, S_HUM);
      present(CHILD_ID_TEMP, S_TEMP);

      If I swap places on Temp it fails to present HUM sensor.

      posted in Development
      keldandorin
      keldandorin
    • Fail presentation to gateway

      Hi, got some nodes with DHT22 and for some reason the GW dosent now the sensortype for S_Temp just the S_HUM. Anyone seen this before?
      Using MYSController to connect to GW. And got node -child item 0 -s_hum and child item 1 (blank description)
      Subtype is V_Temp

      posted in Development
      keldandorin
      keldandorin
    • RE: 💬 Building a Raspberry Pi Gateway

      @gohan Been trying to find my old post to tell you all how it got with my rpi and nodes that did not register. I bougt some voltage regulators LM350. used the 5v output insted of 3.3 V but still no luck to get node to register. when messauring volatage when GW send awnser it drops way below 3.3v. I think voltage output from rpi just is to bad. So I bought a nodemcu for GW instead and it works like a sharm 🙂

      posted in Announcements
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan You think one of this could solv it to.
      http://www.ebay.com/itm/10pcs-LM350-LM350T-3A-Adjustable-Voltage-Regulator-TO-220-NS-/270934993534?hash=item3f14fbea7eⓂm1teKyPPDfS02DlKXI_oD1g

      Using 5v as output insted and regulat it down to 3.3 v and capasitator on that.

      Got them in local store 🙂

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan had it running again for some time and at message1890739 It got connected again and seems to be able to send message to GW. But as you say its the GW sending part that dosent seems to work.

      1890739 TSM:FPAR:OK
      1890740 TSM:ID
      1890742 TSM:ID:OK
      1890744 TSM:UPL
      1890749 TSF:MSG:SEND,3-3-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=OK:1
      1892756 TSM:UPL
      1892761 TSF:MSG:SEND,3-3-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=OK:1
      1892768 TSF:MSG:READ,0-0-3,s=255,c=3,t=25,pt=1,l=1,sg=0:1
      1892773 TSF:MSG:PONG RECV,HP=1
      1892776 TSM:UPL:OK

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan had it running now for a cuple of hours and sudenly it registerd. No luck efter reboot though. Guess I have to order one of them Voltage regulators/capacitors....realy wish I hade one now in my Man Cave 😂

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan taking power from 3v3 pin number 1 an using capasitor that is 10uF

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      Hi guys, realy need som help here. Got my Rpi gateway up and running and logfile looks ok, see below.
      have a working Node running with DTH22. (know its working sins its conenct to my Arduino GW)
      Tryed to onfigured Node Id on node. Connecting to my RpiGW with MYScontroller and can see the gateway but no nodes connect.
      Log on PRI looks like this
      mysgw: Starting gateway...
      mysgw: Protocol version - 2.1.1
      mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.1.1
      mysgw: TSF:LRT:OK
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: TSM:INIT:TSP OK
      mysgw: TSM:INIT:GW MODE
      mysgw: TSM:READY:ID=0,PAR=0,DIS=0
      mysgw: MCO:REG:NOT NEEDED
      mysgw: Listening for connections on 0.0.0.0:5003
      mysgw: MCO:BGN:STP
      mysgw: MCO:BGN:INIT OK,TSP=1
      mysgw: TSF:MSG:READ,3-3-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=3
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK
      mysgw: !TSF:MSG:SEND,0-0-3-3,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0

      Log on Node like this
      0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
      3 TSM:INIT
      4 TSF:WUR:MS=0
      11 TSM:INIT:TSP OK
      13 TSM:INIT:STATID=3
      14 TSF:SID:OK,ID=3
      16 TSM:FPAR
      52 TSF:MSG:SEND,3-3-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      2059 !TSM:FPAR:NO REPLY
      2061 TSM:FPAR
      2097 TSF:MSG:SEND,3-3-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      4104 !TSM:FPAR:NO REPLY
      4106 TSM:FPAR
      4142 TSF:MSG:SEND,3-3-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      6149 !TSM:FPAR:NO REPLY
      6151 TSM:FPAR
      6187 TSF:MSG:SEND,3-3-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      8194 !TSM:FPAR:FAIL
      8195 TSM:FAIL:CNT=1
      8197 TSM:FAIL:PDT

      From my basic understanding it looks like the GW dont responding in the correct way or the node dont like the awnser. Anyone with more experince out there that can give me some ideas how to fix this.
      Thx
      /Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @keldandorin If I pars log from GW it says

      Sent Message
      Sender: 0
      Last Node: 0
      Next Node: 3
      Destination: 3
      Sensor Id: 255
      Command: INTERNAL
      Message Type:I_FIND_PARENT_RESPONSE
      Payload Type: P_BYTE
      Payload Length: 1
      Signing: 0
      Failed uplink counter: 0
      Status: NACK (OK=success, NACK=no radio ACK received)
      Payload: 0

      Just like its acctualy responding to Node !
      But the node dosent like the awnser

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan yes

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @keldandorin Looks like I get som data to GW now but it dosent connect. Node has ID 3

      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=3
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK
      mysgw: !TSF:MSG:SEND,0-0-3-3,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
      mysgw: TSF:MSG:READ,3-3-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=3
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan Changed radio on Rpi
      and node log looks like this now, Forgot MY_ before node 😄

      0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
      3 TSM:INIT
      4 TSF:WUR:MS=0
      11 TSM:INIT:TSP OK
      13 TSM:INIT:STATID=2
      18 TSF:SID:OK,ID=2
      19 TSM:FPAR
      55 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      2063 !TSM:FPAR:NO REPLY
      2065 TSM:FPAR
      2101 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      4108 !TSM:FPAR:NO REPLY
      4110 TSM:FPAR
      4146 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      6153 !TSM:FPAR:NO REPLY
      6155 TSM:FPAR
      6191 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      8198 !TSM:FPAR:FAIL
      8199 TSM:FAIL:CNT=1
      8201 TSM:FAIL:PDT

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      OK got version 2.1.1 on place on Rpi deffined Node Id but still no luck connecting to Rpi GW 😢

      GW Log
      mysgw: Starting gateway...
      mysgw: Protocol version - 2.1.1
      mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.1.1
      mysgw: TSF:LRT:OK
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: TSM:INIT:TSP OK
      mysgw: TSM:INIT:GW MODE
      mysgw: TSM:READY:ID=0,PAR=0,DIS=0
      mysgw: MCO:REG:NOT NEEDED
      mysgw: Listening for connections on 0.0.0.0:5003
      mysgw: MCO:BGN:STP
      mysgw: MCO:BGN:INIT OK,TSP=1
      mysgw: TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=255
      mysgw: TSF:PNG:SEND,TO=0
      mysgw: TSF:CKU:OK
      mysgw: TSF:MSG:GWL OK
      mysgw: TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
      mysgw: TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=255
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK

      Node Log:
      0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
      3 TSM:INIT
      4 TSF:WUR:MS=0
      11 TSM:INIT:TSP OK
      13 TSM:FPAR
      15 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      2022 !TSM:FPAR:NO REPLY
      2024 TSM:FPAR
      2026 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      4034 !TSM:FPAR:NO REPLY
      4036 TSM:FPAR
      4038 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      6046 !TSM:FPAR:NO REPLY
      6048 TSM:FPAR
      6050 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      8058 !TSM:FPAR:FAIL
      8059 TSM:FAIL:CNT=1
      8061 TSM:FAIL:PDT

      Going to replace radio and try again.

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan hehe N00b misstake thougt --branch Master was referens that the rest downloaded master...have just started to try out git 🙂

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      @gohan hmm why did I get 2.0.0 Beta
      doing
      git clone https://github.com/mysensors/MySensors.git

      But still gets Beta version...Sorry n00b to Linux and Rpi is there a better way to get the updateed version?

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Node dont connect to RaspBerry gateway

      Node says it cant find parent. And Rpi says everything is ok. Its like it dosent awnser the Node for som reason.

      Is it possible to connect radio module in the wrong way and startup will still initiate OK?

      posted in Hardware
      keldandorin
      keldandorin
    • RE: Help needed to beginner

      @TommiP Got the same config Rpi3 model B with open hab 2. I use this config and it can connect to gateway on same box. Ehternet is whats supported with OpenHaB

      ./configure --my-gateway=ethernet --my-leds-err-pin=12 --my-leds-rx-pin=16 --my-leds-tx-pin=18 --my-transport=nrf24 --my-rf24-irq-pin=15
      If you run it in debug mode what is the output then?

      I dont get my nodes to connect to Gateway atm but everything else looks like it works.
      /Håkan

      posted in OpenHAB
      keldandorin
      keldandorin
    • Node dont connect to RaspBerry gateway

      Hi.
      Need som help here to. I have a Rpi gateway up and running without own sensors. output in Debug mode looks like this.
      pi@RPI:~/MySensors $ sudo mysgw -d
      mysgw: Starting gateway...
      mysgw: Protocol version - 2.2.0-beta
      mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.2.0-beta
      mysgw: TSF:LRT:OK
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: TSM:INIT:TSP OK
      mysgw: TSM:INIT:GW MODE
      mysgw: TSM:READY:ID=0,PAR=0,DIS=0
      mysgw: MCO:REG:NOT NEEDED
      mysgw: Listening for connections on 0.0.0.0:5003
      mysgw: MCO:BGN:STP
      mysgw: MCO:BGN:INIT OK,TSP=1
      mysgw: New connection from 10.1.15.182
      mysgw: Client 0 connected
      mysgw: TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=255
      mysgw: TSF:PNG:SEND,TO=0
      mysgw: TSF:CKU:OK
      mysgw: TSF:MSG:GWL OK
      mysgw: TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
      mysgw: TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=255
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK
      mysgw: TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
      mysgw: TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      mysgw: TSF:MSG:BC
      mysgw: TSF:MSG:FPAR REQ,ID=255
      mysgw: TSF:CKU:OK,FCTRL
      mysgw: TSF:MSG:GWL OK
      mysgw: TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0

      No problem connecting with MYScontroller.

      But I cant get my nodes to connect. I do know they work sins they connected to my Arduino GW with no problem. Need som help here to figure out whats wrong

      Thx
      /Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • How to add Local Sensor to Rasbeery Pi Gateway

      Hi, need some help. I'd like to add a local sensor to my RPi gateway. In this case a DHT. when I try to compile my config I get a
      examples_linux/mysgw.cpp:76:18: fatal error: DHT.h: No such file or directory
      #include <DHT.h>
      ^
      compilation terminated.
      Makefile:114: recipe for target 'build/examples_linux/mysgw.o' failed
      make: *** [build/examples_linux/mysgw.o] Error 1

      I put the DHT.h and DHT.cpp in the Example_Linux folder.

      Guess I'm doing this the wrong way, so need directions here.
      Thx
      Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: 💬 Building a Raspberry Pi Gateway

      @gohan Solved the problem with radio...Thx

      posted in Announcements
      keldandorin
      keldandorin
    • RE: 💬 Building a Raspberry Pi Gateway

      @marlin Got the same issue, Did you solve yours and if so how?

      posted in Announcements
      keldandorin
      keldandorin
    • RE: How to solder FTDI Platinum so out voltage is 3.3

      @tbowmo Thx, not easy 😛

      posted in Hardware
      keldandorin
      keldandorin
    • RE: MyNodes.NET 2.0

      @derwish Cool. I have working code for sending and resiveing messages from azure. Read the dev documents and will try to make a node as soon as I can.

      posted in MyNodes.NET
      keldandorin
      keldandorin
    • Charts not showing old data

      I show my temp sensor data in a chart. made the setting to write to database.
      If I edit panel or restart server I can only see the 2 latest values. and not all that have been writen to the database. Is this intended or some bugg?
      //Håkan

      posted in MyNodes.NET
      keldandorin
      keldandorin
    • RE: MyNodes.NET 2.0

      This is soooooooo great. I been trying to program something like this for month but as a total N00B it has been harder then I thought. Got a hold bunch off ideas to expand this. 🙂

      1. Email Node - Send mail message
      2. Send message to Azure IoT hub
      3. Resive message from Azure
      4. Send Message to Azure mobile hub for Push notifications
      5. Read From External Database
      6. Write To External Database

      Couple of questians
      Is it possible to run this as a service in windows and not as a console app?
      Is it possible to make it work on Windows IoT ?

      And again super nice gateway alot of thx.

      //Håkan

      posted in MyNodes.NET
      keldandorin
      keldandorin
    • How to solder FTDI Platinum so out voltage is 3.3

      Made a mistake and order this FTDI
      http://www.aliexpress.com/item/FTDI-Platinum-V2-1-FTDI-Basic-Breakout-5V-3-3V/847242235.html
      Been trying to figure out how to solder it to deliver 3.3v and not 5. Anyone know how to do it?

      Thx
      //Håkan

      posted in Hardware
      keldandorin
      keldandorin
    • RE: First Project, no errors but no data

      @keldandorin
      Really strange. After about 20 restarts I got it working. have no idea what made it work But I'm happy 🙂

      posted in Troubleshooting
      keldandorin
      keldandorin
    • RE: First Project, no errors but no data

      Hi, I do have the exact same problem. I have added capacitor but still get the same error. My setup is Arduino pro mini with dallas temp sensor. Gateway is a arduino UNO. havent made any Changes in sketches.
      Sensor say
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      sensor started, id=255, parent=255, distance=255
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
      find parent
      send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:

      Gateway say
      2016-03-19 08:52:47 INFO Connected to COM3
      2016-03-19 08:52:48 RX 0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      2016-03-19 08:52:48 RX 0;0;3;0;14;Gateway startup complete.

      If you figure out your problem please share
      Thanks

      posted in Troubleshooting
      keldandorin
      keldandorin