Tactile intelligent sharing | making Debian10 base file system

IDO-EVB6Y09 is a multi interface internet of things gateway device equipped with NXP imx6uliec processor, with a maximum dominant frequency of 800MHz. It has three functions: 4G industrial router, 4GDTU and industrial HMI. It supports the wireless communication mode of WIFI Bluetooth module and 4G all Netcom module, and provides multiple functi ...

Posted by matthew_ellis24 on Mon, 06 Dec 2021 21:09:34 -0800

Implementation method and principle of STM32 OTA

OTA introduction: The full name of OTA is over the air. In embedded systems, it refers to the online software upgrade of an embedded system. As for MCU system, it is an online update of Firmware for the whole MCU, so it is also called FOTA. DFU is also called Device firmware upgrade. All have the same meaning. OTA is used here. General MCU gene ...

Posted by alecodonnell on Mon, 06 Dec 2021 15:53:22 -0800

The server connects to alicloud Iot platform to issue instructions

brief introduction This routine issues the instruction for NodeMCU-ESP8266 to connect to alicloud Iot platform. In fact, it publishes messages for the specified device Topic to achieve the effect of control. Specifically, it publishes messages to the Topic of product / product details / Topic class list / object model communication / sys/gmvzw ...

Posted by nareshrevoori on Sat, 04 Dec 2021 11:41:50 -0800

Using Hongmeng to develop news headlines

Hello, I'm Lao Wang~   It was originally planned to do a project related to local database storage, but the official partner told me that the ArkUI database does not support the latest simulator at present. So I can only think about other things. I thought about it for about a week. During this period, I was also investigating whether the t ...

Posted by bluntster on Wed, 01 Dec 2021 03:56:48 -0800

Sliding events of Hongmeng learning notes (common actions)

Tips: Slide event: after clicking, slide this module. Common scenes: rotation chart sliding, article list up and down linkage, novel page turning, etc. Common actions of sliding events: Press, move and release   We learned the click, double click and long press events. Today we will learn a new knowledge point, sliding event, whi ...

Posted by Jeb. on Tue, 30 Nov 2021 09:06:41 -0800

Click event of Hongmeng learning notes

Tips: In the previous article, I shared how to jump to a page. Today we will continue to talk about click events in detail. Tomorrow we will continue to share double-click events and long-click events   1. Click event There are four kinds of click events in HarmonyOS. Next, let's introduce the four kinds of click events and how to i ...

Posted by Nothadoth on Tue, 30 Nov 2021 03:44:34 -0800

Page Jump of Hongmeng learning notes

Tips: Before creating a project, you should select the development language. The author uses Java development. If other readers also use java development, you can operate together. For example, links to other development manuals are as follows: Development using JS language (traditional code mode),Development using JS language (low code mode ...

Posted by blackandwhite on Fri, 26 Nov 2021 17:56:54 -0800

The gentle Lori with a value of more than 100 million said to the small yard farmer, will ADC collect

How dare a small code farmer say he can't collect Analog quantity - > digital quantity (ADC module) Relationship between analog quantity and digital quantity of single chip microcomputer The CPU circuit of 5V single chip microcomputer is binary. In the operation process, there are only two kinds of voltages: high level 5V a ...

Posted by dinku33 on Sun, 21 Nov 2021 03:12:04 -0800

ADC acquisition experiment

catalogue Test requirements: Experimental equipment: Experimental ideas: Experimental steps: Summary: Program source code: Test requirements: Collect 50hz AC through stm32ADC and display it through serial port Experimental equipment: Wildfire stm32MINI series with stm32f103RC chip Experimental ideas: Trigger ADC through Tim (time ...

Posted by Randuin on Tue, 16 Nov 2021 18:48:13 -0800

[RT thread learning notes] how to exit QEMU simulator gracefully

This article was originally published by RT thread forum user @ recan: https://club.rt-thread.org/as...1 problem scenarioI believe many people, like me, have just come into contact with RT thread and are on the way to learn RT thread. However, learning an embedded real-time operating system without a hardware development board, in my previous u ...

Posted by Shovinus on Thu, 11 Nov 2021 02:17:56 -0800