ESP8266 makes the scheme code of 4G intelligent unmanned vehicle pressing forward, letting go and turning speed regulation
4G intelligent unmanned vehicle press forward, let go, stop and turn speed regulation scheme code
1 code at the bottom code at the bottom code at the bottom code at the bottom 1
Today, when 5G has become popular, various devices have been oriented to digitization. Today, let's learn DIY, a 4G intelligent unmanned vehicle Hardware preparation: ...
Added by shanejeffery86 on Tue, 25 Jan 2022 18:13:41 +0200
Design and implementation of smart home system for Internet of things
1. Project overview
Implement a mobile App that can control home devices and obtain relevant temperature and humidity information.
App calls HTTP service on ECs; HTTP service encapsulates MQTT subscription and push requests to update the MQTT server;
The esp8266 module is connected to the MQTT server through networking, sends the data tr ...
Added by bokehman on Sun, 23 Jan 2022 22:09:17 +0200
Example luat example GPS
How to realize GPS positioning function with development board
brief introduction
GPS positioning is one of the common functions. This paper introduces how to use Air724 development board + 530 development board to demonstrate the GPS positioning function.
stores reserve
1.EVB_Air724UG_A13 A set of development boards and Air530 GPS A set of ...
Added by jmanfffreak on Sun, 23 Jan 2022 04:38:11 +0200
FreeRTOS operating system -- interrupt management and testing
FreeRTOS operating system learning
preface
Interrupt is a very common feature of microcontroller. Interrupt is generated by hardware. When interrupt is generated, CPU will interrupt the current The MCU of Cortex-M kernel provides a nested vector interrupt for interrupt management Controller (NVIC). The NVIC of Cotex-M3 supports up to 24 ...
Added by Diggler on Mon, 17 Jan 2022 07:22:41 +0200
[9]open62541v1.2 official documents in Chinese_ Server 2
brief introduction
target
Translation and supplement open62541v1 2 official manual.
Information model callback
There are three places where callbacks from the information model to user-defined code can occur.
Custom node constructors and destructorsLinking VariableNodes to external data sourcesMethod node callback
void
UA_Server_ ...
Added by 7awaka on Sun, 16 Jan 2022 13:29:26 +0200
[2]open62541v1.2 official documents in Chinese_ structure
brief introduction
open62541 uses CMake to build libraries and binaries. The version of the library is automatically detected with git describe. This command returns a valid version string based on the current tag. If you don't clone the source code directly, but use a tar or zip package from the release, you need to specify the version ma ...
Added by miseleigh on Sat, 15 Jan 2022 15:55:24 +0200
[10]open62541v1.2 official documents in Chinese_ Client 1
brief introduction
The client implementation allows remote access to all OPC UA services. For convenience, some functions have been wrapped in Advanced abstraction Yes.
However, at present, the client does not contain its own thread or event driven main loop, which means that the client will not automatically perform any action in the bac ...
Added by ScratchyAnt on Sat, 15 Jan 2022 04:26:06 +0200
[13]open62541v1.2 official documents in Chinese_ Internals 2
brief introduction
When writing an application, it is more comfortable to use some GUI tools to create an information model. Most tools can export data according to OPC UA Nodeset XML schema. open62541 includes a python based nodeset compiler, which can transform these information model definitions into a working server.
Note that you can ...
Added by JVassie on Sat, 15 Jan 2022 00:28:20 +0200
[13]open62541v1.2 official documents in Chinese_ Internals 1
brief introduction
When writing an application, it is more comfortable to use some GUI tools to create an information model. Most tools can export data according to OPC UA Nodeset XML schema. open62541 includes a python based nodeset compiler, which can transform these information model definitions into a working server.
Note that you can ...
Added by ClarkF1 on Sat, 15 Jan 2022 00:20:58 +0200
Harmony OS device development learning record -- lit the oled through I2C to display Chinese characters and pictures.
Harmony OS device development learning record (12) -- light the oled to display Chinese characters and pictures through I2C.
Based on hispark wifi suite, harmony os 2.0 full code is adopted
1, See the schematic diagram to determine the hardware circuit
Schematic diagram of oled
2, Create a demo file in the source code
First, clone the dri ...
Added by ThE_eNd on Fri, 14 Jan 2022 02:54:53 +0200