-
lora
说明: 基于STM32F103单片机的lora 通讯模块编程(Programming of Lora communication module based on STM32F103)
- 2020-05-11 16:26:44下载
- 积分:1
-
蓝牙4.0 cc2540串口透传源码
蓝牙4.0 cc2540串口透传源码
OSAL 1.3.2协议栈,BLE蓝牙4.0串口透传源码,测试过没有问题,只有这么多,不知道还有写什么,这样说明已经够清楚了吧!!!!!!!
- 2022-02-15 08:59:29下载
- 积分:1
-
27.CAN通讯控制LED和继电器
CAN通讯控制LED和继电器(单片机STM8,开发环境IAR)(CAN communication control LEDs and relays)
- 2018-07-18 14:23:26下载
- 积分:1
-
Sx1208底层驱动程序
The SX1208 is a highly integrated RF transceiver capable of
operation from 290MHz to 510MHz, including the 315 and
434 MHz license-free ISM (Industry Scientific and Medical)
frequency bands. Its highly integrated architecture allows for
a minimum of external components whilst maintaining
maximum design flexibility. All major RF communication
parameters are programmable and most of them can be
dynamically set. The SX1208 offers the unique advantage
of programmable narrow-band and wide-band
communication modes without the need to modify external
components. The SX1208 is optimized for low power
consumption while offering high RF output power and
channelized operation. TrueRF™ technology enables a lowcost external component count (elimination of the SAW
filter) whilst still satisfying ETSI and FCC regulations.
- 2022-05-20 08:11:51下载
- 积分:1
-
msp430产生SPWM波程序
说明: msp产生spwm波程序,通过对PWM的产生方波,然后spwm技术生成正弦波(The program of generating SPWM wave by MSP)
- 2020-06-06 11:58:46下载
- 积分:1
-
飞思卡尔平衡光电
第八届飞思卡尔智能车竞赛平衡光电 MC9S12XS128的 网上找的 部分程序 区赛二等奖 同学参考的 用起来挺不错的 参数要自己调
- 2022-08-17 04:26:04下载
- 积分:1
-
obd
J1939 OBD 实现,比较容易懂,STM32 已经实现,文档都看懵了(J1939 OBD implementation is relatively easy to understand, STM32 has been achieved, documents are ignorant.)
- 2018-07-27 09:19:14下载
- 积分:1
-
CC1110 project with 1wire support
小型CC110项目与DS18B20温度传感器相连,可以通过射频传输数据并采集来自多个温度传感器的数据传感器。已写入带IAR的C编译器.CC1110是TI公司的微控制器,内置866MHz发射模块。它有8051核。
- 2022-05-25 14:47:26下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1
-
msp430库
最初始的IAR编程(包含ccs,gcc的软件的初始程序)(Initial IAR Programming (Initial Programming of Software Containing ccs, gcc))
- 2020-06-18 08:40:01下载
- 积分:1