Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created September 17, 2020 19:25
Show Gist options
  • Save bobmcwhirter/7a1f2a31d66e0b71d02c9cf370af3b0e to your computer and use it in GitHub Desktop.
Save bobmcwhirter/7a1f2a31d66e0b71d02c9cf370af3b0e to your computer and use it in GitHub Desktop.
15:21:15.285 INFO - firmware: Ok(FirmwareInfo { major: 1, minor: 7, patch: 0, build: 0 })
15:21:15.285 INFO - writing command AT+CWJAP_CUR="oddly","scarletbegonias"
15:21:15.539 INFO - wifi connected
15:21:15.792 INFO - wifi disconnect
15:21:18.329 INFO - wifi connected
15:21:19.600 INFO - wifi got ip
15:21:20.609 INFO - joined wifi Ok(())
15:21:20.609 INFO - writing command AT+CIPSTA_CUR?
15:21:20.609 INFO - IP Ok(IpAddresses { ip: 192.168.1.250, gateway: 192.168.1.1, netmask: 255.255.255.0 })
15:21:20.609 INFO - network intialized
15:21:20.609 INFO - socket SslTcpSocket(0)
15:21:20.609 INFO - writing command AT+CIPSTART=0,"TCP","192.168.1.220",8080
15:21:21.118 INFO - writing command AT+CIPSEND=0,309
15:21:21.880 INFO - writing command AT+CIPRECVDATA=0,5
15:21:22.134 INFO - writing command AT+CIPRECVDATA=0,500
15:21:22.389 INFO - writing command AT+CIPRECVDATA=0,500
15:21:22.642 INFO - writing command AT+CIPRECVDATA=0,221
15:21:25.428 INFO - writing command AT+CIPSEND=0,143
15:21:26.191 INFO - writing command AT+CIPSEND=0,6
15:21:26.947 INFO - writing command AT+CIPSEND=0,45
15:21:27.706 INFO - writing command AT+CIPRECVDATA=0,5
15:21:27.957 INFO - writing command AT+CIPRECVDATA=0,1
15:21:28.209 INFO - writing command AT+CIPRECVDATA=0,5
15:21:28.462 INFO - writing command AT+CIPRECVDATA=0,40
15:21:28.714 INFO - writing command AT+CIPSEND=0,65
15:21:29.726 INFO - writing command AT+CIPRECVDATA=0,5
15:21:30.484 INFO - writing command AT+CIPRECVDATA=0,75
15:21:30.736 INFO - recv: HTTP/1.1 200 OK
15:21:30.736
15:21:30.736 the password is always sw0rdf1sh
15:21:30.736 INFO - writing command AT+CIPRECVDATA=0,5
15:21:30.736 INFO - writing command AT+CIPRECVDATA=0,26
15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment