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 19:54:32 UTC

[GitHub] [incubator-nuttx] acassis opened a new pull request, #7073: ttgo_lora_esp32: Add support to SX1276

acassis opened a new pull request, #7073:
URL: https://github.com/apache/incubator-nuttx/pull/7073

   ## Summary
   Add support to SX1276
   ## Impact
   Users will be able to use SX1276 for communication
   ## Testing
   Board 1:
   ```
   NuttShell (NSH) NuttX-10.4.0                                                    
   nsh> sx127x -m 1 -t                                                             
   Start sx127x_demo                                                               
   FSK modulation                                                                  
   Set frequency to 868000000                                                      
   Set power to 14
   ```
   
   Board 2:
   ```
   nsh> sx127x -m 1
   Start sx127x_demo
   FSK modulation
   Set frequency to 868000000
   Set power to 14
   Waiting for data
   
   Received:
   SNR  = 0
   RSSI = -66
   len  = 5
   0x00 0x01 0x02 0x03 0x04 
   
   wait 5 sec ...
   ```
   


-- 
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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7073: ttgo_lora_esp32: Add support to SX1276

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7073:
URL: https://github.com/apache/incubator-nuttx/pull/7073


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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