milornight / BEElink

A connected IoT device for bee hives. (Embedded Systems university project.)

Home Page:https://www.hackster.io/beelink/beelink-5db0c4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEElink

What is BEElink ?

BEElink is an IoT device designed to connect bee hives. It allows beekeepers to monitor their bee hives in real time.

BEElink periodically collects data from a multitude of sensors and send them over the Sigfox network. The data is received and displayed on a friendly web dashboard (Ubidots).

Software and hardware are completely open source ! You can check this hackster article for a guide to create a BEElink device.

This repository provides all the source code used to program BEElink with mbed-os on a STM32L432KC microcontroler.

Setup

Install mbed CLI and gcc arm toolchain (you might need to configure the mbed_settings.py file).

Then, clone this repo and run :

mbed deploy

Build

mbed compile

You can use this command to flash your microcontroller and open a serial terminal :

mbed compile --flash --sterm

About

A connected IoT device for bee hives. (Embedded Systems university project.)

https://www.hackster.io/beelink/beelink-5db0c4


Languages

Language:C++ 97.9%Language:Python 2.1%