Skip to main content

Get Started with SenseCAP Solar Node

note

When the device is in either of the states below, do not manually reboot or turn it off. Otherwise, the device may become bricked.

  1. Not finishing the message transmission process
  2. Being configured

Get Started

Before formal deployment, please test and configure the node first.

Flash Firmware

note

Do not use NRF-OTA to update the firmware, as it may cause the device to become completely unresponsive. Before flashing the firmware, please run the flash erase step first!

Visit Meshtastic Web Flasher. Select Seeed SenseCAP Solar Node as the target device.

pir

Flash Erase

Click the trash symbol.

pir

Download and copy the erase firmware.

pir

Click Enter DFU Mode, select and connect to the serial port named XIAO-xxx, and a drive named XIAO-xxx should appear. Copy the erase firmware to the drive.

pir

This process may take some time. Please wait for the "XIAO-XXX" drive to disappear.

Flash Application Firmware

Choose the firmware version you want. Click flash.

pir

Download the UF2 file and enter DFU mode. Drag the UF2 file to the DFU drive. The firmware should be flashed after the file is copied and the device reboots.

Install Battery and GPS Module (Optional)

tip

When you need to install or replace the battery, use a button-top 18650 (3.6 V) battery.

pir

The P1-Pro version has a built-in battery and GPS module. For the P1 version, users need to install the battery and GPS module manually if needed.

  • Step 1: Remove all the screws and the cover.

pir

  • Step 2: Install the battery and GPS module.

pir

pir

  • Step 3: Assemble the shell.

pir

note

Ensure that the shell is properly mounted and the screws are firmly tightened to maintain the device’s waterproof integrity.

Power on the device

The device needs to be activated by connecting the USB cable before first use. If the blue Mesh light blinks, the device has been successfully turned on, as shown in the video below:

tip

If the device does not respond when you press the button, please charge it first. Do not use a fast charger.

Connect via App

  • Select the target device on the Bluetooth panel.

pir

  • Enter the code (the default code is 123456) and then click OK to connect the device.

pir

Connect via Website

If you want to send text messages and communicate with other nodes in the web client, you can connect the device to the Meshtastic Web Client now.

Step 1: Open the Website

Click here to go to the website.

pir

Step 2: Add the new device

Click "+ New Connection".

pir

There are two ways to connect. You can choose your preferred method.

Method 1: Via Bluetooth

Choose the Bluetooth method. Select the device ID in the pop-up window.

pir

Method 2: Via Serial

Choose the serial method. Open the device manager to see which port the device is connected to. Select that port in the pop-up window.

pir

Your device will be shown in the list. Click to connect. If the connection succeeds, you can see the device status directly on the website.

pir

Configure the LoRa

In order to start communicating over the mesh, you must set your region. This setting controls which frequency range your device uses and should be set according to your regional location.

pir

Region List

Region CodeDescriptionFrequency Range (MHz)Duty Cycle (%)Power Limit (dBm)
UNSETUnsetN/AN/AN/A
USUnited States902.0 - 928.010030
EU_868European Union 868MHz869.4 - 869.651027

Refer to LoRa Region by Country for a more comprehensive list.

info

EU_868 has to adhere to an hourly duty cycle limitation of 10%, calculated every minute on a rolling 1-hour basis. Your device will stop transmitting if you reach it, until it is allowed again.

Now that you have set the LoRa region on your device, you can continue with configuring any LoRa Configs to suit your needs.

Configure GPS

Please enable GPS. You can adjust the update interval and broadcast interval to obtain more up-to-date location information.

pir

For iOS, please turn on Accurate Location. Otherwise, the positioning may be inaccurate.

pir

Button

Button ActionDescription
Press PWR for 3sPower on
Press PWR twiceUpdate node/location info
Press PWR three timesSwitch on/off the GPS
Press PWR for 5sPower off
Press RST twiceManually enter DFU

Installation

note

Since the device will be used outdoors for extended periods, please avoid installing the panel in a horizontal position. A tilted or diagonal installation is recommended to prevent water accumulation. Additionally, ensure that all screws are securely tightened and the cover is properly installed. For enhanced waterproof protection, you may also consider applying extra sealing measures.

  • Part List

pir

Step-by-step Installation Guidance

  • Step 1: Connect part 1 to the bottom of the device using washers and screws.
  • Step 2: Connect the universal joint (part 2) and the bracket (part 3) with screws.
  • Step 3: Connect the RF cable (part 4) and antenna (part 5).
  • Step 4: Install the hoop ring in the appropriate position.
  • Step 5: Connect the universal joint bracket.
  • Step 6: Loosen the screws, adjust the universal joint to the appropriate position, and then tighten the screws.
  • Step 7: Connect the antenna to the device.

Complete installation guidance

  • You can complete the entire installation and initialization process through a video.

Add sensors to Solar Node (Optional)

  • You can install your sensor by following this video.
  • The following sensors have been verified to be compatible with the Grove interface on the device.
Sensor typeSensor Model
Environmental SensorPressureBMP085
TemperatureMCP9808、PCT2075
Temperature & HumiditySHT31/SHTC3/SHT4X、AHT10
Temperature & Humidity & PressureBME280
OtherHeart Rate & SpO₂MAX30102
I2C KeyboardCardKB

Upgrade Antenna (Optional)

  • You can replace the antenna with a fiberglass one by watching this video.

