nanoFramework.Iot.Device.RadioReceiver
2.0.0-preview.80
Prefix Reserved
This is a prerelease version of nanoFramework.Iot.Device.RadioReceiver.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package nanoFramework.Iot.Device.RadioReceiver --version 2.0.0-preview.80
NuGet\Install-Package nanoFramework.Iot.Device.RadioReceiver -Version 2.0.0-preview.80
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nanoFramework.Iot.Device.RadioReceiver" Version="2.0.0-preview.80" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nanoFramework.Iot.Device.RadioReceiver" Version="2.0.0-preview.80" />
<PackageReference Include="nanoFramework.Iot.Device.RadioReceiver" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nanoFramework.Iot.Device.RadioReceiver --version 2.0.0-preview.80
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: nanoFramework.Iot.Device.RadioReceiver, 2.0.0-preview.80"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package nanoFramework.Iot.Device.RadioReceiver@2.0.0-preview.80
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nanoFramework.Iot.Device.RadioReceiver&version=2.0.0-preview.80&prerelease
#tool nuget:?package=nanoFramework.Iot.Device.RadioReceiver&version=2.0.0-preview.80&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Radio Receiver
The radio receiver devices supported by the project include TEA5767.
Documentation
- TEA5767 radio receiver datasheet
Usage
Important: make sure you properly setup the I2C pins especially for ESP32 before creating the I2cDevice, make sure you install the nanoFramework.Hardware.ESP32 nuget:
//////////////////////////////////////////////////////////////////////
// when connecting to an ESP32 device, need to configure the I2C GPIOs
// used for the bus
Configuration.SetPinFunction(21, DeviceFunction.I2C1_DATA);
Configuration.SetPinFunction(22, DeviceFunction.I2C1_CLOCK);
For other devices like STM32, please make sure you're using the preset pins for the I2C bus you want to use.
Hardware Required
- TEA5767
- Male/Female Jumper Wires
I2cConnectionSettings settings = new I2cConnectionSettings(1, Tea5767.DefaultI2cAddress);
I2cDevice device = I2cDevice.Create(settings);
using (Tea5767 radio = new Tea5767(device, FrequencyRange.Other, 103.3))
{
// The radio is running on FM 103.3MHz
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NETnanoFramework | netnano1.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETnanoFramework 1.0
- nanoFramework.CoreLibrary (>= 2.0.0-preview.52)
- nanoFramework.System.Device.I2c (>= 2.0.0-preview.11)
- nanoFramework.UnitsNet.Frequency (>= 5.77.0-preview.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-preview.85 | 0 | 6/1/2026 |
| 2.0.0-preview.80 | 37 | 5/27/2026 |
| 2.0.0-preview.73 | 47 | 5/20/2026 |
| 2.0.0-preview.69 | 55 | 5/18/2026 |
| 2.0.0-preview.62 | 55 | 5/13/2026 |
| 2.0.0-preview.45 | 55 | 4/29/2026 |
| 2.0.0-preview.32 | 58 | 4/20/2026 |
| 2.0.0-preview.16 | 59 | 3/10/2026 |
| 1.2.952 | 124 | 3/4/2026 |
| 1.2.907 | 272 | 10/2/2025 |
| 1.2.889 | 245 | 7/28/2025 |
| 1.2.869 | 316 | 4/2/2025 |
| 1.2.864 | 307 | 4/2/2025 |
| 1.2.852 | 297 | 3/11/2025 |
| 1.2.846 | 337 | 3/10/2025 |
| 1.2.822 | 250 | 2/26/2025 |
| 1.2.775 | 264 | 2/4/2025 |
| 1.2.772 | 243 | 2/4/2025 |
| 1.2.755 | 265 | 1/31/2025 |
| 1.2.743 | 255 | 1/20/2025 |
Loading failed