Navigation

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

    Takero

    @Takero

    Hardware Contributor

    14
    Reputation
    72
    Posts
    921
    Profile views
    1
    Followers
    2
    Following
    Joined Last Online
    Location Germany Age 44

    Takero Follow
    Hardware Contributor

    Best posts made by Takero

    • RE: ๐Ÿ’ฌ FOTA (Wireless Programming)

      For OTA Update under Rpi i used this: http://www.virtualhere.com/

      • just install it on the Pi, stop the controler software
      wget http://www.virtualhere.com/sites/default/files/usbserver/vhusbdarmpi2
      

      vhusbdarmpi2 -> for Pi2 only (see homepage for other platforms)

      sudo chmod +x ./vhusbdarmpi2
      
      • start the virtualhere server
      sudo ./vhusbdarmpi2
      
      • install the client on your Windows System
      • Mount the Com-Port
      • start MYSControler
      • do what you want to do
      • stop client

      now you have to reboot your rpi, stop virtualhere server its not enoth, cant mount device again. After restart everythinks works well.

      Greetings

      posted in Announcements
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Door/Window Sensor

      I will try it direct on the CR2032.

      You are right, OTA not needed and not possible. The second Reed is for a second Window, i would trace it seperatly.
      It's for a doble Window, the sensor is placed in the middle of booth windows.

      posted in OpenHardware.io
      Takero
      Takero
    • RE: NRF24l01+ vs. NRF24l01+ pa + lna

      Works like a charm! Thanks a lot!

      posted in Troubleshooting
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Security & Signing

      @tonnerre33 Thanks, i solved it already, but you are right that was my Problem ๐Ÿ™‚

      posted in Announcements
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Roller Shutter Node

      I am finished and everythink is working well right now.

      I dit some modifications on PCB:

      • add an 470uF near to NRF24
      • add two Diodes recovery diode (or free-wheeling diode) dunno how it called in english ๐Ÿ™‚ at the relays

      And some changes in your example code ๐Ÿ‘

      Thanks for the Layout, thanks for the code, thanks for help!

      I design a 3D Case, but only the bottom side. . . but not tested right now . .

      alt text

      0_1478263225360_RollerShutter_back.stl
      0_1478263256093_RollerShutter_Back.123dx

      posted in OpenHardware.io
      Takero
      Takero
    • RE: Signing ATSHA Key?

      Works ๐Ÿ‘

      posted in Troubleshooting
      Takero
      Takero
    • RE: Battery powered outdoor sensor drops connection in cold weather

      Insert an delay between sends will help to refresh the load in the capacitor. I prefer to wait for 100ms before send a new message. And increase the capacitor. My Sensor (not battery) works fine until -15ยฐC.

      posted in Hardware
      Takero
      Takero
    • RE: MyController - 0.0.3-Alpha2 pre-release - volunteers required to test

      Me too please!

      PS: can i send you a wishlist of features?

      posted in MyController.org
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Roller Shutter Node

      Dont Care ๐Ÿ™‚ its cool. Zenner its not enoth but dont worry. I need it .. the nrf is verry "female" ๐Ÿ˜„ (sensible). But i think for both version, you have to modify the current messurment. No Roller shutter has >200w so u are on the Limit below 100w of adc scale.

      But hey it Works and your Layout is verry cool and Safe.

      posted in OpenHardware.io
      Takero
      Takero

    Latest posts made by Takero

    • RE: ๐Ÿ’ฌ Door/Window Sensor

      In deep Sleep the cunsumption is below 19ยตA, but i have to send with PA_MAX. On some Windows the open/close frequency is verry high, so the battery is to fast emty.

      The CR2032 is good, but i want more "lifetime"

      posted in OpenHardware.io
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Door/Window Sensor

      Yes the consumption is still at 19ยตA, but while sending it increase up to 100mA. The Standby Time is depends on the interval of open/close Windows. For me it was not really ennoth (2-3 month), so i redesigned this Project.

      Just look in my Projects -> Door/Windows AAA

      Greetings

      posted in OpenHardware.io
      Takero
      Takero
    • RE: Battery powered outdoor sensor drops connection in cold weather

      Insert an delay between sends will help to refresh the load in the capacitor. I prefer to wait for 100ms before send a new message. And increase the capacitor. My Sensor (not battery) works fine until -15ยฐC.

      posted in Hardware
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Security & Signing

      @egadgetjnr where dit u come from?

      posted in Announcements
      Takero
      Takero
    • RE: Battery Operated Door Magnet Sensor

      Look at my node: I used HW-Debounce and deep sleep.
      Sketch inside.

      https://www.openhardware.io/view/266/DoorWindow-Sensor

      posted in My Project
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Roller Shutter Node

      I was a little bit bussy the last days.
      My Nodes are completed installed right now, it works well. BUT, i had to change some thinks.

      I had the Probleme of automatic reset of the device if i set the shutter to 50% or anythink else 0% or 100%.
      The Diode alone dont solve these Probleme. I think the Problem is to stop the shutter while running. If i set it to 100% or 0% the shutter shut of before the relay falls down.

      I solve the Problem with a 220uF Capacitor at the 3.3V Out and deactivate the BOD.

      My Fuses right now: L: CF // H:DA // E:07

      Now it works very well!!

      @Fabien: I dont change the amp . . i just tested some thinks but it wont work . . for i dont use the current messurment and setup the Node with the manual endstop. It works realy good!

      Finaly again, Thanks @scalz

      The Temp. of the devices is below 30ยฐC ๐Ÿ˜‰

      In the picture the green temp.

      0_1481916187089_Unbenannt.JPG

      posted in OpenHardware.io
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Door/Window Sensor

      Final Version is tested and released. Have fun!

      posted in OpenHardware.io
      Takero
      Takero
    • RE: ๐Ÿ’ฌ FOTA (Wireless Programming)

      @Alex-B-Goode Yes this is the Way. If you dont like to disconnect the Gateway from Pi you Can use my procedure was i wrote some posts before. If the nodes discovered One time you dont need to wait again. MYScontroller save the discovered nodes.

      posted in Announcements
      Takero
      Takero
    • RE: ๐Ÿ’ฌ FOTA (Wireless Programming)

      For OTA Update under Rpi i used this: http://www.virtualhere.com/

      • just install it on the Pi, stop the controler software
      wget http://www.virtualhere.com/sites/default/files/usbserver/vhusbdarmpi2
      

      vhusbdarmpi2 -> for Pi2 only (see homepage for other platforms)

      sudo chmod +x ./vhusbdarmpi2
      
      • start the virtualhere server
      sudo ./vhusbdarmpi2
      
      • install the client on your Windows System
      • Mount the Com-Port
      • start MYSControler
      • do what you want to do
      • stop client

      now you have to reboot your rpi, stop virtualhere server its not enoth, cant mount device again. After restart everythinks works well.

      Greetings

      posted in Announcements
      Takero
      Takero
    • RE: ๐Ÿ’ฌ Roller Shutter Node

      Dont Care ๐Ÿ™‚ its cool. Zenner its not enoth but dont worry. I need it .. the nrf is verry "female" ๐Ÿ˜„ (sensible). But i think for both version, you have to modify the current messurment. No Roller shutter has >200w so u are on the Limit below 100w of adc scale.

      But hey it Works and your Layout is verry cool and Safe.

      posted in OpenHardware.io
      Takero
      Takero