nanoFramework.Iot.Device.Yx5300 1.2.570
前缀已保留
dotnet add package nanoFramework.Iot.Device.Yx5300 --version 1.2.570
NuGet\Install-Package nanoFramework.Iot.Device.Yx5300 -Version 1.2.570
此命令旨在在 Visual Studio 的软件包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 版本。
<PackageReference Include="nanoFramework.Iot.Device.Yx5300" Version="1.2.570" />
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中,以引用软件包。
paket add nanoFramework.Iot.Device.Yx5300 --version 1.2.570
NuGet 团队不为此客户端提供支持。请联系其 维护者 以获取支持。
#r "nuget: nanoFramework.Iot.Device.Yx5300, 1.2.570"
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将其复制到交互式工具或脚本的源代码中,以引用软件包。
// Install nanoFramework.Iot.Device.Yx5300 as a Cake Addin #addin nuget:?package=nanoFramework.Iot.Device.Yx5300&version=1.2.570 // Install nanoFramework.Iot.Device.Yx5300 as a Cake Tool #tool nuget:?package=nanoFramework.Iot.Device.Yx5300&version=1.2.570
NuGet 团队不为此客户端提供支持。请联系其 维护者 以获取支持。
YX5200/YX5300 - MP3 播放器
使用此驱动器控制 Keyestudio YX5200-24SS MP3/Jaycar XC3748 音乐播放器模块
此 MP3 模块是一种 MP3/WAV/WMA 音乐播放器。它使用 YX5200/YX5300 作为核心,并从集成的 SD 卡读取器播放文件。它通过串行端口连接。
文档
有关概述,请参阅这篇文章。
用法
using Iot.Device.Yx5300;
using nanoFramework.Hardware.Esp32;
using System.Threading;
const int FolderNumber = 1;
const int FileNumber = 1;
Yx5300 mp3Player;
// Set GPIO functions for COM2 (this is UART2 on ESP32)
Configuration.SetPinFunction(Gpio.IO17, DeviceFunction.COM2_TX);
Configuration.SetPinFunction(Gpio.IO16, DeviceFunction.COM2_RX);
// Open COM2 and instantiate player
mp3Player = new Yx5300("COM2");
// Start player and play some files
Thread.Sleep(1000);
mp3Player.Volume(Yx5300.MaxVolume / 2);
// Repeat a folder
mp3Player.PlayFolderRepeat(FolderNumber);
mp3Player.Play();
// Repeat a file
mp3Player.PlayTrackRepeat(FileNumber);
mp3Player.Play();
Thread.Sleep(Timeout.Infinite);
产品 | 版本 兼容的以及额外的计算目标框架版本。 |
---|---|
.NET Framework | net is compatible. |
-
- nanoFramework.CoreLibrary (>= 1.15.5)
- nanoFramework.System.Collections (>= 1.5.31)
- nanoFramework.System.IO.Ports (>= 1.1.86)
- nanoFramework.System.IO.Streams (>= 1.1.59)
- nanoFramework.System.Text (>= 1.2.54)
NuGet 包
此包未被任何 NuGet 包使用。
GitHub 仓库
此包未被任何流行的 GitHub 仓库使用。
版本 | 下载 | 最后更新日期 |
---|---|---|
1.2.570 | 86 | 6/14/2024 |
1.2.548 | 74 | 5/15/2024 |
1.2.532 | 100 | 4/13/2024 |
1.2.436 | 207 | 11/10/2023 |
1.2.329 | 134 | 5/26/2023 |
1.2.313 | 125 | 5/12/2023 |
1.2.297 | 138 | 5/3/2023 |
1.2.203 | 288 | 12/28/2022 |
1.2.153 | 334 | 11/5/2022 |
1.2.141 | 366 | 10/25/2022 |
1.2.128 | 369 | 10/22/2022 |
1.2.117 | 390 | 10/10/2022 |
1.2.114 | 354 | 10/8/2022 |
1.2.89 | 384 | 9/16/2022 |
1.2.35 | 400 | 8/4/2022 |
1.2.16 | 424 | 7/25/2022 |
1.1.113.2032 | 395 | 6/23/2022 |
1.1.109.32999 | 405 | 6/16/2022 |
1.1.97.17326 | 417 | 6/13/2022 |
1.1.67.25390 | 414 | 5/27/2022 |
1.1.7 | 445 | 4/18/2022 |
1.1.1 | 431 | 4/14/2022 |
1.0.300 | 409 | 4/1/2022 |
1.0.278-preview.124 | 110 | 3/25/2022 |
1.0.278-preview.118 | 102 | 3/24/2022 |
1.0.278-preview.101 | 106 | 3/11/2022 |
1.0.278-preview.84 | 118 | 2/25/2022 |
1.0.278-preview.64 | 107 | 2/9/2022 |
1.0.278-preview.61 | 121 | 2/5/2022 |
1.0.278-preview.59 | 124 | 2/4/2022 |
1.0.278-preview.31 | 123 | 1/27/2022 |
1.0.278-preview.14 | 115 | 1/21/2022 |
1.0.278-preview.1 | 119 | 1/14/2022 |
1.0.272 | 150 | 1/10/2022 |
1.0.259 | 312 | 12/9/2021 |
1.0.218 | 183 | 10/18/2021 |
1.0.193 | 156 | 9/30/2021 |
1.0.191 | 162 | 9/29/2021 |
1.0.155 | 150 | 8/31/2021 |
1.0.153 | 151 | 8/14/2021 |
1.0.151 | 166 | 8/6/2021 |
1.0.146 | 152 | 7/22/2021 |
1.0.144 | 183 | 7/21/2021 |
1.0.136 | 229 | 7/17/2021 |
1.0.135 | 156 | 7/16/2021 |
1.0.134 | 164 | 7/15/2021 |
1.0.133 | 180 | 7/14/2021 |
1.0.127 | 165 | 7/5/2021 |
1.0.122 | 203 | 6/30/2021 |
1.0.121 | 190 | 6/29/2021 |
1.0.119 | 221 | 6/28/2021 |
1.0.117 | 175 | 6/17/2021 |
1.0.115 | 185 | 6/16/2021 |