esplocalizer icon indicating copy to clipboard operation
esplocalizer copied to clipboard

ESP8266 with IMU, Barometer and Battery

Results 5 esplocalizer issues
Sort by recently updated
recently updated
newest added

I would like recreate this device but the hardware section is missing the pcb file. Could it be included in the repository?

When I build esp_10dof.ino using Arduini 1.8.5 I get the error: ```/var/folders/53/6tzgtd453hzgcg2hsv9j353w0000gn/T/arduino_build_876699/sketch/esp_10dof.ino.cpp.o:(.text._Z12sensor_setupv+0x10): undefined reference to `LSM9DS1::begin()' /var/folders/53/6tzgtd453hzgcg2hsv9j353w0000gn/T/arduino_build_876699/sketch/esp_10dof.ino.cpp.o: In function `sensor_setup()': /Users/Kostia/drive/Dropbox/ec2/gled/esplocalizer/firmware-arduino/esp_10dof/esp_10dof.ino:106: undefined reference to `LSM9DS1::begin()' /var/folders/53/6tzgtd453hzgcg2hsv9j353w0000gn/T/arduino_build_876699/sketch/esp_10dof.ino.cpp.o: In function `printData()': /Users/Kostia/drive/Dropbox/ec2/gled/esplocalizer/firmware-arduino/esp_10dof/esp_10dof.ino:165:...

Is it < 20 uA? That would make it a really useful IoT device.

Cloned esp82XX-basic example compiled and flashed to esp without issue. Everything works great. Unable to do `make all` in /esplocalizer/firmware-c, compiler missing 'lib' files. What does libmain.a do and where...

I'm having trouble reading the accel and gyro data from a websocket. The default /firmware-c web interface gives a link to the CSV file, but I'm getting 0 bytes or...