Navigation

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

    Topics created by Dirk_H

    • Dirk_H

      Gateway W5100 with RFM69 fails to compile
      Troubleshooting • • Dirk_H  

      9
      0
      Votes
      9
      Posts
      82
      Views

      Dirk_H

      @sundberg84 Hi, I'm not using level converters becuse I use a ProMini with 3,3V (with W5100 and rfm69hw). Maybe I have a small clue: The Interrupt Pin is high all the time. It seems that the interrupt request from the RFM Module is not processed. I cant see interrupts when I start a node. (With a working setup with ESP8266 and RFM69, the pin is low most of the time except when new packets arrive from a sensor).
    • Dirk_H

      How to make/complie MYSBootloader
      Development • • Dirk_H  

      11
      0
      Votes
      11
      Posts
      4868
      Views

      petewill

      @siklosi said: I succeeded compiling MYSBootloader with Oitzu's help. I have compiled MYSbootloader for 8 and 16Mhz for all 127 channels. Here is archive... so you can try it. I have not yet tested it but it should be working https://www.dropbox.com/s/0gjxp9wl2uukj4y/Mysbootloader-8-16-1-127.zip?dl=1 Thanks for posting this! It didn't work for me when I tried with an UNO but it did when I used the USBASP V2.0. Thanks again!
    • Dirk_H

      1W Temperature Sensor 18s20 shows old values
      Hardware • temperature • • Dirk_H  

      2
      0
      Votes
      2
      Posts
      1251
      Views

      Dirk_H

      Ok, finally I found the Problem. I changed the prescaler value of Timer0 becuase I needed a higher PWM Frequenciy. Unfortuneatly this also affects the millis() function that is used in gw.wait. It turns out taht with the changed TImer 0 Prescaler 1ms was not 1ms anymore but less. So the gw.wait(750) where only 750ms/64 which is not enough for DS18S20 conversion to take place.
    • Dirk_H

      [contest] 3D printed battery powered Wall Remote Control
      Enclosures / 3D Printing • pcb hardware 3d print contest • • Dirk_H  

      15
      5
      Votes
      15
      Posts
      22332
      Views

      gohan

      Did you guys managed to have it working with latest mysensors version?
    • Dirk_H

      Using Pin Change Interrupt (PCINT) for wakeup
      Development • arduino interrupt • • Dirk_H  

      6
      0
      Votes
      6
      Posts
      7698
      Views

      hek

      Or use development branch where this dependency has been removed from the library.
    • Dirk_H

      MySensors Serial Gateway minimal example to send data
      Troubleshooting • serialgateway serial protocol • • Dirk_H  

      9
      0
      Votes
      9
      Posts
      6192
      Views

      Dirk_H

      One last thing I'd like to clarify after re-reading my previous post. The correct send string I entered in the terminal is without trailing ";" - like it was supposed before. As mentioned, the problem has been the BAUD rate of 156k with 8MHz crystal.. So the correct command which will change the PWM -Dimmer level on node 3 to 50% is: 3;0;1;0;3;50\n