Search found 5 matches
- Wed Aug 12, 2015 9:42 am
- Forum: Developer Discussions
- Topic: Compiling against external libraries
- Replies: 2
- Views: 1929
Re: Compiling against external libraries
Thanks whoenig, you are of course correct. Does anyone have any experience cross compiling BLAS & LAPACK for ARM? Is there any other libraries that could be used instead. Currently there is quite a lot of code that needs to be changed so I would like to utilize BLAS, but if that is hard/impossib...
- Wed Aug 05, 2015 6:42 am
- Forum: Developer Discussions
- Topic: Compiling against external libraries
- Replies: 2
- Views: 1929
Compiling against external libraries
Hi. I'm trying to compile some code into the Crazyflie firmware which is dependent on CBLAS and LAPCKE, but I can't figure out how to link against those libraries. Currently I would just like to use the system default for ease of testing, and the same program with a CMake file outside of the Crazyfl...
- Mon Feb 02, 2015 7:48 am
- Forum: Developer Discussions
- Topic: Access radio RSS through logging
- Replies: 6
- Views: 3442
Re: Access radio RSS through logging
Sorry for the late reply.
I updated both pull requests, changing the sent RSSI value from uint32_t to uint8_t as per your comment.
I updated both pull requests, changing the sent RSSI value from uint32_t to uint8_t as per your comment.
- Fri Jan 30, 2015 3:02 pm
- Forum: Developer Discussions
- Topic: Access radio RSS through logging
- Replies: 6
- Views: 3442
Re: Access radio RSS through logging
Thanks to the both of you for the prompt reply. We worked a bit on this today and got something working at least. I have sent pull request on both firmware repositories (https://github.com/bitcraze/crazyflie2-nrf-firmware/pull/1) (https://github.com/bitcraze/crazyflie-firmware/pull/41) if the qualit...
- Fri Jan 30, 2015 7:53 am
- Forum: Developer Discussions
- Topic: Access radio RSS through logging
- Replies: 6
- Views: 3442
Access radio RSS through logging
Hi. Looking through the source code for CF2 and looking at the conversation on the blog detailing the range test I can see that there is now support for accessing the RSSI of the radio in the radio firmware. I'm wondering if there is a way to expose this functionality through the brilliant logging s...