-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES920LRの設定メモ追記 #29
ES920LRの設定メモ追記 #29
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,30 +74,55 @@ int16_t rssi(char *_rssi_char) { | |
} | ||
|
||
// GROUND | ||
// configuration setting is below. | ||
// ------------------------------------- | ||
// Node : EndDevice | ||
// Band Width : 125kHz | ||
// Spreading Factor : 11 | ||
// Effective Bitrate : 537bps | ||
// Channel : 2 | ||
// PAN ID : 0001 | ||
// Own Node ID : 0001 | ||
// Destination ID : 0000 | ||
// Acknowledge : OFF | ||
// Retry count : 3 | ||
// Transfer Mode : Payload | ||
// Receive Node ID information : OFF | ||
// RSSI information : ON | ||
// Config/Operation : Operation | ||
// UART baudrate : 115200 | ||
// Sleep Mode : No Sleep | ||
// Sleep Time : 50 | ||
// Output Power : 13dBm | ||
// Format : ASCII | ||
// Send Time : 0 | ||
// Send Data : | ||
// AES Key : 00000000000000000000000000000000 | ||
// RF Mode : TxRx | ||
// Protocol Type : Private LoRa | ||
// Rx Boosted : ON | ||
|
||
// CANVAS | ||
// configuration setting is below. | ||
// ------------------------------------- | ||
// Node : EndDevice | ||
// Band Width : 125kHz | ||
// Spreading Factor : 12 | ||
// Effective Bitrate : 293bps | ||
// Channel : 10 | ||
// PAN ID : 0001 | ||
// Own Node ID : 0001 | ||
// Destination ID : 0000 | ||
// Acknowledge : OFF | ||
// Retry count : 0 | ||
// Transfer Mode : Payload | ||
// Receive Node ID information : OFF | ||
// RSSI information : ON | ||
// Config/Operation : Operation | ||
// UART baudrate : 115200 | ||
// Sleep Mode : No Sleep | ||
// Sleep Time : 50 | ||
// Output Power : 13dBm | ||
// Format : ASCII | ||
// Send Time : 0 | ||
// Send Data : | ||
// AES Key : 00000000000000000000000000000000 | ||
|
||
// Pro-e | ||
// configuration setting is below. | ||
// ------------------------------------- | ||
// Node : EndDevice | ||
// Band Width : 125kHz | ||
// Spreading Factor : 12 | ||
// Effective Bitrate : 293bps | ||
// Channel : 10 | ||
// PAN ID : 0001 | ||
// Own Node ID : 0002 | ||
// Destination ID : 0000 | ||
// Acknowledge : OFF | ||
// Retry count : 3 | ||
// Transfer Mode : Payload | ||
// Receive Node ID information : OFF | ||
// RSSI information : ON | ||
// Config/Operation : Operation | ||
// UART baudrate : 115200 | ||
// Sleep Mode : No Sleep | ||
// Sleep Time : 50 | ||
// Output Power : 13dBm | ||
// Format : ASCII | ||
// Send Time : 0 | ||
// Send Data : | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [cpplint] reported by reviewdog 🐶 |
||
// AES Key : 00000000000000000000000000000000 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,26 +29,26 @@ void loop() { | |
|
||
// ROCKET | ||
// configuration setting is below. | ||
// ------------------------------------- | ||
// Node : Coordinator | ||
// Band Width : 125kHz | ||
// Spreading Factor : 11 | ||
// Effective Bitrate : 538bps | ||
// Channel : 2 | ||
// PAN ID : 0001 | ||
// Own Node ID : 0000 | ||
// Destination ID : FFFF | ||
// Acknowledge : OFF | ||
// Retry count : 3 | ||
// Transfer Mode : Payload | ||
// Receive Node ID information : OFF | ||
// RSSI information : OFF | ||
// Config/Operation : Operation | ||
// UART baudrate : 115200 | ||
// Sleep Mode : No Sleep | ||
// Sleep Time : 50 | ||
// Output Power : 13dBm | ||
// Format : ASCII | ||
// Send Time : 0 | ||
// Send Data : | ||
// AES Key : 00000000000000000000000000000000 | ||
// ------------------------------------- | ||
// Node : Coordinator | ||
// Band Width : 125kHz | ||
// Spreading Factor : 12 | ||
// Effective Bitrate : 293bps | ||
// Channel : 10 | ||
// PAN ID : 0001 | ||
// Own Node ID : 0000 | ||
// Destination ID : FFFF | ||
// Acknowledge : OFF | ||
// Retry count : 3 | ||
// Transfer Mode : Payload | ||
// Receive Node ID information : OFF | ||
// RSSI information : OFF | ||
// Config/Operation : Operation | ||
// UART baudrate : 115200 | ||
// Sleep Mode : No Sleep | ||
// Sleep Time : 50 | ||
// Output Power : 13dBm | ||
// Format : ASCII | ||
// Send Time : 0 | ||
// Send Data : | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [cpplint] reported by reviewdog 🐶 |
||
// AES Key : 00000000000000000000000000000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]