-->
Page 2 of 2

Re: arduino ide upload all file 0x0000000

PostPosted: Thu Aug 20, 2015 6:10 pm
by sohialsadiq
sohialsadiq wrote:
sohialsadiq wrote:
kolban wrote:Howdy my friend, I don't think you have given nearly enough information to allow the community to assist you. What is the nature of the problem that you are seeing? What does your code look like? What do you "see" when you attempt?

Neil


Hello Neil,
i am just a beginner in nodemcu using 12E model, few days ago it was working fine it

but when i install arduino IDE again it upload all sketch on 0X0000000

when i upload sketch this happen
Global variables use 48,696 bytes (59%) of dynamic memory, leaving 33,224 bytes for local variables. Maximum is 81,920 bytes.
Uploading 304864 bytes from C:\Users\SOHAIL~1\AppData\Local\Temp\build5585173374228934113.tmp/WiFi_AP_java4.cpp.bin to flash at 0x00000000
..........................................................................................................................................................................................................................................................................................................

i don't know what is wrong.


Sketch uses 300,716 bytes (28%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 48,696 bytes (59%) of dynamic memory, leaving 33,224 bytes for local variables. Maximum is 81,920 bytes.
Uploading 304864 bytes from C:\Users\SOHAIL~1\AppData\Local\Temp\build5585173374228934113.tmp/WiFi_AP_java4.cpp.bin to flash at 0x00000000
..........................................................................................................................................................................................................................................................................................................


Before i reinstall arduino ide it up load like this
Uploading 31808 bytes from C:\Users\SOHAIL~1\AppData\Local\Temp\build5270599839070223226.tmp/DHTtester.cpp_00000.bin to flash at 0x00000000
................................
Uploading 172744 bytes from C:\Users\SOHAIL~1\AppData\Local\Temp\build5270599839070223226.tmp/DHTtester.cpp_10000.bin to flash at 0x00010000
.........................................................................................................................................................................

Re: arduino ide upload all file 0x0000000

PostPosted: Thu Aug 20, 2015 8:09 pm
by martinayotte
Yes, in the older days of ArduinoIDE, it was uploading sketches in 2 binaries, but now it is done with a single one.
This is not a issue, it is an enhancement ...

Re: arduino ide upload all file 0x0000000

PostPosted: Fri Aug 21, 2015 4:04 am
by sohialsadiq
martinayotte wrote:Yes, in the older days of ArduinoIDE, it was uploading sketches in 2 binaries, but now it is done with a single one.
This is not a issue, it is an enhancement ...


Thanks, i clear it i was thinking may be something wrong!