Leonel Lopes Parente

Results 19 issues of Leonel Lopes Parente

README.md states: > CubeCell series LoRaWAN-Node stack is migration form **LoRaMac-node V4.4.0**, based on "LoRaWAN specification 1.0.2" and "LoRaWAN Regional Parameters v1.0.2rB". As previously noted in #51 the SX126x radio...

[platform.txt](https://github.com/HelTecAutomation/ASR650x-Arduino/blob/V1.0.0/platform.txt) contains a _version_ field. It's current value is set to 0.0.1. > name=CubeCell > version=0.0.1 The [Arduino platform specification](https://arduino.github.io/arduino-cli/platform-specification/#platformtxt) states: > The version is currently unused, it is reserved...

Following file mentions version 0.0.3 while current version is V1.0.0. The file therefore seems to be old and not up to date. https://github.com/HelTecAutomation/ASR650x-Arduino/blob/V1.0.0/package/package_CubeCell_index.template.json

As the pinout diagram resource is external to GitHub, but relevant to both this repository and https://github.com/HelTecAutomation/HeltecDocs, I add it as an issue here. The [HTCC-AB02 pinout diagram](https://resource.heltec.cn/download/CubeCell/HTCC-AB02/HTCC-AB02_PinoutDiagram.pdf) suffers from...

Add support for the TTGO LoRa32 V1.0 board. V1.3 is already supported. V1.0 is not yet supported.

enhancement

Add support for the Adafruit Feather LoRa 32u4 board.

enhancement

Add the following to the documentation: For LMIC-node / MCCI LMIC it is preferred to use the following Network Layer settings for a device: LoRaWAN version: MAC V1.0.3 Regional parameters...

documentation

Currently most of LMIC-node's documentation is contained in README.md. The main purpose of README.md is to describe the purpose and contents of the repository however. I should be possible to...

documentation

`initLmic()` allows to specify several optional parameters. All parameters have default values so `initLmic()` can be called without parameters. These optional parameters are currently not documented. Add documentation for the...

documentation

See: https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8_128k.html#uploading https://docs.platformio.org/en/latest/boards/ststm32/bluepill_f103c8.html#uploading > ### Uploading > BluePill F103C8 (128k) supports the next uploading protocols: > > blackmagic > cmsis-dap > dfu > jlink > stlink > Default protocol is...