Skip to content

An Extended Kalman Filter for Orientation Estimation Implemented on ESP8266

License

Notifications You must be signed in to change notification settings

BubbleFish666/esp8266_extended_kalman_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266_extended_kalman_filter

This repo uses ArduinoEigen to implement an extended Kalman Filter on ESP8266 for estimating the orientation of the device.

Don't forget to add a register_wifi_ap.h file to include/, which should look like:

#include <ESP8266WiFiMulti.h>

void registerWiFiAp(ESP8266WiFiMulti& wifiMulti) {
  wifiMulti.addAP("SSID0", "password0");
  wifiMulti.addAP("SSID1", "password1");
  wifiMulti.addAP("SSID2", "password2");
}

About

An Extended Kalman Filter for Orientation Estimation Implemented on ESP8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published