We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The UiO WSN system will now be broken into different components:
regular loop alarm trigger
deep sleep when not active
I2C, SDI12 capability, Serial UART (maxbotix)
Logging actions (different level of logging. Use humna readable timestamp)
data management:
power management:
watchdog
network (802.15.4) in either Peer-to-peer or star topology
parallelized task? or multithreading
RTC clock sync with network/GPS
All config in a main config file. Some config can be overwritten interactively:
WAN: 4G, Iridium
LAN: radio
i2c IO multiplexer (sensor control)
Power consumption calculator (based on accessories consumption and loop)
Store in the mote the program version (commit number)
uBloc GPS family (RIOT GPS parser)
plan for scenario:
config file sent to DB
Long term: Send new config via network
Listen to nodes. send ack. 4G/ethernet
Design a very simple program, sampling GPS location every 2s and push position through network (with RSSI recordings).
GPS tracker with LoRaWan in RIOT: https://github.com/MONICA-Project/lorawan-tracker
The text was updated successfully, but these errors were encountered:
jdavid
ArcticSnow
johnhulth
No branches or pull requests
RIOT-OS Logger Roadmap
The UiO WSN system will now be broken into different components:
Software features and requirements
Logger program
regular loop alarm trigger
deep sleep when not active
I2C, SDI12 capability, Serial UART (maxbotix)
Logging actions (different level of logging. Use humna readable timestamp)
data management:
power management:
watchdog
network (802.15.4) in either Peer-to-peer or star topology
parallelized task? or multithreading
RTC clock sync with network/GPS
All config in a main config file. Some config can be overwritten interactively:
WAN: 4G, Iridium
LAN: radio
i2c IO multiplexer (sensor control)
Power consumption calculator (based on accessories consumption and loop)
Store in the mote the program version (commit number)
uBloc GPS family (RIOT GPS parser)
plan for scenario:
config file sent to DB
Long term: Send new config via network
Custom Digital sensor kits
Gateway program
Listen to nodes. send ack.
4G/ethernet
Network range test program
Design a very simple program, sampling GPS location every 2s and push position through network (with RSSI recordings).
Other resources
GPS tracker with LoRaWan in RIOT: https://github.com/MONICA-Project/lorawan-tracker
Hardware Design
The text was updated successfully, but these errors were encountered: