Wireless monitoring system and method
A monitoring system and wireless technology, applied in the field of wireless monitoring systems, can solve problems such as unrealistic, limited time, and inability to assign children, and achieve stable and reliable work performance and a wide range of applications.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example 1-1
[0141] For C language:
[0142] main()
[0143] {
[0144] MainInitializeForServe(); / / Run the initialization program at the beginning of the program
[0145] .
[0146] .
[0147] while(1) / / Program main loop
[0148] {
[0149] .
[0150] CMOS_CtrlandDataTransmit(); / / Called in the main loop to realize continuous image
[0151] .
[0152]}
[0153] }
[0154] ForASM language:
[0155] _main:
[0156] call_MainInitializeForServe / / initialization
[0157] .
[0158] .
[0159] _Loop:
[0160] call_CMOS_CtrlandDataTransmit / / cycle call to realize continuous image
[0161] jmp_Loop
[0162] (2) Host control function
[0163] Principle: The objects controlled by the host include: upper-level CMOS control MCU, voice sampling, voice coding, data packaging, and 2.4G high-frequency module. The control of the upper-level MCU is mainly to contr...
example 2-1
[0184] For C language:
[0185] main()
[0186] {
[0187] MainInitializeForMaster(); / / run initialization function after power on
[0188] Delay(); / / Software delay (written by the developer)
[0189] .
[0190] .
[0191] }
[0192] ForASM language:
[0193] _main:
[0194] call_MainInitializeForMaster
[0195] call_Delay
[0196] (2) void Sample_ForMaster(void)
[0197] Function: host voice sampling and RF master control program (required)
[0198] C format: none
[0199] Asm format: call_Sample_ForMaster
[0200] Input parameters: None
[0201] Return value: None
[0202] Dependency: Run the "void MainInitializeForMaster(void)" function during initialization, and open the FIQ TimerA(8KHz) interrupt
[0203] Occupying resources: not protecting R1
[0204] Program cycle: ? instruction cycle
[0205] Note: Voice sampling and RF master control must be called in the 16KHz fast interrupt (FIQ) program. This func...
example 2-2
[0208] ForASM language:
[0209] .text
[0210] .public_FIQ
[0211] _FIQ:
[0212]push r1 to[sp] / / R1 push protection
[0213] r1=0x3000
[0214] [P_INT_Clear]=r1 / / clear interrupt flag bit
[0215] call_Sample_ForMaster / / master control program
[0216] .
[0217] .
[0218] pop r1 from[sp] / / R1 out of the stack recovery
[0219] reti
[0220] (3) void UART_TransmitForMaster(void)
[0221] Function: Host UART function main control program (required)
[0222] C format: none
[0223] Asm format: call_UART_TransmitForMaster
[0224] Input parameters: None
[0225] Return value: None
[0226] Dependency: Run the "void MainInitializeForMaster(void)" function during initialization, and open the UART interrupt
[0227] Occupying resources: not protecting R1
[0228] Program cycle: ? instruction cycle
[0229] Note: The UART data transmission program is called in the UART interrupt program. The function automatically clears the UART tran...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com