Manuel Bl.

Results 140 comments of Manuel Bl.

To the best of my knowledge, it works. The library supports the ESP32, ESP32-S2/3 MCUs and all SX127x chips. That's a match. I have tested it with many similar boards...

Hi This library builds upon the MCCI Catena [arduino-lmic](https://github.com/mcci-catena/arduino-lmic) library. In order to support the CN470 region, it needs to be added to that library first. You could get in...

The library is specifically designed for The Things Network (TTN). The lastest TTN version only supports OTAA. So that's what this library supports. ABP is not supported.

I haven't dealt with compliance tests yet. And I can't guarantee that it works with LMIC. But the basic code seems to be in place. From the comments at https://github.com/manuelbl/ttn-esp32/blob/281ba52155ebb51975db9e60add196b2bf4df4a5/src/lmic/lmic_compliance.c#L90...

Hi Dylan Several things you mention are probably better discussed with the Terry Moore on [mcci-catena/arduino-lmic](https://github.com/mcci-catena/arduino-lmic). He's far more knowledgeable about both the relevant code and compliance testing. I don't...

I'm not familiar with the details of the protocol. But the proposed fix is quite convincing. You can create a PR and I will merge it.

In order to control this board from an ESP8266, you would need to: - Solder wires to unused pins of the microcontroller. PA0 thru PA4 and PB1 are available. -...

Thanks for the proposal. That's a good idea. I will look into it.

For your information: I'm working on this issue. It even looks as if these characters are valid and don't need to be converted. Yet they are rejected by the SIX...

Release 3.3 has been published. Among several enhancement, the replacement of characters not allowed in payments in now more sophisticated and should cover your proposal.