Arduino Board for One+ Model B

Inquiry and support for Freematics products
Post Reply
major7
Posts: 2
Joined: Sun Feb 02, 2020 9:04 am

Arduino Board for One+ Model B

Post by major7 »

Greetings:

How do you install and use the freematics 1+ model B using Arduino?

I have the library and sketches working, but cannot locate the board manager.

I'm using ESP32 DEV, as it was my best guess.

Here's the compile error:


In file included from /Users/robertjones/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/random:40:0,
from /Users/robertjones/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/bits/stl_algo.h:66,
from /Users/robertjones/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/algorithm:62,
from /Users/robertjones/Documents/Arduino/hardware/espressif/esp32/cores/esp32/Arduino.h:148,
from sketch/can_sniffer.ino.cpp:1:
/Users/robertjones/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/5.2.0/string:53:34: fatal error: bits/basic_string.tcc: No such file or directory
compilation terminated.
exit status 1
Error compiling for board ESP32 Dev Module.
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: Arduino Board for One+ Model B

Post by stanley »

You need to sort out your ESP32 development environment issue first. It's not related to the product itself.
Post Reply