Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Boštjan Ferlič
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Boštjan Ferlič

    @Boštjan Ferlič

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Boštjan Ferlič Follow

    Best posts made by Boštjan Ferlič

    This user hasn't posted anything yet.

    Latest posts made by Boštjan Ferlič

    • RE: LGT8F328P and MySensors

      Hello

      I still didn't figure it out exactly, what is the issue with LGT8F328P and arduino, but for start, it can work, if you define 4x faster baud rate. So I define MY_BAUD_RATE 76800 and connect terminal with 19200, and it works. LGT is started in 8 MHz by default, and it looks like this is not corrected with mysensors. But this only helped for serial port, because later I had issues with DHT library timings.

      If I later change speed to 16 MHz and start serial port again, it works as expected:

      noInterrupts();
      CLKPR = 0x80;
      CLKPR = 0x01;
      interrupts();
      Serial.begin(19200);

      posted in Hardware
      Boštjan Ferlič
      Boštjan Ferlič