A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Cicero
#52772
markingle wrote:
Cicero wrote:Thanks, drop a message here if you get into any issues, I'll gladly help out.

There's quite a bit more work I need to get to release point with (on my todo list), but I'm pushed for time to get into it so it does hold things up.


Thank you! I am having trouble determining which SDK I need to get setup on my Mac (Linux). Can you link the proper SDK that I need to install? I already have the esp-open-sdk installed and working to compile cnlohr's project. But it appears that I need to use a different SDK package.

The ethernet controller (x2) arrived today!

I haven't tried on Linux, but there's a decent guide here https://esp8266hints.wordpress.com/2016 ... -on-linux/

He used esp_iot_sdk_v1.5.1, so thats a good bet.

Can't comment about the open sdk, sorry, haven't used it myself yet.
User avatar
By Cicero
#52778
markingle wrote:
Cicero wrote:Can't comment about the open sdk, sorry, haven't used it myself yet.


Would you mind linking the ESP SDK that you used with your project? This will help me understand better!

Ok this is what I'm using http://bbs.espressif.com/viewtopic.php?f=46&t=2198
User avatar
By markingle
#52817 I am trying to get Cicero's code to compile on a Mac but I am getting the following error upon running make. The makefile has been updated to point to the proper compiler and python tools. Thanks in advance for any help!

:

Candaces-MacBook-Pro:esp_enc28j60 MarkIngle$ make
CC espfs/espfs.c
In file included from ./include/esp8266.h:11:0,
from espfs/espfs.c:23:
/Volumes/case-sensitive/esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/include/ets_sys.h:14:1: error: unknown type name 'uint32_t'
typedef uint32_t ETSSignal;
^
/Volumes/case-sensitive/esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/include/ets_sys.h:15:1: error: unknown type name 'uint32_t'
typedef uint32_t ETSParam;
^
/Volumes/case-sensitive/esp-open-sdk/ESP8266_NONOS_SDK_V1.5.4_16_05_20/include/ets_sys.h:27:1: error: unknown type name 'uint32_t'
typedef uint32_t ETSHandle;