Last active
July 17, 2016 01:52
-
-
Save newbreedofgeek/50cb3f642d9b1865aa8f8e9867cd4c04 to your computer and use it in GitHub Desktop.
Particle Core Debug Log - 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The core was plugged into the gateway. I then powered up (USB to Core) directly and took this below log. | |
// I waited for 2 mins but LED didnt change pattern and cant claim it in the console.bluz.com (It says "No Gateway Detected Yet") | |
// https://vine.co/v/5ZumqWx1Drx (video of the LED blinking and not changing) | |
3146:DEBUG: STARTING! | |
42780:DEBUG: In SPI Receive | |
42783:DEBUG: Handshake complete | |
42788:DEBUG: Receiving SPI data of size 6 | |
42793:DEBUG: Reading chunk of size 6 | |
42799:DEBUG: Processing message of size 3 with clientID 0 and service ID 22 | |
42807:DEBUG: Read length = 1 | |
42815:DEBUG: In SPI Receive | |
42818:DEBUG: Handshake complete | |
42823:DEBUG: Receiving SPI data of size 6 | |
42828:DEBUG: Reading chunk of size 6 | |
42834:DEBUG: Processing message of size 3 with clientID 1 and service ID 22 | |
42842:DEBUG: Read length = 1 | |
42850:DEBUG: In SPI Receive | |
42853:DEBUG: Handshake complete | |
42858:DEBUG: Receiving SPI data of size 6 | |
42863:DEBUG: Reading chunk of size 6 | |
42869:DEBUG: Processing message of size 3 with clientID 2 and service ID 22 | |
42877:DEBUG: Read length = 1 | |
42885:DEBUG: In SPI Receive | |
42888:DEBUG: Handshake complete | |
42893:DEBUG: Receiving SPI data of size 6 | |
42898:DEBUG: Reading chunk of size 6 | |
42904:DEBUG: Processing message of size 3 with clientID 3 and service ID 22 | |
42912:DEBUG: Read length = 1 | |
44909:DEBUG: In SPI Receive | |
44912:DEBUG: Handshake complete | |
44917:DEBUG: Receiving SPI data of size 28 | |
44922:DEBUG: Reading chunk of size 28 | |
44928:DEBUG: Processing message of size 25 with clientID 3 and service ID 0 | |
44936:DEBUG: Read length = 23 | |
88996:DEBUG: In SPI Receive | |
88999:DEBUG: Handshake complete | |
89004:DEBUG: Receiving SPI data of size 28 | |
89009:DEBUG: Reading chunk of size 28 | |
89015:DEBUG: Processing message of size 25 with clientID 3 and service ID 0 | |
89023:DEBUG: Read length = 23 | |
133022:DEBUG: In SPI Receive | |
133025:DEBUG: Handshake complete | |
133030:DEBUG: Receiving SPI data of size 28 | |
133035:DEBUG: Reading chunk of size 28 | |
133042:DEBUG: Processing message of size 25 with clientID 3 and service ID 0 | |
133050:DEBUG: Read length = 23 | |
177046:DEBUG: In SPI Receive | |
177049:DEBUG: Handshake complete | |
177055:DEBUG: Receiving SPI data of size 28 | |
177060:DEBUG: Reading chunk of size 28 | |
177066:DEBUG: Processing message of size 25 with clientID 3 and service ID 0 | |
177074:DEBUG: Read length = 23 | |
221071:DEBUG: In SPI Receive | |
221074:DEBUG: Handshake complete | |
221080:DEBUG: Receiving SPI data of size 28 | |
221084:DEBUG: Reading chunk of size 28 | |
221091:DEBUG: Processing message of size 25 with clientID 3 and service ID 0 | |
221099:DEBUG: Read length = 23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment