-
Had a old board laying around and wanted to try your code on this board.
Atmega32u4 and SX1276
-
**Describe your question or issue**
I am porting the MCCI to some asian modules.
// Pin mapping
const lmic_pinmap lmic_pins = {
.nss = RADIO_NSS,
.rxtx = LMIC_UNUSED_PIN,
.rst = …
-
Hello @CongducPham sir,
I'm working on the Ping_pong code :
`
#include
// Include the SX1272
#include "SX1272.h"
// IMPORTANT
/////////////////////////////////////////////////////////////…
-
**Describe your question or issue**
I am using Lora Discovery board L072CZ. Using the example helium-otaa. I used with platformio.
I Gave correct EUIs and AppKey, when running the program it seem…
-
With the Feather M0 Adalogger we use the [FeatherWing - RFM95W 900 MHz](https://www.adafruit.com/product/3231) shield, this has the SX1276 chip. With the Waspmote we have a shield with the SX1272 chip…
-
https://github.com/arduino-libraries/ArduinoLowPower/blob/6fd308af4aaf2759a13697f9e670e427eb517b3a/src/samd/ArduinoLowPower.cpp#L9
The comment at this line says "disable GCLK module". But my readi…
-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…
-
Hi,
I am new to Arduino and am trying to use the LMIC library for a university project. I started by trying the example code: examples/ttn-abp/ttn-abp.ino. I am currently using an Adafruit Feather…
-
Hi ConducPham
I have a problem with ping pong sketch. I am using arduino mini with Doorji lora sx1278.
SPI Wiring Connections
Arduino mini - Doorji LoRa
10 - D5
11 - MOSI
12 - MISO
13 - SCK
…
-
I have the Adafruit M0 LoRa feather, and I am very new to LoRa and LoRaWAN.
I've cloned the latest master branch of this repo and made a few changes:
1. In 'config.h' I've commented the line for E…