Closed LIU-Xueming closed 6 months ago
Ah thanks for reporting this! we'll need to find time to recreate this. I hope it is not blocking yo0u too much at the moment?
Ah thanks for reporting this! we'll need to find time to recreate this. I hope it is not blocking yo0u too much at the moment?
Hi, thanks for your reply. I recently found an interesting problem. In fact, I bought crazyflie twice, over half a year apart.
Some crazyflies had the problem above. But others do not have these problems. Maybe this information can help someone.
Hi!
Interesting issue. This looks indeed like some board discrepancy. I have not been able to reproduce the issue myself so far.
Could you tell me approximately how many of the boards you have purchased has this problem? Was the boards with this issue purchased at the same time?
Hi @LIU-Xueming!
Since this looks like a board issue, could you please come back either by email or by starting a new issue if this is a problem for you.
I'm closing this issue for now since we can not reproduce with the current information.
Hi, the default effect of LED-ring deck is ID: 6 (double spinner ). Now, i tried to add a new effect, named solidYellowEffect(), and set it to the default effect. But it failed, and I need some help.
Then, this effect is added in the structure
Next, I modify the
src/deck/drivers/src/Kconfig
https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/building-and-flashing/build/
However, after reboot, the default LED effect is still double spinner, e.g. ID:6.
If, I replace serial number in the structure, e.g.
The default LED effect changed as solidYellowEffect.
Thus, I guess there maybe somewhere in the file I also need to modify the default options, but I didn't find it. Can you help me see what the problem is? Thanks!