Navigation

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

    Topics created by karlheinz2000

    • karlheinz2000

      Compiling for STM32F411
      Troubleshooting • • karlheinz2000  

      3
      0
      Votes
      3
      Posts
      31
      Views

      nagelc

      @karlheinz2000 Sorry I missed your original post. I've used the WhiskyDelta code successfully for gateways using the 401 and 411. Glad you found it.
    • karlheinz2000

      [SOLVED] RS485 node with STM32
      Development • • karlheinz2000  

      4
      0
      Votes
      4
      Posts
      57
      Views

      virtualmkr

      @karlheinz2000 sounds great that you found the bug. It's always difficult to tell if it is a HW or SW bug on MCUs. From your first description it seems like a SW one to me.
    • karlheinz2000

      Get STM32 blue pill to run
      Hardware • • karlheinz2000  

      5
      0
      Votes
      5
      Posts
      78
      Views

      karlheinz2000

      Yes, no real EERPOM, but emulation in flash. EEPROM failure was the first finding when checking for this error message. Maybe somthing else... Now complete sketch is ported from AVR ProMini to STM32 and is runnig fine
    • karlheinz2000

      ECHO problems when sending with no payload
      Development • • karlheinz2000  

      20
      0
      Votes
      20
      Posts
      154
      Views

      karlheinz2000

      I've opened an issue for that. https://github.com/mysensors/MySensors/issues/1452 According to API payload is same on ECHO message. I feel this should be handled/fixed in lib, but I have no idea how to do... If it is not possible to fix in lib, it shall not be allowed to send message with no payload anymore, which controller has to make sure then. @rejoe2 Regarding FHEM, at the moment we should keep it as it is. No payload is not the normal use case. I flashed gateway with 2.2.0 and this fixed the problem for me.
    • karlheinz2000

      SPLASH_SCREEN with MY_DEBUGDEVICE
      Bug Reports • • karlheinz2000  

      3
      1
      Votes
      3
      Posts
      842
      Views

      gohan

      Well... actually it would make sense as the splash screen is not a debug info
    • karlheinz2000

      Sleep time and external interrrupts
      Development • • karlheinz2000  

      9
      0
      Votes
      9
      Posts
      2369
      Views

      mfalkvidd

      @karlheinz2000 a global variable should work. Quick and dirty Make sure to name it something unique.
    • karlheinz2000

      [Solved] Multiple messages with same content received
      Troubleshooting • • karlheinz2000  

      5
      0
      Votes
      5
      Posts
      1672
      Views

      karlheinz2000

      With radios from ITEAD this issue is obsolete. They seem to populate original nordic chips, or even good fakes.
    • karlheinz2000

      Gateway using ATmega32U4
      Development • • karlheinz2000  

      2
      0
      Votes
      2
      Posts
      1201
      Views

      karlheinz2000

      Update: Setup still not running as a RS485 GW No debug info coming out of serial/USB. I flashed a normal NRF serial GW -> works. I did not define "MY_GATEWAY_SERIAL" -> works as a RS485 node. Any idea why just the RS485 GW feature does not work with 32U4?