-->
Page 5 of 5

Re: Nodemcu memory improvements and SDK 1.0

PostPosted: Sat May 30, 2015 10:25 pm
by LEDAero
I've tried to set my Mac up to compile the binaries and get errors telling me my computer isn't a Windows box... so, is there a copy of a dev096 binary anywhere I can download it?

Re: Nodemcu memory improvements and SDK 1.0

PostPosted: Sun May 31, 2015 2:07 am
by cal
Moin,

you might give this a try. Newest versions from dev may be unstable.

viewtopic.php?f=23&t=3001

Cal

Re: Nodemcu memory improvements and SDK 1.0

PostPosted: Wed Jun 10, 2015 8:40 am
by Eyal
Is anyone aware of a current source for a build using sdk v1.1.1? The https://github.com/chadouming/nodemcu-firmware/ repo is getting old and since it includes many sdk lib/include it is not clear how to use it to build with v1.1.1.

Alternatively, is the nodemcu-firmware team working towards an sdk_v1 build? Last comment I saw was of no interest in going this way :-(

cheers

Re: Nodemcu memory improvements and SDK 1.0

PostPosted: Wed Jun 10, 2015 10:54 am
by cal
Eyal wrote:Is anyone aware of a current source for a build using sdk v1.1.1? The https://github.com/chadouming/nodemcu-firmware/ repo is getting old and since it includes many sdk lib/include it is not clear how to use it to build with v1.1.1.

Alternatively, is the nodemcu-firmware team working towards an sdk_v1 build? Last comment I saw was of no interest in going this way :-(

cheers

Moin Eyal,

the newest I know of is https://github.com/tuanpmt/nodemcu-official-sdk.
I tried it myself last weekend and failed.
I could not find out how to disable nodemcu functionality that was duplicated in nodemcu itself and sdk.
For example lwip and pwm. The firmware did not run.

Before trying SDK 1.1.x myself gagain I will try SDK 1.0.x before if I find time.

Cal