Skip to content

maplefish/MICO

 
 

Repository files navigation

MICO

###Mico-controller based Internet Connectivity Operation System ver 2.4

###Feathers

  • Designed for embedded devices
  • Based on a Real time operation system
  • Support abundant MCUs
  • Wi-Fi connectivity total solution
  • Build-in protocols for cloud service (Plan)
  • State-of-the-art low power management
  • Application framework for I.O.T product
  • Rich tools and mobile APP to accelerate development

###How to use: 1. Install IAR workbench for ARM v7.4 or higher

###Links:

WiFiMCU

WiFiMCU is developed based on EMW3165 module produced by MXCHIP.INC. A Lua interpreter is builded inside with hardware support. A light weight file system and socket protocols can help to realize IoT development easily and quickly. Basically, you can load Lua scripts on your device and then run it on board with nothing more than a terminal connection.

#Overview

  • Based on Lua 5.1.4 (package, string, table, math and coroutine modules)
  • Build-in modules: mcu, gpio, timer, wifi, net, file, pwm, uart, adc, spi, i2c, 1-wire, bit, mqtt, rtc, oled, lcd, ...
  • Hardware & software SPI
  • Hardware & software I2C
  • Hardware & software UART
  • Float or Integer versions
  • Free memory >48k bytes

##Highlights #####Cortex-M4 microcotroller

  • STM32F411CE
  • 100MHz,Cortex-M4 core
  • 2M bytes of SPI flash and 512K bytes of on-chip flash
  • 128K bytes of RAM
  • Operation Temperature:-30? ~ +85?

#####Multi-Interface

  • 18 GPIO Pins
  • 2 UARTs
  • ADC(5)/SPI(1)/I2C(1)/USB(1)
  • SWD debug interface
  • 11 PWMs

#####Broadcom IEEE 802.11 b/g/n RF Chip

  • Supports 802.11 b/g/n
  • WEP,WPA/WPA2,PSK/Enterprise
  • 16.5dBm@11b,14.5dBm@11g,13.5dBm@11n
  • Receiver sensitivity:-87 dBm
  • Station,Soft AP and Station+Soft AP
  • CE, FCC suitable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.0%
  • HTML 3.0%
  • C++ 1.1%
  • Assembly 0.7%
  • Lua 0.2%
  • CSS 0.0%