Skip to content
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

I have no problems at all using Arduino Pro Mini (3.3v version). #318

Open
Yasirsmb opened this issue Oct 28, 2020 · 6 comments
Open

I have no problems at all using Arduino Pro Mini (3.3v version). #318

Yasirsmb opened this issue Oct 28, 2020 · 6 comments

Comments

@Yasirsmb
Copy link

I have no problems at all using Arduino Pro Mini (3.3v version).
I have attached the Arduino and Windows code that I did use in the demo videos (#62).
dw1000.zip

Originally posted by @greymfm in #54 (comment)

I found this code and it works well to find the distance between anchor and tag, I need to know it mapped values on PC window

@socconlc
Copy link

Hello, I've used your code but I can't upload the DW1000Ranging_Tag but the DW1000Ranging_Anchor worked fine
This is the problems:
Arduino: 1.8.9 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"

Sketch uses 22188 bytes (72%) of program storage space. Maximum is 30720 bytes.
Global variables use 1193 bytes (58%) of dynamic memory, leaving 855 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9a
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
Invalid library found in C:\Users\Long Trinh\Documents\Arduino\libraries\espNowFloodingMeshLibrary-master: Missing 'paragraph' from library
Invalid library found in C:\Users\Long Trinh\Documents\Arduino\libraries\espNowFloodingMeshLibrary-master: Missing 'paragraph' from library

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Could you help me to solve that pls?

@Yasirsmb
Copy link
Author

Yasirsmb commented Oct 29, 2020 via email

@socconlc
Copy link

socconlc commented Nov 1, 2020

Your board is not connected or selected wrong in arduino IDE

On Thu, Oct 29, 2020, 11:38 AM socconlc @.***> wrote: Hello, I've used your code but I can't upload the DW1000Ranging_Tag but the DW1000Ranging_Anchor worked fine This is the problems: Arduino: 1.8.9 (Windows 10), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)" Sketch uses 22188 bytes (72%) of program storage space. Maximum is 30720 bytes. Global variables use 1193 bytes (58%) of dynamic memory, leaving 855 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9a avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x9a Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions. Invalid library found in C:\Users\Long Trinh\Documents\Arduino\libraries\espNowFloodingMeshLibrary-master: Missing 'paragraph' from library Invalid library found in C:\Users\Long Trinh\Documents\Arduino\libraries\espNowFloodingMeshLibrary-master: Missing 'paragraph' from library This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Could you help me to solve that pls? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#318 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4NQVQ2RZ4KIHRG36RR7JTSNEEWBANCNFSM4TCTBX4A .

Hello again. I fixed that problem but it still doesn't work.
I've received something like this from the Tag:
image

Could you help me pls?

@socconlc
Copy link

socconlc commented Nov 3, 2020

Never mind I've already fixed it. But the range seems like doesn't right. Any recommended

@socconlc
Copy link

socconlc commented Dec 4, 2020

@Yasirsmb Are you still there??
Can I ask you one more question pls.
Your code is working fine for me with 1 or 2 anchors. But when I add the 3rd anchor, it's killed immediately and reconnected and killed again.
I've searched for the problem but can't find any solution with your code.
Do you know how to fix it?

@marrk71
Copy link

marrk71 commented Oct 14, 2022

@socconlc
I have the same problem, do you have any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants