Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project still active? #1

Open
exocode opened this issue May 31, 2019 · 0 comments
Open

Is this project still active? #1

exocode opened this issue May 31, 2019 · 0 comments

Comments

@exocode
Copy link

exocode commented May 31, 2019

I have some troubles to compile/build this and the esp8266-pio example. I tried the master as well the stable branches without success. Is there some tutorial out there? I couldn't find any.

It seems also that some paths and libs are not correct: Here in esp32 repo some paths and libs are from the esp8266 repo included:
If yes: sad, everything looked very promising :-|

Thinxlib.h:

#include <FS.h>
#include <EEPROM.h>
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <ESP8266HTTPClient.h>
#include <ESP8266httpUpdate.h>
#include <WiFiClientSecure.h>

> Executing task: platformio run <

Processing heltec_wifi_kit_32 (platform: espressif32; board: heltec_wifi_kit_32; framework: arduino)
---------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/heltec_wifi_kit_32.html
PLATFORM: Espressif 32 > Heltec WiFi Kit 32
HARDWARE: ESP32 240MHz 320KB RAM (4MB Flash)
DEBUG: CURRENT(esp-prog) EXTERNAL(esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
Converting thinx-firmware-esp8266-arduinoc-lib.ino
Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF MODES: FINDER(chain) COMPATIBILITY(soft)
Collected 32 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <THiNXLib> 2.6.231
|   |-- <PubSubClient> 2.7
|   |-- <WiFiClientSecure> 1.0
|   |   |-- <WiFi> 1.0
|   |-- <DNSServer> 1.1.0
|   |   |-- <WiFi> 1.0
|   |-- <ArduinoJson> 6.11.0
|   |-- <EEPROM> 1.0
|   |-- <FS> 1.0
Compiling .pioenvs/heltec_wifi_kit_32/src/thinx-firmware-esp8266-arduinoc-lib.ino.cpp.o
In file included from /Users/janjezek/Downloads/thinx-firmware-esp32-pio-stable/thinx-firmware-esp8266-arduinoc-lib/thinx-firmware-esp8266-arduinoc-lib.ino:4:0:
/Users/janjezek/.platformio/lib/THiNXLib_ID1937/src/THiNXLib.h:33:25: fatal error: ESP8266WiFi.h: No such file or directory

*********************************************************************
* Looking for ESP8266WiFi.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:ESP8266WiFi.h"
* Web  > https://platformio.org/lib/search?query=header:ESP8266WiFi.h
*
*********************************************************************

compilation terminated.
Compiling .pioenvs/heltec_wifi_kit_32/libdac/THiNXLib_ID1937/THiNXLib.cpp.o
/Users/janjezek/.platformio/lib/THiNXLib_ID1937/src/THiNXLib.cpp:2:30: fatal error: user_interface.h: No such file or directory

************************************************************************
* Looking for user_interface.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:user_interface.h"
* Web  > https://platformio.org/lib/search?query=header:user_interface.h
*
************************************************************************

compilation terminated.
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/Stream.cpp.o
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/StreamString.cpp.o
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/WMath.cpp.o
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/WString.cpp.o
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/base64.cpp.o
*** [.pioenvs/heltec_wifi_kit_32/src/thinx-firmware-esp8266-arduinoc-lib.ino.cpp.o] Error 1
Compiling .pioenvs/heltec_wifi_kit_32/FrameworkArduino/cbuf.cpp.o
*** [.pioenvs/heltec_wifi_kit_32/libdac/THiNXLib_ID1937/THiNXLib.cpp.o] Error 1
========================================== [ERROR] Took 2.51 seconds ==========================================
The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant