[align=left] [/align][align=left]Since I got the SensorTag sensor component, I submitted my own solution: Bluetooth Life Wizard. [/align][align=left]At the beginning, the progress was very smooth. I l...
Intel StrataFlash memory technology represents a significant cost breakthrough for flash memory by storing two bits of data in a single flash transistor. Flash memory has been widely used in PCs, mobi...
At DFrobot's autumn conference , a new device was released, the SCI acquisition module, which can be used to collect data from a variety of sensors produced by DFRobot without any programming.
Officia...
I want to add a software trap to my program. The program #pragma vector=TIMERA0_VECTOR __interrupt void Timer_A(void) { asm("NOP"); asm("NOP"); asm("JMP 0XB000"); } starts at flash address B000. The c...
Please tell me, the above paragraph is translated as: connected to a large area of copper foil. If the large area of copper foil dissipates heat too quickly during welding, it cannot act on the throug...
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]