Skip to content

RF Chat beta test#2264

Open
mokapi47 wants to merge 16 commits intoBruceDevices:devfrom
mokapi47:dev_RF_Chat
Open

RF Chat beta test#2264
mokapi47 wants to merge 16 commits intoBruceDevices:devfrom
mokapi47:dev_RF_Chat

Conversation

@mokapi47
Copy link
Copy Markdown
Contributor

@mokapi47 mokapi47 commented Mar 8, 2026

I quickly tried to create an option for RF communication; it requires a CC1101, as the module integrated into the M5 isn't sufficient. This way, we can communicate on frequencies accessible by the CC1101 without needing a LoRa module.

Comment on lines +53 to +54
{"Chat Username", rf_chat_change_username }, // RF Chat nickname
{"Chat Frequency", rf_chat_change_freq }, // RF Chat frequency
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it wont built on LITE_VERSION... these functions must be enclosured in the flag

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it can be a part of the LoRa module, because the code and functionality is very similar...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's normal, I simply used the same logic as for LoRa.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can try to add the CC1101 here

https://github.com/BruceDevices/firmware/blob/main/src%2Fmodules%2Flora%2FLoRaRF.cpp#L39-L45

It might work the same way you did, because CC1101 can be used as LoRa in thos same way..

@pinchepasta
Copy link
Copy Markdown

Do I have to modify pins or how does it work? I still can't figure out what to do. Under Lora -> Chat it only lets me pick sx1276 and sx1262, no c1101 even though my device has one

@mokapi47
Copy link
Copy Markdown
Contributor Author

mokapi47 commented Apr 6, 2026

Do I have to modify pins or how does it work? I still can't figure out what to do. Under Lora -> Chat it only lets me pick sx1276 and sx1262, no c1101 even though my device has one

That's normal, you shouldn't go to LoRa but to RF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants