-
Notifications
You must be signed in to change notification settings - Fork 8
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
Getting stucked in calibration #1
Comments
Hi, You might be interested in project DIY-Multiprotocol-TX-Module. |
Yea i checked that too but its too confusing and based on arduino or around it. I want it for a ARM mcu Thanks for responding on this :) i really appreciate your reply |
Yeah, I am also not a big fan of Arduino based projects. Despite that, Arduino is basically C++, easy to manage libraries and one (too)simple code editor. It also supports ARM base MCUs. I am not telling you to switch to Arduino, just use it as guidance in your journey. |
I am planning to do the move :) |
Thanks for this fantastic code base. I am trying to rebuild a diy frsky receiver based on your frimware. Based on very little documentation and resources for CC2500 i really appreciate the efforts you have taken to write this firmware.
What is happening right now, is the moment interrupt is attached on the GD0 pin while calibrating the mcu gets stucked in the callback.
While checking on oscilloscope 2500 takes some time from going to idel to scal and during this the GD0 generates a square wave of very high freuqency, which is causing this.
Any pointers how to get around this? Is there any way we can connect via email/discorrd/slack. I really need some guidance help on this to get it working.
TIA
The text was updated successfully, but these errors were encountered: