Explanation 4 of common sensors -- water sensor

Explanation of common sensors IV - water sensor Specific explanation The sensor operates by using a series of five bare wires connected to system ground. Insert one sensing trace, five grounding traces and a total of five sensing traces alternately between each two grounding traces. The sense cable is connected to a 1 megohm pull-up resisto ...

Posted by silverglade on Fri, 18 Feb 2022 20:24:45 +0100

Landscape lighting control system based on CC2530(ZigBee) + supporting mobile APP

1, Environment introduction Compiling integrated development environment: IAR MCU: CC2530(ZigBee) Programming language: C language Mobile APP: QT design is adopted, and the program supports cross platform compilation and operation (Android, IOS, Windows and Linux can be compiled and run, and the corresponding QT environment on the platform ...

Posted by bluetonic on Fri, 28 Jan 2022 22:03:50 +0100

python optimized implementation of two sensor Kalman filter

Two sensor filtering A car moves in a variable speed straight line with a GPS locator and a speedometer. The data from the two sensors are optimally estimated by Kalman filter. Suppose the observed data is a vector z = [z1 z2] T. z1 is the GPS positioning position and z2 is the speed reading of the speedometer. The covariance matrix R~N( ...

Posted by squariegoes on Sun, 02 Jan 2022 10:15:53 +0100

Single chip microcomputer -- heart rate detection item

1 Introduction Hi, everyone, this is senior Dancheng. Today I'd like to introduce a single chip microcomputer project made by senior students Design and implementation of blood oxygen and heart rate detector based on STM32 It can be used in curriculum design or graduation design Technical solutions Design help:<Q>746876041 2 main d ...

Posted by Dilb on Sat, 25 Dec 2021 10:43:00 +0100

STM32 development of OLED data display based on SPI interface

1, SPI introduction SPI is the abbreviation of English Serial Peripheral interface. As the name suggests, it is the Serial Peripheral interface. It was first defined by Motorola on its MC68HCXX series processors. SPI interface is mainly used between EEPROM, FLASH, real-time clock, AD converter, digital signal processor and digital signal d ...

Posted by -twenty on Wed, 24 Nov 2021 20:40:36 +0100