Skip to content
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

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 52 additions & 27 deletions Ground/Ground.ino
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 :

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]

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

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]

// AES Key : 00000000000000000000000000000000
46 changes: 23 additions & 23 deletions test/Main_ES920/Main_ES920.ino
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 :

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]

// AES Key : 00000000000000000000000000000000