Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By CheapB
#15596
gerardwr wrote:
CheapB wrote:Sure, that is not a bit issue. The bigger problem is it stops working after receiving 1 package..


The sketch is OK on my Mac.

Could the problem be caused by the program you use to send the UDP packet?

I use Packet Sender for testing (also available for Windows).


So do I :-) I am using the prebuilt zipped environment.
User avatar
By CheapB
#15932
CheapB wrote:
gerardwr wrote:
CheapB wrote:Sure, that is not a bit issue. The bigger problem is it stops working after receiving 1 package..


The sketch is OK on my Mac.

Could the problem be caused by the program you use to send the UDP packet?

I use Packet Sender for testing (also available for Windows).


So do I :-) I am using the prebuilt zipped environment.


Good news.

I installed a fresh version of Arduino 1.6.3 with esp8266-Arduino-0.0.4 from https://github.com/sandeepmistry/esp8266-Arduino in C:\Users\user\Documents\Arduino\hardware\esp8266com

I can now receive multiple packages and send receipts back to the sender without crashing..

My suspicion is my previous environment was based on an older SDK.