-
无线通信实验
应用背景NRF24L01 无线模块,采用的芯片是 NRF24L01,该芯片的主要特点如下:
1)2.4G 全球开放的 ISM 频段,免许可证使用。
2)最高工作速率 2Mbps,高校的 GFSK 调制,抗干扰能力强。
3)125 个可选的频道,满足多点通信和调频通信的需要。
4)内置 CRC 检错和点对多点的通信地址控制。
5)低工作电压(1.9~3.6V)。
6)可设置自动应答,确保数据可靠传输。
该芯片通过 SPI 与外部 MCU 通信,最大的 SPI 速度可以达到 10Mhz。本章我们用到的模
块是深圳云佳科技生产的 NRF24L01,该模块已经被很多公司大量使用,成熟度和稳定性都是
相当不错的关键技术该芯片通过 SPI 与外部 MCU 通信,最大的 SPI 速度可以达到 10Mhz
- 2022-03-01 03:30:31下载
- 积分:1
-
在AVR摄像头底座
应用背景该avrcam旨在增加提供一个起点不同的图像处理能力,系统的开发。 ;这点作了进一步的avrcam开源嵌入式的性质软件以及avrcamview PC应用。 ;avrcam是允许的在电路ATmega8软件编程,通过标准的10针AVR ISP(烧/ stk300风格)。 ;当前avrcam嵌入式软件利用约4K 8K Flash程序存储器,700字节的1KRAM和48字节,512字节的EEPROM。 ;因此,有一定的空间离开系统添加自定义图像处理功能的软件。 ;写评论在被尽可能的希望让用户添加容易。关键技术是一个小的avrcam,实时图像能够跟踪彩色物体处理引擎。 ;系统专为提供日常的爱好者与视觉系统可以很容易地添加到他们的项目(机器人,安全,监控,等等)。 ;基于Atmel AVR mega8单片机和OmniVision OV6620 CMOS图像传感器,该avrcam具有以下功能:追踪8个不同的物体上8个用户定义的颜色,在30帧/秒提供实时的跟踪统计(对象的数量,颜色,边框,等等)通过标准串口端口(UART)跟踪图像的分辨率高达88 x144像素(30帧/秒)低功耗(V1.1的硬件将5V只有57马全速奔跑)在电路可编程性的最终用户添加新功能完全开放源代码的软件硬件此外,该avrcam支持由PC机应用程序调用avrcamview示范校。 ;这软件提供了以下功能:以全彩色快照(176 x 144像素)的系统和显示图像(原拜耳数据插值数据)轻松地创建一个彩色地图的颜色基于快照的轨道(只要点击感兴趣的颜色和添加对彩色地图)调整每个跟踪精度颜色(即为每种颜色一个可接受的范围内产生的价值),允许用户调整颜色映射到可用的照明条件显示实时的跟踪结果每个被跟踪对象(颜色和包围盒信息)播放一个跟踪会话记录在以后的时间所有的通讯记录和时间戳与avrcam评估其在不同条件下的性能测试系统在多个操作系统的Java 1.5支持(目前支持Windows和Linux)完全开放源代码的软件
- 2022-10-26 01:05:03下载
- 积分:1
-
GPRS demo, use ppp to connect internet,
use ttyS1 to ctrol GPRS
GPRS demo, use ppp to connect internet,
use ttyS1 to ctrol GPRS-GPRS demo, use ppp to connect internet, use ttyS1 to ctrol GPRS
- 2022-02-22 04:08:17下载
- 积分:1
-
MSP430 ADC程序
应用背景ADC数据采集,低功耗产品,模数转换,信号分析关键技术基于MSP430F5438A的ADC采样程序,采用IAR环境,使用的C语言,可供项目移植,经测试可用
- 2022-03-25 02:23:22下载
- 积分:1
-
这是《嵌入式linux-硬件、软件与接口》一书对应的所有linux方面实例的源代码,对linux具有通用性...
这是《嵌入式linux-硬件、软件与接口》一书对应的所有linux方面实例的源代码,对linux具有通用性-This is the "embedded Linux-hardware, software and interfaces," a book counterparts in all aspects Linux source code examples for linux with versatility
- 2022-01-25 18:41:47下载
- 积分:1
-
通过提升机械传动轴的转角脉冲计数,将计数值与预置值作对比,即可确定驱动电机的启停升降,达到平层就位的目的.以AT89C51为CPU,在中断处理程序中对外来脉冲计...
通过提升机械传动轴的转角脉冲计数,将计数值与预置值作对比,即可确定驱动电机的启停升降,达到平层就位的目的.以AT89C51为CPU,在中断处理程序中对外来脉冲计数.-Through enhancing the mechanical shaft angle of the pulse count, will be of value for comparison with preset values, you can determine the start and stop the motor-driven movements, to achieve the purpose of flat layers in place. To AT89C51 for the CPU, interrupt handling procedures in foreign pulse counting.
- 2023-02-28 06:35:03下载
- 积分:1
-
在LPC2132上实现I/O方式的LCD1602显示
在LPC2132上实现I/O方式的LCD1602显示-in LPC2132 realize I/O modes of LCD1602 show
- 2023-03-13 06:20:04下载
- 积分:1
-
FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user
to e...
FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user
to electrically program (write) and erase information. The
exponential growth of flash memory has made this technology
an indispensable part of hundreds of millions of electronic
devices.
Flash memory has several significant differences with volatile
(RAM) memory and hard drive technologies which requires
unique software drivers and file systems. This paper provides
an overview of file systems for flash memory and focuses on
the unique software requirements of flash memory devices.
-FLASH file system source code, Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique
- 2022-03-11 14:01:31下载
- 积分:1
-
MSP430F6736
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
使用 msp430f6736 工具包的 spi 在此文件中我们使用的 spi 模块,在 msp430f67xx 中使用 c 代码。
- 2022-03-20 06:56:05下载
- 积分:1
-
介绍linux编程的一本好数,介绍linux的工作员里,介绍比较详细...
介绍linux编程的一本好数,介绍linux的工作员里,介绍比较详细-introduced linux programming a good number on the linux workers, a more detailed briefing
- 2023-05-28 21:10:04下载
- 积分:1