Search found 7 matches

by briaruwo
Tue Aug 20, 2019 1:45 pm
Forum: Developer Discussions
Topic: Syslink packet for commander
Replies: 3
Views: 1668

Re: Syslink packet for commander

So, just to make sure that I'm correct on this end, I've looked at the documentation for CRTP packets again and mimicked the example that you give to send a 0,0,0,0 setpoint to the commander. When I printed the packet as you suggested on the ramp.py example, I didn't end up with the start bytes, or ...
by briaruwo
Tue Aug 20, 2019 12:46 pm
Forum: Developer Discussions
Topic: Syslink packet for commander
Replies: 3
Views: 1668

Re: Syslink packet for commander

Thank you so much, I really appreciate the help!
by briaruwo
Mon Aug 19, 2019 6:00 pm
Forum: Developer Discussions
Topic: Syslink packet for commander
Replies: 3
Views: 1668

Syslink packet for commander

Hello, I'm trying to create a syslink packet that can be sent through the link to make the motors ramp up (like through the commander in the python lib). As I understand, this would be sent in the NRF firmware with syslinkSend() and needs to have a type, length and data. Because it's not a radio or ...
by briaruwo
Mon Aug 12, 2019 4:25 pm
Forum: Developer Discussions
Topic: [SOLVED] NRF Firmware esb.c Packet Counters
Replies: 3
Views: 1806

Re: NRF Firmware esb.c Packet Counters

Thank you very much, that clears it up nicely!
by briaruwo
Wed Jun 19, 2019 2:35 pm
Forum: Developer Discussions
Topic: [SOLVED] NRF Firmware esb.c Packet Counters
Replies: 3
Views: 1806

[SOLVED] NRF Firmware esb.c Packet Counters

Hello, I'm working on a project to allow communication between multiple crazyflies and I can't seem to make sense of the code that I've appended below. It seems as though the curr_up and curr_down are counting the packets sent and received, however, there doesn't seem to be any increment, only subtr...
by briaruwo
Tue May 21, 2019 1:28 pm
Forum: Developer Discussions
Topic: Unable to run "make" to flash in Bitcraze VM Eclipse
Replies: 2
Views: 1580

Re: Unable to run "make" to flash in Bitcraze VM Eclipse

Hi tobias,

Yes, I did end up getting it to work exactly like that. Eclipse is not always my friend, it seems. Thank you for answering a question for me so loosely related to the rest of it.

Have a great day!
by briaruwo
Fri May 17, 2019 2:46 pm
Forum: Developer Discussions
Topic: Unable to run "make" to flash in Bitcraze VM Eclipse
Replies: 2
Views: 1580

Unable to run "make" to flash in Bitcraze VM Eclipse

I'm having some trouble getting myself up and running. When I try to either clean or flash the crazyflie in Eclipse, I keep getting the same problem telling me "Cannot run program "make": Unknown reason". As far as I can tell, everything is as it's supposed to be, but obviously I...