Arduino Board for One+ Model B
Posted: Mon Feb 03, 2020 11:44 pm
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.
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.