-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support AT86RF233 #15841
Comments
Do you know the protocol used by the keyboard? Since it is an Atmel chip, ASF should provide support for it. It would require to import the necessary bits from ASF into ext/hal/atmel/asf. If and only if you are interested in 802.15.4: |
I want to wirelessly receive the data and output it to the
Later, I'm trying to reference the ASF.
I have not planned to use IEEE 802.15.4 yet. I'm sorry I do not have enough English. :) |
I have done a very basic The main communication settings are as follows.
The program is designed to operate in one-sided Tx/Rx mode. I have prepared two stm32f4_disco and AT86RF233 modules for testing. The Tx board sends 23 bytes at 1 second intervals. Build as follows.
Below is the log. Tx
Rx
As advised by @tbursztyka, i need to get the necessary information from the |
Hi @KwonTae-young, if you are interested yet on RF2xx driver please take a look at #20296. We merged a full functional 2.4GHz driver. It was tested by Tridonic for Openthread compatibility too. |
Hello, @KwonTae-young , from your description it seems that you have completed a prototype of the NRF52840 using ESB in Zephyr, can you provide more information on this? |
@p0we7 ESB-related examples were located in other repositories.(#15607) |
Is your feature request related to a problem? Please describe.
I'm trying to use AT86RF233 for wireless communication.
My first goal is a 2.4GHz RF wireless keyboard.
SAM R21 was supported in #13494, but currently AT86RF233 support is missing.
Describe the solution you'd like
I want a driver to support AT86RF233.
I want to operate the wireless keyboard with 2.4GHz communication(2Mbps) of AT86RF233.
Describe alternatives you've considered
I have tested two ESB(Enhanced Shock Burst) communications with two nRF52840-PCA10056 boards.(#15607)
test video: https://youtu.be/8rfX-1xxlSI
But it must use nordic MCU.
Additional context
I have no experience dealing with this type of wireless chip.
Sources that use Arduino and AT86RF233 exist in other sites.(arduino-at86rf233)
I connected ST STM32F4DISCOVERY and REB233-XPRO as follows.
The REB233-XPRO is an AT86RF233 module.
And I read the part number, version, and main id through SPI communication.
console output
I would like help from people who are interested in AT86RF233.
The text was updated successfully, but these errors were encountered: