EKC-LM4F232 - EKC-LM4F232 Evaluation Kit with CodeSourcery Tools is still very affordable, $149.00. If you are interested, please visit TI's official website
http://www.ti.com/tool/ek-lm4f232?DCMP=cor...
发送端:
float a = 1.12345;
char* p ;
p = char*(a);
for(char i = 0;isizeof(a);i++)
{
send(*p);
p++;
}接收端:
float a = 1.12345;
char* p ;
p = char*(a);
for(char i = 0;isizeof(a);i++)
{
*p = sbuf;
p++;
}...
Programming Languages [url=https://download.eeworld.com.cn/detail/wyzamazon/8459]Classic Algorithms [/url] [url=https://download.eeworld.com.cn/detail/wyzamazon/9211]Shell Programming from Beginner to...
[i=s]This post was last edited by dcexpert on 2016-1-7 14:10[/i] Yesterday, I read the recommendation of forum member xijiele and found that MicroPython is really good, with more functions than Arduin...
Selection of video surveillance transmission technology solutions Since the late 1980s, video surveillance technology has been increasingly widely used. With the continuous promotion of system applica...
Texas Instruments (TI) is an industry leader in high-performance clock and timing products. With a broad range of unique products, easy-to-use design tools and global support, TI helps engineers quick...
The rapid development of the Internet has realized high-speed information transmission and resource sharing, greatly facilitating people's lives. Embedded systems are widely used in various electr...[Details]
introduction
Solar cells and LED lighting are typical applications of new energy and energy-saving and efficient technologies. Solar LED lighting uses solar cells to convert solar energy...[Details]
Introduction
Power subsystems are becoming more and more integrated into the overall system. Power systems have moved from being separate "essential dangerous devices" to being monitorable...[Details]
We know that microcontroller development tools generally include real-time online emulators and programmers. Among them, online emulators are very good tools, but they are also more expensive...[Details]
I. Introduction
Since RS232 has a short communication distance (only 15 meters according to EAT/TAI-232 standard), and can only perform point-to-point communication, it cannot directly f...[Details]
Digital array radar (DAR) uses digital beam forming (DBF) in both receiving and transmitting modes to achieve flexible distribution and reception of RF signal power in the airspace, obtain excellent t...[Details]
TC9012F is a universal CMOS large-scale integrated circuit for infrared remote control signal transmission, suitable for remote control of TV, VTR, laser player and other equipment. In the market, ...[Details]
1. Disadvantages of choosing too high a voltage level
Choosing too high a voltage level will result in too high an investment and a long payback period. As the voltage level increases, the...[Details]
1 Load Regulation
Changes in power supply load will cause changes in power supply output. When the load increases, the output decreases, and vice versa, when the load decreases, the output inc...[Details]
In industry, voltage 0…5 (10) V or current 0 (4)…20 mA is usually used as a method for analog signal transmission, which is also a method often used by programmable controllers. So what are the dif...[Details]
In recent years, the application of single-chip microcomputer systems in the field of industrial measurement and control has become more and more extensive. However, for industrial sites with harsh...[Details]
During the global semiconductor industry recession, the automotive electronics market has performed strongly, especially the application of car remote control systems has become more and more wides...[Details]
1 Features
1.1 Single cell operating voltage up to 3.7V
It is three times that of nickel-cadmium batteries and nickel-metal hydride batteries, and nearly twice that of lead-acid batteries...[Details]
0 Introduction
The tobacco leaf curing process is a key step in producing high-quality tobacco leaves, and the quality of flue-cured tobacco is closely related to the temperature and humidit...[Details]
This paper first proposed an elevator controller algorithm based on a finite state machine, and then designed a three-story elevator controller based on the algorithm. The correctness of the elevat...[Details]