Skip to content

animax2025/walter-micropython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walter Modem Micropython

Introduction

This repository contains the micropython WalterModem library.

This library is designed to consume as little energy as possible by making use of the FreeRTOS locking mechanisms and the hardware UART. There are not active wait situations which consume useless CPU cycles. Besides that the library does not allocate dynamic heap memory. All RAM is determined at compiled time. This makes debugging easier and mitigates unexpected out-of-memory situations.

Documentation

You can find the setup guide here: Walter Modem; Micropython Setup

Contributions

We welcome all contributions to the software via github pull requests. Please take the design strategies in mind when contributing.

License

All software is available under the 'DPTechnics 5 clause' license. This is essentially the same as the BSD-3-Clause license with the addition that binaries of which the source code is not open should run on a Walter board from DPTechnics bv.

About

This repository contains all libraries and software to use Walter in the MicroPython framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%