If you need an antenna with higher gain, we recommend the 860-930MHz 3dBi fiberglass antenna and the 902-928MHz 5.8dBi fiberglass antenna.

FAQ

Boot Loop

  • Reason

This is usually caused by a firmware flashing failure. When flashing the firmware, please maintain a stable connection.

  • Troubleshoot

Click here to re-flash the firmware.

Device bricked

Description

The device does not respond, the LED does not light up, and it cannot pair with your app.

1) Device can still enter the DFU mode, then try to flash the bootloader.

Flash the Bootloader

note

When you are flashing the bootloader, please make sure the cable connection is stable and DO NOT disconnect it during the flash process.

Step1: Adafruit-nrfutil Installation

For Windows users, press the "Win" key and "R" key, then enter "cmd" in the pop-up window and press "Enter". This opens the command line.

For Mac users, press the "Command" key and "Space" key to open Spotlight. Then enter "terminal" and press "Return". This opens the command line.

Prerequisites

Check in your command line whether Python and pip are installed successfully.

python --version
python -m pip --version

Then "Python xxx" and "pip xxx" should appear. If they do not, please try installing Python again.

This is the recommended method for installing the latest version:

pip3 install --user adafruit-nrfutil

Check the installation path:

python -m pip show adafruit-nrfutil

This is the installation location:

pir

For Windows users, you may need to add the path manually. Copy the installation location shown in the last step. Then add it as follows:

pir

Step2: Check your port number

Connect your device to your PC, and check the port number.

For Windows users, for example:

pir

For Mac users, for example:

pir

Step3: Flash the bootloader

In the terminal or command prompt, navigate to the directory where you downloaded the bootloader zip package and execute the following command, replacing the port with the correct one for your device:

  • For Windows:
adafruit-nrfutil --verbose dfu serial --package xiao_nrf52840_ble_bootloader.zip -p COMXX -b 115200 --singlebank --touch 1200

Please change COMXX to your COM port number. For example, if your device is on COM6, change the command to:

adafruit-nrfutil --verbose dfu serial --package xiao_nrf52840_ble_bootloader.zip -p COM6 -b 115200 --singlebank --touch 1200

Some devices will change their port number after you enter this command. If the installation fails, check the port number again.

  • For others:
adafruit-nrfutil --verbose dfu serial --package xiao_nrf52840_ble_bootloader.zip -p /dev/tty.SLAB_USBtoUART -b 115200 --singlebank --touch 1200

pir

When you have completed the above steps, follow this step to flash the application firmware.

Device automatically turns off

Description

  • After the device turns on, it turns off or reboots automatically after a while.
  • The serial port log ran for a while and then stopped.

This may be caused by manually and forcibly rebooting or turning off the device while it is in one of the following states: not finishing the message transmission process or being configured.

Troubleshoot

Click here to perform a flash erase, and then re-flash the latest firmware.

Factory Reset

If you want to restore the default settings, you can perform a factory reset. There are two methods for doing the factory reset.

  • Click here to perform a flash erase, and then re-flash the latest firmware.

  • Click the Factory Reset button in the app. The device will automatically reboot with the factory configuration.

    pir

Direct Message Fail

NodeDB Reset

NodeDB is the local database that stores information about nodes discovered in the current Mesh network. If you encounter a situation where you can't communicate with a certain node, it might be because your nodedB has stored outdated information for that node. You will need to update it.

Open the app and connect to the target device. Go to Settings->Device->Device Config->Reset NodeDB.

Device entry in Settings

Reset NodeDB button in Device Config

Exchange User Info

Each node will periodically send its own node information, enabling other nodes in the mesh to "see" and "recognize" it. Two nodes need to exchange their node information with each other in order to be able to communicate with each other. If you are unable to send or receive private messages with another node on the list, you can manually prompt them to exchange information in the app.

Device entry in Settings

Regenerate Private Key

Two nodes need to know their private key with each other in order to be able to communicate with each oher. If one node keeps failing in private message transmission, try regenerate the private key for it.

Device entry in Settings

Reboot the faulty device to make the configuration function.

note

After the key regeneration, other device needs to reconnect with the node. So it is better to delete the node in other device's node list.

Power Consumption

Power consumption primarily depends on factors such as the data transmission frequency and GPS update rate. The figures below are for reference only; actual consumption may vary based on real-world usage conditions.

  • Shutdown sleep mode power consumption
DescriptionConsumption
GPS_LED working current1.02 mA
Powered but not activated56.195 μA
Powered and activated611 μA

Example:

Battery capacityBattery life
3350136.8
12000490.2
  • Active mode power consumption
ModeCurrent
Static Current10.65 mA
EU868 Transmission Current157.74 mA
US915 Transmission Current205.22 mA
GPS Operating Current50 mA
GPS_LED Operating Current1.02 mA

Signal Quality

  • SNR reflects the quality of the communication link. A normal device usually operates above -7 dB. A device with an SNR lower than -10 dB indicates poor performance.

  • RSSI is determined jointly by the device and its surrounding environment. A normal device usually operates above -110 dBm. A device with an RSSI lower than -115 dBm is considered to have poor performance.

    To achieve the best signal performance, please use the device in an open, unobstructed area with minimal interference.

Charging Current

pir

The Xiao nRF-52840 Plus maximum charging current is 200 mA. The CN3165 charging management chip supports 0.99 A. Therefore, the maximum charging current is 1 A.

Resource

Loading Comments...