Giter VIP home page Giter VIP logo

lora's People

Contributors

davidgmx avatar dragino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lora's Issues

Connection closed by foreign Host on LG01 while receiving a large data.

I am trying to transmit a large data of 220 characters using LoRa mini dev and while receiving it on LG01 it is displayed 1st time only, and immediately after that, it says connection closed by foreign host, and have to run telnet localhost 6571 again and it runs for 1 time only, and the same problem comes again.

LT-22222-L: State of RO1, RO2, DO1 and DO2 loss after reboot or power off

Hi,
I use LT-22222-L with firmware AS923 v1.5.7.
I set the state of RO1, RO2, DO1 and DO2 to ON and all LED indicators are ON.
I find the state of RO1, RO2, DO1 and DO2 loss after reboot (by ATZ) or power off (by unplug the power).
The state of RO1, RO2, DO1 and DO2 is back to OFF instead of keeping ON.

This issue should be already fixed in v1.4.2?
https://www.dragino.com/downloads/downloads/LT_LoRa_IO_Controller/LT22222-L/image/changelog
Image v1.4.2

Please help to check v1.5.7 if the issue happened again or there is any temporary workaround.
Thanks a lot.

LT-33222-L, OTAA, Downlink data rate not set correct

I'm using a LT-33222-L with TTN and OTAA.

Uplink is running fine out of the box.
Downlink didn't work until I manually set the data rate on the device to SF9/125 using "AT+RX2DR=3".
The device reported "AT+RX2DR=0" before the change.

Shouldn't this be done with the OTAA process?

GPS PPS pin

In order to use timing information from GPS to NTP it is required to take the PPS into a GPIO pin on the Pi, am I reading the schematics correctly that this PPS pin is only wired to the external pin on the HAT?

LGT-92 Accelerometer MPU EOL

I have download the schematics for the LGT-92 and see that you are using the MPU 9250 acceletometer , but it is marked as EOL by the manufacturer [1]. Do you have an recommended alternative to this component?

Is it neccesary to have a 9-axis accelerometer?

Thanks in advance!

LGT-92 V1.6.0 Hardware

Hi there!
Just unpack the tracker - looks great! Is the HW V1.6.0 schematic with STM32L072/L76K still open source ? Will it be available from this repo?
Regards!

LT-33222-L, Send data on input change

For a more universal use, it would be great to have options allowing the controller to send the actual input values on a input change.

Possible use-case

  • connecting it to a alarm output
  • monitor analog values and alert o bigger changes

Options could be

  • on digital input change only
  • on analog input change only
  • on digital or analog changes
  • analog input, required value change in % to trigger

Code Not Compiling

Hi there,
I am unable to compile the code and getting below error.

Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino/Genuino Uno"
draginoLora:18:18: error: lmic.h: No such file or directory
compilation terminated.
exit status 1
lmic.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I have placed libraries folder as well all the libraries in the same directory as .ino file. Still program does not verify the code and does not compile as it can't find the said files. Any idea whats going wrong here ? Thanks

codeRate on LoraWAN sensor node

Dear Dragino developer,
we are very interesting in your project and we are testing LoRaWAN Dragino.
We have a Lora App Server and Network server online and some gateways based on Raspberry Pi3 and a Concentrator (this one: https://wireless-solutions.de/products/radiomodules/ic880a.html) with the lora_pkt_fwd and lora-brige installed.
For the sensor node we use an Arduino UNO with a Dragino GPS/Shield (with LMIC library for LoRaWAN stack https://github.com/matthijskooijman/arduino-lmic) and this code to send data: https://github.com/dragino/Lora/blob/master/Lora%20Shield/Examples/lora_shield_ttn/lora_shield_ttn.ino

It works both in ABP and OTAA, we receive the data on the LoRa App Server sent by the Dragino node.

We are able to change spreading factor from 7 to 12 in ABP mode and not in OTA. May be with OTA is not possible to change spreading factor on the Dragino code given that is the network server that has pre-configured values? did you do some test with OTA and different spreading factor values?

Can I ask you moreover if you have an idea how to change the codeRate? (now is 4/5) Is it possible to change codeRate on the Arduino/Dragino code?

Thanks a lot
Andrea

Question: 3.3V vs. 16Mhz crystal

Hi,
the schematics state that the Lora Mini is running with a 16Mhz crystal and the module is powered by 3.3V. The datasheet of the Atmega328p states under speed grades that for 16Mhz a minimum of 4.5V are needed. While it still might work it seems out of the specified range and might not work under e.g. different temperature/pressure conditions. Isn't it?

Dragino V1.3 [CLOSED]

it compiles, but it get a runtime error calling os_init() reffering to radio.c
_#ifdef CFG_sx1276_radio
ASSERT(v == 0x12 );

elif CFG_sx1272_radio

ASSERT(v == 0x22);_

it seem that the library is not compatible with the RFM96 used on the board
CLOSED : RFM96 is for 433MHz. wrong board delivered

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.