mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

Si4703: Add powerUp() and powerDown() #37

Closed getSurreal closed 3 years ago

getSurreal commented 4 years ago

Use the DISABLE register to shutdown or power up the radio for the Si4703.

mathertel commented 3 years ago

Good point for clarification:

With some chips that support multiple modes the power up should be handles when specifying the mode in setBand and power situation will be handled according the following schema:

To implement a "standby" functionality setBand() for "on" and term() for "standby" should be used.

This is verified for SI4721 for now.