Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.82 KB | None | 0 0
  1. esp12e_webserver ver=esp8266-0.3-1
  2. Join i2c bus using as master
  3. - SDA pin: 5
  4. - SCL pin: 4
  5. - Looking for slavedevice address: 4
  6.  
  7. [SETUP] BOOT WAIT 4...
  8. scandone
  9. state: 0 -> 2 (b0)
  10. state: 2 -> 3 (0)
  11. state: 3 -> 5 (10)
  12. add 0
  13. aid 4
  14. pm open phy_2,type:2 0 0
  15. cnt
  16. [SETUP] BOOT WAIT 3...
  17.  
  18. connected with frippe4, channel 13
  19. wifi evt: 0
  20.  
  21. dhcp client start...
  22. wifi evt: 3
  23.  
  24. ip:192.168.0.219,mask:255.255.255.0,gw:192.168.0.1
  25. [SETUP] BOOT WAIT 2...
  26. [SETUP] BOOT WAIT 1...
  27. OTA: Arduino OTA Test
  28. -Sketch size: 336876
  29. -Free size: 708608
  30. OTA: Ready
  31. OTA: IP address: 192.168.0.219
  32. Arduino AVR-ISP over TCP
  33. IP address: 192.168.0.219
  34. Use your avrdude:
  35. avrdude -c arduino -p <device> -P net:192.168.0.219:328 -t # or -U ...
  36. SPIFFSImpl: allocating 512+180+1400=2092 bytes
  37.  
  38. SPIFFSImpl: mounting fs @100000, size=2fb000, block=2000, page=100
  39.  
  40. SPIFFSImpl: mount rc=0
  41.  
  42. FS File: /firmware/myhex, size: 2.96KB
  43. FS File: /firmware/esp8266.bin, size: 328.19KB
  44. FS File: /firmware/inventory.json, size: 59B
  45.  
  46. Open http://192.168.0.219.local/edit to see the file browser
  47. HTTP server started
  48. .........WS:ac
  49.  
  50. :ref 1
  51.  
  52. WS:av
  53.  
  54. :ref 2
  55.  
  56. :ur 2
  57.  
  58. :rn 313
  59.  
  60. :c0 1, 313
  61.  
  62. :ref 2
  63.  
  64. ENTER:checkLatestFirmware
  65. getJSON http://192.168.0.210:80/firmware/inventory.json
  66. WS:ac
  67.  
  68. :err -8
  69.  
  70. EXIT:checkLatestFirmware
  71. BEFORE:server.send
  72. :wr
  73.  
  74. :sent 116
  75.  
  76. :ww
  77.  
  78. :wr
  79.  
  80. :sent 30
  81.  
  82. :ww
  83.  
  84. AFTER:server.send
  85. :rcla
  86.  
  87. :abort
  88.  
  89. :ur 2
  90.  
  91. :ur 1
  92.  
  93. WS:dis
  94.  
  95. .:ref 1
  96.  
  97. WS:av
  98.  
  99. :ref 2
  100.  
  101. :ur 2
  102.  
  103. :ur 1
  104.  
  105. :close
  106.  
  107. WS:dis
  108.  
  109. ......:urn 247
  110.  
  111. ...WS:ac
  112.  
  113. :ref 1
  114.  
  115. WS:av
  116.  
  117. :ref 2
  118.  
  119. :ur 2
  120.  
  121. :rn 313
  122.  
  123. Fatal exception (28):
  124. epc1=0x4020cc6d, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
  125.  
  126. Exception (28):
  127. epc1=0x4020cc6d epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
  128.  
  129. ctx: cont
  130. sp: 3fff42b0 end: 3fff4560 offset: 01a0
  131.  
  132. >>>stack>>>
  133. 3fff4450:  3fff2c70 3fff2470 3fff4510 4020cca0  
  134. 3fff4460:  3fff7400 0000001f 00000017 3fff43f1  
  135. 3fff4470:  00000000 00000000 00000004 ffdfffff  
  136. 3fff4480:  3fff44a0 3fff44a0 00000004 4020a31b  
  137. 3fff4490:  3fff7228 00000007 3fff3534 3fff6320  
  138. 3fff44a0:  0000000f 00000000 3fff6d50 0000001f  
  139. 3fff44b0:  00000017 3fff5918 0000000f 00000003  
  140. 3fff44c0:  3fff7378 0000002f 00000024 3fff3540  
  141. 3fff44d0:  3fff24ac 40101487 3fff3540 00000000  
  142. 3fff44e0:  00000001 00000001 3fff7198 3fff3540  
  143. 3fff44f0:  40201c4e 00000001 00000001 3fff3534  
  144. 3fff4500:  3fffdc20 0000039a 3fff2470 4020bf1a  
  145. 3fff4510:  3ffe9ff0 00000000 000003e8 0000a76a  
  146. 3fff4520:  3fff2490 3fff7228 3fff2ee8 40210104  
  147. 3fff4530:  40211f95 00000000 3fff352d 40207ead  
  148. 3fff4540:  3fffdc20 00000000 3fff352d 40211fbd  
  149. 3fff4550:  00000000 00000000 3fff3540 40100114  
  150. <<<stack<<<
  151.  
  152. ets Jan  8 2013,rst cause:2, boot mode:(3,7)
  153.  
  154. load 0x4010f000, len 1264, room 16
  155. tail 0
  156. chksum 0x42
  157. csum 0x42
  158. ~ld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement