-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving Error: Sending 3020: receiveData timeout after 400ms #22
Comments
You're probably not using a nano - use `-a uno` instead or whatever is the
board type you're using.
…On Fri, Dec 16, 2016 at 1:35 PM Tim Douglas ***@***.***> wrote:
Hi there. I am trying to use interchange to install node-pixel as
described here:
https://github.com/ajfisher/node-pixel/blob/master/docs/installation.md#i2c-backpack
I'm not sure if this is something to be worried about, but this is what is
returned by the command:
$ interchange install git+https://github.com/ajfisher/node-pixel -a nano
Retrieving manifest data from GitHub
Downloading hex file
found nano on port /dev/cu.usbserial-A702U0S6
connected
reset complete.
flashing, please wait...
flash complete.
Error: Sending 3020: receiveData timeout after 400ms
at /usr/local/lib/node_modules/nodebots-interchange/node_modules/stk500/lib/sendCommand.js:36:17
at finished (/usr/local/lib/node_modules/nodebots-interchange/node_modules/stk500/lib/receiveData.js:38:5)
at Timeout._onTimeout (/usr/local/lib/node_modules/nodebots-interchange/node_modules/stk500/lib/receiveData.js:43:7)
at tryOnTimeout (timers.js:232:11)
at Timer.listOnTimeout (timers.js:202:5)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAHRo9rPKskfkbZcXgQHDFiX-XE1_KEhks5rIfjugaJpZM4LOynG>
.
|
I am using a SparkFun RedBoard. |
@neurotech how can you get this issue resolved? |
In 2020, I have this problem too. Anyone know the fix? |
It's been a while, but I'm pretty sure I never resolved this issue on my end. |
Thanks for the reply on this post! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there. I am trying to use
interchange
to installnode-pixel
as described here: https://github.com/ajfisher/node-pixel/blob/master/docs/installation.md#i2c-backpackI'm not sure if this is something to be worried about, but this is what is returned by the command:
The text was updated successfully, but these errors were encountered: