Navigation

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

    keldandorin

    @keldandorin

    3
    Reputation
    46
    Posts
    645
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    keldandorin Follow

    Best posts made by 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
    • 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
    • Enclosure

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

      posted in Hardware
      keldandorin
      keldandorin

    Latest 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