Share your experience with DIY robotsThe "PVC-Robot" here can represent the " low-cost, easy-to-implement " robot DIY activity. I plan to introduce how to DIY a robot from scratch. I hope that by shar...
Please advise, if the IO of STM8S105 is configured as floating input, what is the value of the corresponding IO input data register? ??? ??? ??? ???I measured 0V with an oscilloscope, but in the IAR f...
Keywords: [b]Network Camera[/b] The world's first [url=http://www.yucoo.com/wangluo/][color=#2c7e47]network camera[/color][/url] was born in 1996. In the early days of network cameras, their technical...
How to access the sending port UTXD of 430, that is, how to determine whether 430 sends 0 or 1? In 51, you can useJNB TXD , ADDR1; to detect TXD. If TXD is not equal to "1", the program jumps to the A...
[font=微软雅黑][size=3][/size][/font] [font=微软雅黑][size=3]MediSpec Medical Plastic Circular (MPC) Connectors and Cable Assemblies meet stringent industry standards and provide superior performance at a fra...
Today I got a set of ICEK-5100USB V2.0A emulator and an experiment box with ICETEK-F2812-A, but I don’t have the CD and other materials. I hope friends who have relevant materials can send a copy to 3...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
China Energy Storage Network:
At the Boao Forum, Zhu Min, the current dean of the National Institute of Finance at Tsinghua University, said: "When talking about blockchain, we must first sep...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
Use P1.0 to output 1KHz and 500Hz audio signals to drive the speaker as an alarm signal. It is required that the 1KHz signal sound for 100ms and the 500Hz signal sound for 200ms, alternating between...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]
**File name: ds18b20.c **Description: Use the single bus DS18B20 temperature measurement program and display it on the LCD, taking three effective decimal places. Two integer parts. A total of 5 di...[Details]