Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 619bf32

Browse files
committedJan 3, 2025·
fix readme issue, expand docs
1 parent 8623108 commit 619bf32

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed
 

‎README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The IoT Node - LoRaWAN firmware is highly configurable via an easily to use seri
2121

2222
Details are outlined in [IoT Node - LoRaWAN Documentation](https://docs.sparkfun.com/sfe-iot-node-lorawan).
2323

24-
The functionality of the DataLogger IoT firmware will continue to grow as SparkFun develops new Qwiic sensor boards, adds additional IoT services and product features. The board is easily updated via the on-board settings system. See below for future information on updates and the latest Firmware release.
2524

2625
## Latest Firmware
2726

‎docs/getting_started.md

Whitespace-only changes.

‎docs/introduction.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
![SparkFun IoT Node - LoRaWAN Firmware](assets/img/IoT-Node-LoRaWAN-Banner.jpg "SparkFun IoT Node - LoRaWAN")
3+
4+
# SparkFun IoT Node - LoRaWAN
5+
6+
Firmware and associated Documentation and Firmware for the SparkFun IoT Node - LoRaWAN product
7+
8+
This repository contains the latest firmware for the SparkFun IoT Node - LoRaWAN development board. While the IoT Node - LoRaWAN development board is programmable using Arduino, the IoT Node - LoRa board ships with a firmware application that enables rapid sensor definition and deployment on a Digi LoRaWAN XON network. This repository contains the source for this LoRaWAN application and well as firmware releases.
9+
10+
The IoT Node - LoRaWAN firmware is pre-programmed to automatically log data from 25+ SparkFun [Qwiic](https://www.sparkfun.com/qwiic) sensors, all without requiring any hardware setup or code development. Just plug in a qwiic board, and log data to the LoRaWAN network. The IoT Node - LoRaWAN board automatically detects the connected sensor, configures the device and enables logging to the serial console and, if connected, to the Digi LoRaWAN network.
11+
12+
The SparkFun IoT Node - LoRaWAN board and firmware are designed to enable posting data to the LoRaWAN network within minutes, requiring no development or configuration. The SparkFun IoT Node - LoRaWAN board is configured to work with the Dig LoRaWAN network. Once the board is registered with your Digi XON account (via the on-board digital data tag - which is similar to a QR code), the board with this firmware should automatically connect to your Digi LoRaWAN account. Connect a supported qwiic sensor and data is automatically posted to the LoRaWAN network.
13+
14+
The IoT Node - LoRaWAN firmware is highly configurable via an easily to use serial interface. Simply plug in a USB C cable and open a terminal at 115200 Kbps. By default the logging output is automatically streamed to the serial terminal - pressing any key will bring up the menu system.
15+
16+
## Latest Firmware
17+
18+
* Version 01.00.00 - [Release](https://github.com/sparkfun/sfe-iot-node-lorawan/releases/tag/v01.00.00)
19+
20+
## Documentation
21+
22+
* **[Hardware Hookup Guide](https://docs.sparkfun.com/SparkFun_IoT_Node_LoRaWAN/quick_start/)** - Basic hookup guide for the SparkFun IoT Node - LoRaWAN board
23+
* **GitHub Hardware Repo**
24+
* **[SparkFun IoT Node - LoRaWAN](https://github.com/sparkfun/SparkFun_IoT_Node_LoRaWAN)**
25+
26+
## Supported Products
27+
28+
* **[DEV-26060](https://www.sparkfun.com/products/26060)** - SparkFun IoT Node - LoRaWAN
29+
30+
### Latest Release
31+
32+
Details on the latest Firmware release are listed on the [Release Page](https://github.com/sparkfun/sfe-iot-node-lorawan/releases)

‎mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ extra_javascript:
247247

248248
# Configures webpage navigation
249249
nav:
250-
- Getting Started:
251-
- Introduction: introduction.md
250+
- Home: introduction.md
251+
- Getting Started: getting_started.md
252252
- Advanced:
253253
- Data Encoding: data_encoding.md
254254
- Console Commands: console_commands.md

0 commit comments

Comments
 (0)
Please sign in to comment.