You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/10 20:34:17 UTC

[GitHub] [incubator-nuttx] acassis commented on pull request #7073: ttgo_lora_esp32: Add support to SX1276

acassis commented on PR #7073:
URL: https://github.com/apache/incubator-nuttx/pull/7073#issuecomment-1242800920

   I discovered an interesting fact (that at least happens for TTGO_LORA32 board) :
   If CONFIG_LPWAN_SX127X_MODULATION_DEFAULT=3 the `sx127x` app doesn't work on LoRa mode (-m 0), but works on FSK mode (-m 1). If CONFIG_LPWAN_SX127X_MODULATION_DEFAULT=2 the app will work fine for LoRa and FSK mode, but not for OOK. If CONFIG_LPWAN_SX127X_MODULATION_DEFAULT=1 none mode will work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org