-
电能计量芯片SUI-101A数据资料
电能计量芯片SUI-101A数据手册 在STM32或51单片机数据处理
- 2021-05-06下载
- 积分:1
-
winmobpatch
you can copy and paste into your EVC4 source code
It uses #ifdef _WIN32_WCE to make sure the code gets compiled for
Pocket PC 2003 project or Smartphone 2003 project. The final executable
can then be copied to a Pocket PC 5.0 device or Smartphone 5.0 device.
( you can copy and paste into your EVC4 source code
It uses#ifdef _WIN32_WCE to make sure the code gets compiled for
Pocket PC 2003 project or Smartphone 2003 project. The final executable
can then be copied to a Pocket PC 5.0 device or Smartphone 5.0 device.
)
- 2009-07-22 16:42:28下载
- 积分:1
-
btp2
linear 2 stat problem
- 2010-12-18 09:39:12下载
- 积分:1
-
MATLAB-CPP
用实例演示如何在matlab中调用c++,适用于初学者,很好的例子(With examples demonstrate how to call c++ in matlab for beginners, a good example)
- 2014-01-07 14:04:04下载
- 积分:1
-
STM32平衡小车
STM32平衡小车
- 2021-05-06下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
匿名飞控经典源代码 四轴飞行器
匿名飞控经典源代码 四轴飞行器
#include "stm32f10x.h"
#include "sysconfig.h"
#include "bsp.h"
#include "led.h"
#include "tim3.h"
#include "usart.h"
#include "ANO_TC_STM32F1_I2C.h"
#include "MPU6050.h"
#include "moto.h"
#include "spi.h"
#include "nrf24l01.h"
#include "tim_pwm_in.h"
#include "rc.h"
#include "imu.h"
#include "control.h"
#include "data_transfer.h"
u8 SYS_INIT_OK=0;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void SYS_INIT(void)
{
LED_INIT();
LED_FLASH();
Moto_Init();
Uart1_Init(115200);
Tim3_Init(500);
#ifdef CONTROL_USE_RC
Tim_Pwm_In_Init();
#endif
Nvic_Init();
ANO_TC_I2C2_INIT(0xA6,400000,1,1,3,3);
- 2022-06-15 05:31:50下载
- 积分:1
-
BT-GPS
说明: 手机上通过蓝牙串口协议读取GPS接收仪的GPS数据(Phone via Bluetooth serial port protocol to read the GPS data GPS receivers)
- 2011-04-07 08:49:12下载
- 积分:1
-
基于单片机可调频的FM发射机
基于单片机可调频的FM发射机,用数码管显示频率,含有原理图和pcb图,源程序,花450元买的分享给大家!
- 2022-06-27 10:23:20下载
- 积分:1
-
RFID_anti_collision_algorithm
电子标签防碰撞是RFID 系统中一个关键问题。在射频识别系统中.当阅读器作用范围内有多个标签同时向阅读器发送数据时,会产生冲突,必须采用一种防碰撞算法解决这种冲突。在分析典型的二进制及动态二进制防碰撞算法基础上,采用了一种新的防碰撞算法。经实验证明,该算法能有效解决射频识别系统中多目标识别的防碰撞问题。(Tag anti-collision RFID system is a key issue. In the radio frequency identification systems. When the reader within the framework of the role of multiple tags simultaneously send data to the reader, it will create conflict, you must use a anti-collision algorithm to solve such conflicts. In the analysis of a typical binary and dynamic anti-collision algorithm based on the binary, using a new anti-collision algorithm. The experiments show that the algorithm can effectively solve the radio frequency identification system, multi-target recognition of the anti-collision problem.)
- 2021-04-11 17:58:57下载
- 积分:1