Skip to content
Charles Edward Pax edited this page Jul 18, 2016 · 1 revision

Overview The basic goal is to have a core hardware and software platform that can be easily customized to create purpose-built devices. This vision is primarily based around sensor input, but also includes data output and device control.

Core Hardware The core hardware consists of a microcontroller and various input/output methods in an injection molded enclosure.

  • STM32F103RGT6 microcontroller with RTC
  • Six button keypad
  • 132x64 LCD
  • MicroUSB
  • MicroSD card
  • ESP8266 WiFi
  • Four module ports

Core Software The core software consists of code that operates the core hardware and and API for communicating with modules. This ensure the core functions operate in a known manner.

  • FreeRTOS
Clone this wiki locally