-
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
Add Radio Project to Dotbot #277
Comments
HappyTakoumi
added a commit
to HappyTakoumi/DotBot-firmware
that referenced
this issue
Jan 29, 2024
HappyTakoumi
added a commit
to HappyTakoumi/DotBot-firmware
that referenced
this issue
Jan 29, 2024
Added a function to write a char in a buffer
HappyTakoumi
added a commit
to HappyTakoumi/DotBot-firmware
that referenced
this issue
Jan 29, 2024
Added a CRC Callback function that can be setup or not This CRC Callback will be called instead of the regular Callback when a CRC fail occures
HappyTakoumi
added a commit
to HappyTakoumi/DotBot-firmware
that referenced
this issue
Jan 29, 2024
Added Tx (transmit) and Rx (Received) codes Added the solution where you can find this two codes Added the README for this project
HappyTakoumi
added a commit
to HappyTakoumi/DotBot-firmware
that referenced
this issue
Jan 29, 2024
Added Tx (transmit) and Rx (Received) codes Added the solution where you can find this two codes Added the README for this project
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Radio Project
-Three project: Tx, Rx and Blocker
-Add the file that contains the project
-Update radio.c and .h : add crc callback function and set power function
-Update nrf52840dk.emProject for the new project
This project will be used with the python script to check the when two nRF are impact by a third one
The text was updated successfully, but these errors were encountered: