Firmware for v0.3.X IdeasX module.

curiousmuch 514d459800 reverted ideasx_interface...no idea how this fixed anything há 6 anos atrás
driver d1a7fdde4c Added UART interface. há 7 anos atrás
gdbstub 542f63e5b4 init commit há 7 anos atrás
hal 3d6f5f0459 make changes, but something is horribly broken and I'm a little scared há 6 anos atrás
include 514d459800 reverted ideasx_interface...no idea how this fixed anything há 6 anos atrás
interface 514d459800 reverted ideasx_interface...no idea how this fixed anything há 6 anos atrás
log 542f63e5b4 init commit há 7 anos atrás
mqtt 7682554a0e further developed ideasX interface há 7 anos atrás
user 514d459800 reverted ideasx_interface...no idea how this fixed anything há 6 anos atrás
util 2c996290a3 I've been a little busy há 6 anos atrás
.gitignore 593e76e581 updated .gitignore há 6 anos atrás
Makefile 97871eefb3 IMU doesn't clear interrupt source mask on reset. I needed to manually clear it. I also wrote a lot of code for the ideasX interface há 6 anos atrás
README.md 7682554a0e further developed ideasX interface há 7 anos atrás
encoder-operation.xml c642ba865d Update encoder-operation.xml há 7 anos atrás

README.md

IdeasX Module Firmware Repository (v0.3.X)

This repository holds the firmware for first IdeasX Encoder labeled the module. The module is a portable battery powered ESP8266 based device which contains the following hardware:

  • 700mAh re-chargeable battery
  • 80MHz 32-bit processor + Wi-Fi radio
  • Integrated battery charger
  • Battery gas gauge
  • 6-axis IMU (accelerometer and gyroscope) with integrated 8kB FIFO
  • Barometer
  • USB to UART converter for programming / debugging
  • RGB status LED
  • 2 3.5mm mono audio jack for use with industry standard switches / buttons

Hardware Design

The schematics and PCB were designed in KiCad. I'm currently working on cleaning up the files / integrating them into a Git repo so they can be uploaded on GitHub. (Bothering me will likely accelerate this.)

Firmware Specifics

The firmware is based on tuanpm's MQTT repository (thanks man!). It's been heavily modified to suit the requirements of IdeasX. The esp-open-sdk is used to build the firmware. The latest version of the SDK is always used.

You can learn more about IdeasX, Encoders, and the module here.

Implementation Roadmap

  1. Develop flash interface to store / restore settings from flash (doesn't need to support OTA)
  2. Develop IdeasX interface

Werid Issues

  1. Make sure LSM6DS3 is properly setting the interrupt pin such that it will permit the SWA to still trigger an interrupt.