Navigation

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

    gloob

    @gloob

    13
    Reputation
    143
    Posts
    1432
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Germany

    gloob Follow

    Best posts made by gloob

    • RE: 4 doors sensors and 4 move sensors on the same node

      If the door switches act like normal reed switchen then it is correct that you can put one wire to ground and the other one on an input of the arduino.
      Internally you can set the pullup resistor on the pin and check when the signal goes to low, to detect that the door is closed. If the door opens and the reed switch is open, you will get a high signal from the input pin.
      But you can also connect one pin of the sensor to 5V and the check if the output pin of the sensor goes to high when the door is closed.

      For the movement sensors you have to check the signals. There should be at least 3 pins for each sensor, power, ground and the signal itself.

      posted in My Project
      gloob
      gloob
    • RE: MySensors 2.0.0 Released

      Is there an overview about what was changed since the latest 1.x version?

      Edit:
      Sorry, did not see the link.

      posted in Announcements
      gloob
      gloob
    • RE: [SOLVED] Only TX led is blinking, ERR and RX led are alway on

      How are the leds connected to the arduino? Are the LEDs connected to ground or 5V?

      posted in Troubleshooting
      gloob
      gloob
    • RE: German speaking members

      👍

      posted in General Discussion
      gloob
      gloob
    • RFM69 - Which module to use?

      Hello,

      I want to switch my NRF24L01+ modules with RFM69 modules.

      Which version of the RFM69 should I use? I have seen there are 3 different frequency versions and some versions with H, C and W?

      I want to have a better range. I currently use the NRF24L01 modules on battery nodes to transmit humidy and temperature every 5 minutes. So no big data.

      Regards
      Stefan

      posted in Hardware
      gloob
      gloob
    • RE: debug battery powered node

      Why not just connect the rx and tx pins and ground?

      This is how I debug my battery based sensors and run them from the battery. You even dont need the rx pin if you don't want to send commands to the node.

      posted in Troubleshooting
      gloob
      gloob
    • RE: RFM69 and nRF24L01+

      It is not possible to mix the two type of radios, but you can install a second gateway with a RFM69 module, if the controller supports multiple gateways.

      posted in General Discussion
      gloob
      gloob
    • RE: 💬 MySWeMosGWShield - WeMos Mini MySensors Gateway Shield

      I did also receive all parts today and did solder an NRF24L01+PA+LNA WiFi Gateway. Everything runs fine from the beginning. Thanks.

      posted in OpenHardware.io
      gloob
      gloob
    • RE: Upgrade to 2.1.0

      If you upgrade from version 2.0 to 2.1 you can just compile the sketch without any modification.

      posted in Development
      gloob
      gloob
    • RE: debug battery powered node

      Correct.

      posted in Troubleshooting
      gloob
      gloob

    Latest posts made by gloob

    • RE: 💬 Temperature and humidity sensor(ver.ATmega328)+E-Ink display

      How do you achieve 3 years of runtime? How often do you wakeup the Atmega to measure the values and send them?

      posted in OpenHardware.io
      gloob
      gloob
    • RE: RGB CHAINABLE GROVE LED

      @MCF said in RGB CHAINABLE GROVE LED:

      RGB chainable grove

      Do you have a link for the LED

      posted in Development
      gloob
      gloob
    • RE: Sensebender Europe resellers ?

      But if you want to extend your system, you are more flexible with the MySensors solution in the future.

      posted in General Discussion
      gloob
      gloob
    • RE: Sensebender Europe resellers ?

      If you use arduino nanos you don't need any regulators. they have 3.3V for the NRF24L01+ and 5V for the relay.
      You even don't need an ethernet shield if you connect the gateway via USB to your controller (Raspberry pi, ...)

      This would be my shoping list:

      • 2 x https://de.aliexpress.com/item/Freeshipping-Nano-3-0-controller-compatible-for-arduino-nano-CH340-USB-driver-NO-CABLE/32341832857.html
      • 2 x https://de.aliexpress.com/item/1pcs-Wireless-Transceiver-For-Arduino-NRF24L01-2-4GHz-Antenna-Module-For-Microcontroll-DropShipping/32599246022.html
      • 1 x https://de.aliexpress.com/item/120pcs-40P-10cm-male-to-male-female-to-male-and-female-to-female-dupont-cable-connector/32798042976.html
      • 1 x https://de.aliexpress.com/item/1-Channel-Relay-Module-Interface-Board-Shield-For-Arduino-5V-Low-Level-Trigger-One-PIC-AVR/32800597285.html

      8$ for a complete test system.

      posted in General Discussion
      gloob
      gloob
    • RE: Sensebender Europe resellers ?

      @anonymouslemming said in Sensebender Europe resellers ?:

      @gohan said in Sensebender Europe resellers ?:

      For gateway you could use any arduino uno with or without a w5100 network or an esp8266 if you are just doing tests

      ah, I wasn't aware of that. Are there any docs that demonstrate how to build a gateway using that ?

      That might work out cheaper in the short term to see if this is a viable solution for what I want to do.

      https://www.mysensors.org/build/ethernet_gateway

      posted in General Discussion
      gloob
      gloob
    • Buy big amount of Arduino nano with FTDI

      Hello,

      Does anybody have an idea where I can buy a big amount of Arduino Nanos with FTDI chip?
      I need around 100 Nanos or more.

      I don't need genuine modules. I want them to be as cheap as possible. I can buy them from Aliexpress but the biggest number I could find is 5 items and the price is not really good.

      Thanks.
      Stefan

      posted in Hardware
      gloob
      gloob
    • RE: 💬 MySWeMosIRShield - IR blaster shield for WeMos D1

      I'm right that there is no resistor between the LEDs and 5V or GND?
      Is it not required?

      posted in OpenHardware.io
      gloob
      gloob
    • RE: 💬 MySWeMosIRShield - IR blaster shield for WeMos D1

      I like the board and did already order some pcbs for testing.

      posted in OpenHardware.io
      gloob
      gloob
    • RE: No new node possible

      I did not flash all my nodes with a static node ID and now all new nodes can join the network and are visible in FHEM.

      #define MY_NODE_ID 10
      #define MY_PARENT_NODE_ID 0
      

      I think there is any problem with my WeMos gateway. I will analyze this more in detail, when I have some more time.

      posted in Troubleshooting
      gloob
      gloob
    • RE: No new node possible

      Thanks for your support. For me it seems that we have some general problems at the moment.

      I will try the following things later:

      #define MY_NODE_ID 10
      #define MY_PARENT_NODE_ID 0
      #define MY_PARENT_NODE_IS_STATIC
      
      1. use dev version of 2.1.1

      2. downgrade to 2.0.0 or less to check if the hardware is working without any problems

      3. use a serial gateway or try to use my WeMos in serial mode


      These are the topics with a similar error (just as a summary for myself):
      https://forum.mysensors.org/topic/6147/tsm-fpar-no-reply
      https://forum.mysensors.org/topic/6118/problem-connecting-to-gateway
      https://forum.mysensors.org/topic/6063/solved-mqtt-esp8266-gateway-issue


      Edit: does anybody have an idea how to use a ESP as serial gateway?

      posted in Troubleshooting
      gloob
      gloob