Location:
Search - c8051f060 can
Search list
Description: 脉冲滤波算法,对因环境干扰引起的尖峰脉冲能够有效的虑掉,在单片机中,既能实现又能提高执行效率,不一个不错的代码。我以多次使用,如C8051F060,C8051F040,C8051F410,C8051F320中。-Pulse filtering algorithm, due to environmental interference caused by pulse peak can be effectively out of consideration, in the MCU, it can realize the implementation can enhance efficiency, not a good code. I have repeatedly used, such as the C8051F060, C8051F040, C8051F410, C8051F320 in.
Platform: |
Size: 1024 |
Author: 蔡新林 |
Hits:
Description: c8051f060的can总线的具体资料,可供学习和使用的参考-The can bus c8051f060 specific information for the learning and use of reference
Platform: |
Size: 179200 |
Author: Julian |
Hits:
Description: C8051F060的can通信代码,大家下载-C8051F060' s communication code can
Platform: |
Size: 7168 |
Author: 张肖波 |
Hits:
Description: C8051F060采集64路模拟信号,并开通串口与上位机通信,程序内部包括几个定制器的使用,对买不FIFO的操作等等!-C8051F060 analog signals collected 64 and open communication with the host serial port, internal procedures, including the use of several custom device, the operation of the FIFO can not buy more!
Platform: |
Size: 3072 |
Author: 马先生 |
Hits:
Description: CAN总线再c8051f060上的应用,实现收发功能-CAN bus and then c8051f060 the application, send and receive functions to achieve
Platform: |
Size: 4096 |
Author: 张鹏 |
Hits:
Description: 使用C8051F060的内置CAN控制器在CAN总线上以512K的速率发送数据。-use the C8051F060 CAN controller transmit data as the 512K.
Platform: |
Size: 4096 |
Author: 田帅帅 |
Hits:
Description: 利用C8051F060的内置CAN控制器以50ms为周期向CAN总线发送数据。-C8051F060 CAN controller using the built-50ms for the period to send data to the CAN bus.
Platform: |
Size: 5120 |
Author: 田帅帅 |
Hits:
Description: C8051F060的CAN控制器一个消息号可发送12条消息,适用于需要发送多个消息的情况下使用。-C8051F060 the CAN controller can send a message number 12 messages need to send multiple messages for the circumstances.
Platform: |
Size: 4096 |
Author: 田帅帅 |
Hits:
Description: C8051F060使用内置CAN控制器的512K速率的速度接收程序。-C8051F060 CAN controller with built-in speed of the receiving program 512K rate.
Platform: |
Size: 3072 |
Author: 田帅帅 |
Hits:
Description: C8051F060 UART0通讯程序,已调试通过,只需修改发送数据和接收判断即可。-C8051F060 UART0 communication program has been debugged, simply modify the judge can send and receive data.
Platform: |
Size: 2048 |
Author: 郭万岭 |
Hits:
Description: c8051f060 CAN口测试源码 测试通过可以直接在单片机上运行-c8051f060 CAN Test Program
Platform: |
Size: 57344 |
Author: guo |
Hits:
Description: 随着计算机技术的飞速发展和普及,数据采集系统在多个领域有着广泛的应用。本系统是基于C8051F060单片机和计算机串口通信的数据采集模块,使用单片机内部ADC和多路模拟开关进行多路数据采集,并且通过串口将数据传送给计算机进行处理。在本系统设计中体现了自顶而下的设计思想以及模块化思想,设计中首先明确系统的主要功能以及确定参数,将系统分成多个模块分开设计和测试,然后再进行综合和总体功能测试。本系统能够实现八路数据同时采集,通过计算机监控软件,能够显示各个通道的瞬时电压,实时显示一路数据波形,并且能够切换通道。显示的波形可以通过控制改变显示幅值和频率以便更好的观察数据。本系统在实时性数据采集场合有着广泛的应用。-With the fast development and widely use of the computer, data acquisition is used in a variety of fields. This system is a data acquisition module which based on C8051F060 MCU and PC serial port communication. The inner ADC and AMUX are used in this system. In the processing of this system’s design, many advanced ideas are used, such as design from top to end and modularity. In the first, I must insure the function and parameters of the system. Then, I divide the system into many modules in order to design and test. In the end, I will make an overall test for my design. This system can deal with datas of eight channels at the same time. The computer can display instantaneous voltage of every channel, and the waveform of one channel in a real time. You can expediently change the frequent and amplitude to display at you will. This system will be widely used in many fields whose requirement is real-time display.
Platform: |
Size: 160768 |
Author: 叶华 |
Hits:
Description: 基于CAN总线的温湿压采集器的一个智能采集节点。使用C8051F060,采集温度、湿度和压力数据,通过can总线接收采集命令,上传相应数据。温湿度传感器使用SMT71、压力传感器使用的飞思卡尔的MPX4200A。-A smart acquisition node based on the temperature and humidity of the CAN bus pressure acquisition C8051F060, collecting temperature, humidity and pressure data acquisition command received can bus, upload the corresponding data. Temperature and humidity sensor SMT71, Freescale s pressure sensors used MPX4200A.
Platform: |
Size: 73728 |
Author: syf |
Hits:
Description: C8051F060 自带高速AD进行数据采集 可达100兆采样率 并切缓存与片外ram 并把采集数据通过串口发送给PC - Data Acquisition example for C8051F060
Description: This example illustrates the use of ADC1 and the DMA to acquire and store
data. It is intended for use with the C8051F060 target board in the development kit.
// This code measures a signal at the AIN0 input with the 16-bit SAR ADC0.
// The data is sampled at a rate of 100kHz. ADC output data is transferred to
XDATA memory space using the DMA.
//
// With the EMIF configured for off-chip XRAM access (on the upper ports),
this code moves the ADC data to the C8051F060TB target boards s SRAM device.
// Once data acquisition is complete, the code then prompts the user to press the P3.7
// button on the target board when ready to receive the data via the UART0 serial port.
The TB features an RS-232 transceiver and connector, so the data can be transferred
// to a PC via its serial port.
//
The code is set to acquire up to 32768 samples (for 64kbytes of data). The SRAM device -
can accommodate up to 128kbytes,
Platform: |
Size: 39936 |
Author: wu |
Hits: