GithubHelp home page GithubHelp logo

Comments (4)

JaapBraam avatar JaapBraam commented on May 30, 2024

I also use Hallard's Lora Single Channel Gateway board (the wemos d1 mini version).

I tried to make the full spread factor support working while using the DIO0 and DIO1 OR'ed to one pin, but it turned out that the strict timing requirements could not be met. The OR construction makes it necessary to first determine if it was DIO0 or DIO1 that triggered the interrupt. This takes to much time in LUA, making the detection proces unreliable.

What I did is to not use the OR construction with diodes on the board, but to connect DIO0 and DIO1 to seperate pins using small wires. I soldered wires from the diode mounting points to the SDA/SDL pins (D1/D2) on the gateway board, and configured the gateway to use D1/D2 for DIO0/DIO1

from lorawangateway.

dlarue avatar dlarue commented on May 30, 2024

ok, I'll look into isolating diode-D2 so it can use D8 it's wired to and jumper diode-D3 to D3 since it's only used for LED output(not needed). This saves I2C(D1 and D2) if needed. Thanks, I'll give it a try today.

from lorawangateway.

dlarue avatar dlarue commented on May 30, 2024

For some reason, WeMos pins D3 nor D4 would work, they are unused LED and Button pins on the Hallard pcb. Using D1 is working. Tested a node on SF7 showed my 2 different gateways, a node on SF10 only showed going through the Lua gateway. I think we can close this unless you have some insight into why pins D3 and D4 didn't work.

from lorawangateway.

JaapBraam avatar JaapBraam commented on May 30, 2024

I think WeMos pins D3 and D4 also control the booting process. I didn't get it working using those pins either...

from lorawangateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.