-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use CC1310 #224
Comments
Radio.h |
Asksin is quite hardware independent, as most of the abstraction layer is managed by Arduino. To implement a CPU with new technology, the CC1310 is based on Cortex-M3, it also needs the corresponding Arduino support. As far as I have seen, the CC1310 is currently "only" supported by Energia which is an Arduino fork but has his own development route since several years. You might will have the challange that parts of the asksin framework will not work as expected. Once all these hurdles have been overcome, the radio still needs to be adapted. In the CC1310, the radio has its own CPU that needs to be programmed accordingly. From my point of view, it would be easier to implement an STM32L151 with CC1101. |
Thank you for your answers so far. |
I also already did.
And I also did not find anything that serves a full (or almost complete) integration of the ARM Cortex-M3. At the moment, I'm trying to do first steps with the TI Code Composer Studio (TI has a cool cloud-integrated IDE), but only to learn something about the MSP430. |
I have looked into it over the last couple of days because it would by a good base for further asksin developments. Timer, SPI interface, etc is still a challange... |
STM32L151 based on arm cortex M3 is implemented now. |
I would like to use this library with an CC1310.
Have you already thought about adding support for this controller?
(I know this would be a big thing with a lot of differences)
Could you give a hint, which modules would have to be changed?
The text was updated successfully, but these errors were encountered: