Search found 2 matches

by atagliavini
Fri Feb 05, 2021 9:39 am
Forum: AI-deck
Topic: Issue when flashing AI deck and crazyflie firmware
Replies: 3
Views: 1627

Re: Issue when flashing AI deck and crazyflie firmware

I re flashed the CF with the original firmware and used the logging framework to get the value (instead of using the debug print) and the problem seems to be solved (I am able to see the correct value from the log files). My guess is that I probably didn't compile the firmware correctly in the first...
by atagliavini
Thu Feb 04, 2021 3:43 pm
Forum: AI-deck
Topic: Issue when flashing AI deck and crazyflie firmware
Replies: 3
Views: 1627

Issue when flashing AI deck and crazyflie firmware

Hello! I'm trying to run the example "uart-send-char", so i flashed the CF firmware forcing the driver of the AI-deck, then i compile the example and run "make image flash", my goal here is to print the character that the AI deck writes on the UART (i put a DEBUG_PRINT in the ai ...