Skip to content

PubInv/kea-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Kea Demo

This repo is used to demonstrate the use of the Kea framework.

Getting Started

Quick Start

Plug in an Arduino R4 Wifi into your computer. From the example subdirectory, run make hello_world. The firmware should build, flash the device and start sending "Hello world!" over the serial interface.

Hardware Prerequisites

All examples in this repo are tested to run on the new Arduino R4 Wifi.

Software Prerequisites

This project uses PlatformIO for toolchain and dependency management.

To build and run the examples you will first need to install PlatformIO shell commands.

Make is used to wrap the pio commands for convenience. Look in the examples/Makefile to see how PlatformIO is used to build, run and monitor the application.

Development and Build Environment

For consistency, all development and build steps are being done on the latest Ubuntu LTS. This is a free and mature OS that can easily be run on a VM such as Virtual Box or in containers for free.

The documented commands should work on a Windows WSL and Mac OS, but currently these environments are not regularly tested.

About

Demonstrates the use of the Kea embedded framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published