Skip to content
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

Status output !TX/RX on the GDO2 CC1101 pin #742

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Status output !TX/RX on the GDO2 CC1101 pin #742

merged 1 commit into from
Apr 5, 2024

Conversation

quen0n
Copy link
Contributor

@quen0n quen0n commented Apr 4, 2024

What's new

The essence is to display the transmission/reception status in the form of a logical level on the GDO2 pin of the CC1101 chip. This allows external devices to understand the current operating status of the radio chip
At rest, the GDO2 pin is in the floating-state. In receive/transmit mode, GDO2 switches to push-pull mode. When receiving, a logical 1 appears, when transmitting, a logical 0 appears. When the chip goes into rest mode, the GDO2 pin also returns to the floating-state
This can be used to control external signal amplifiers or to indicate the current state of the radio chip

Demo: https://disk.yandex.ru/d/kEsjUYyuDQM_gA

Verification

  1. Go to SubGHz -> Read. А high logic level of 3.3 V (or other chip supply voltage) should appear at the GDO2 output
  2. Just go to the SubGHz menu. The voltage on the GDO2 pin becomes unstable and can take on different values
  3. Go to SubGHz -> Saved and send any saved signal. A logical zero (or 0 volt) will appear at the GDO2 output

Checklist (For Reviewer)

  • PR has description of feature/bug
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@quen0n quen0n requested a review from xMasterX as a code owner April 4, 2024 19:37
@xMasterX xMasterX merged commit f8d4d93 into DarkFlippers:dev Apr 5, 2024
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.

2 participants