Skip to content

Added support for Si4432 ISM Band #446

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added support for Si4432 ISM Band #446

wants to merge 1 commit into from

Conversation

ogorodnik
Copy link
Contributor

@ogorodnik ogorodnik commented Jun 1, 2025

Added support for Si4432 EZRadioPRO ISM Band that supports a frequency range between 240 and 960 MHz and output power range between 1 and 20 dBm

type On_Off_Mode is (Off, On);
type Chip_Power_State is (Idle, RX, TX) with Size => UInt2'Size;

type Frequency_Type is delta 0.1 range 240.0 .. 960.0
Copy link
Contributor

Choose a reason for hiding this comment

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

For these types named "_Type" can you come up with better, more descriptive names? The ones above this line are very good, for example.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reduced the count of types and renamed some.

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