You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning to switch from atmega328P to Renesas in one of my project.
For Renesas I have been provided with CS+ software for compiling and uploading code. And I have to write code in C language.
My main concern is that I am using RadioHead library for RF transmitter, which is available in C++ language and I need one for C, also with Renesas platform, which is not included in this library (And I am not familiar with high level C).
Module I am using is STX882 which works on ASK protocol.
What I am looking for is any reference that can help me out here. If there is library available that would be great. If not I am planning to write one by myself, So if anyone have some idea about ASK RF transmitter general data format and how to plot one in C language please do share.
Any pointer or document or method will be great. Thank you.
The text was updated successfully, but these errors were encountered:
I am planning to switch from atmega328P to Renesas in one of my project.
For Renesas I have been provided with CS+ software for compiling and uploading code. And I have to write code in C language.
My main concern is that I am using RadioHead library for RF transmitter, which is available in C++ language and I need one for C, also with Renesas platform, which is not included in this library (And I am not familiar with high level C).
Module I am using is STX882 which works on ASK protocol.
What I am looking for is any reference that can help me out here. If there is library available that would be great. If not I am planning to write one by myself, So if anyone have some idea about ASK RF transmitter general data format and how to plot one in C language please do share.
Any pointer or document or method will be great. Thank you.
The text was updated successfully, but these errors were encountered: