Tableau Motion 4 Click
Tableau Motion 4 Click
Le Motion 4 Click Board™ est un capteur de mouvement PaPIR longue distance avec une lentille en plastique et une sortie contrôlable. Cette carte Click est équipée du capteur de mouvement PIR EKMC1603111 de Panasonic Corporation qui peut être utilisé comme détecteur de mouvement humain et est capable de détecter un mouvement jusqu'à 12 m avec une consommation de courant de 170 uA. Le Motion 4 Click Board™ est également équipé d'un relais photoélectrique TLP241A de Toshiba qui est utilisé pour fournir une isolation galvanique renforcée pour les signaux externes utilisés pour piloter certains équipements électroniques externes de haute puissance lorsqu'un mouvement est détecté. Il permet jusqu'à 40 V entre les contacts SSR à l'état OFF et des courants jusqu'à 2 A à l'état ON, grâce à une très faible résistance à l'état ON.
La carte Motion 4 Click Board™ est prise en charge par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette carte Click Board™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
How Does The Motion 4 Click Board™ Work?
The Motion 4 Click Board™ is using a PIR sensor that can detect changes in the amount of infrared radiation impinging upon it, which varies depending on the temperature and surface characteristics of the objects in front of the sensor. Detection performance of EKMC1603111 at ambient temperature of 25°C with temperature difference higher than 4°C is up to 12m. Angle detection area with 92 detection zones is 102°(±51°)horizontal and 92°(±46°)vertical.
Output from PIR sensor is feed into buffer and then photo relay allowing users to directly control with galvanic isolation from sensor and MCU electronic devices such as lights, motors, gates etc. The TLP241A photo relay is able to effectively replace traditionally used mechanical relays, bringing up the full set of inherited benefits: virtually unlimited number of cycles since there are no moving parts that would wear off, no bouncing effect on the output contacts, high resistance to mechanical shock and environmental influence, low current required for the activation, constant resistance since no carbon and rust can build up on contacts, there is no sparking or electric arc forming while operated, compact size, higher isolation voltage, and so on.
When an object, such as a person, passes in front of the background, such as a wall, the temperature at that point in the sensor's field of view will rise from room temperature to body temperature, and then back again. The sensor converts the resulting change in the incoming infrared radiation into a change in the output voltage, and this triggers the detection. Objects of similar temperature but different surface characteristics may also have a different infrared emission pattern, and thus moving them with respect to the background may trigger the detector as well. In some cases, going back and forth towards the sensor (parallel movement to the axis Z), may not be detected.
Difficulty in sensing the heat source is that glass, acrylic or similar materials standing between the target and the sensor may not allow a correct transmission of infrared rays and also non-movement or quick movements of the heat source inside the detection area.
SPECIFICATIONS
Type | Motion |
Applications | Alarm systems, light switch controllers, automatic doors and similar systems where human presence needs to be detected. |
On-board modules | EKMC1603111 the PIR motion sensor |
Key Features | 92 detection zones, wide detection range and area and maximum range of 12m |
Interface | GPIO |
Compatibility | mikroBUS |
Click board size | M (42.9 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout of the Motion 4 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | NC | ||
NC | 2 | RST | INT | 15 | INT | Interrupt | |
Enable | EN | 3 | CS | RX | 14 | NC | |
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | NC | ||
NC | 6 | MOSI | SDA | 11 | NC | ||
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
PWR | LD1 | - | Power LED Indicator |
ON | LD2 | - | Photorelay ON Indicator |
JP1 | VCC SEL | Left | Logic voltage level selection: left position 3.3V, right position 5V |
DETECTION PERFORMANCE AND ELECTRICAL CHARACTERISTICS
Detection Range | Temperature Difference | Value |
8°C | up to 12m | |
Detection Area | Detection Angle | Value |
Horizontal | 102°(±51°) | |
Vertical | 92°(±46°) | |
Detection Zones | 92 | |
Photorelay Characteristics | Maximum Voltage | Maximum Current |
40V | 2A |
Software Support
We provide a library for the Motion 4 Click Board™ on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Library Description
Library provides functions for controlling en pin, and getting int pin state.
Key Functions
void motion4_set_en_pin ( uint8_t state )
- Function that sets en pin stateuint8_t motion4_get_int ( void )
- Function that gets int pin state
Example Description
The application is composed of three sections :
- System Initialization - Initialization of pins
- Application Initialization - Maps pins and enables device
- Application Task - Waiting for motion to be detected
void application_task ( ) { uint8_t int_status; int_status = motion4_get_int(); if ( int_status != MOTION4_INTERRUPT_NOT_DETECT ) { mikrobus_logWrite( "Motion detected", _LOG_LINE ); while ( int_status != MOTION4_INTERRUPT_NOT_DETECT ) { int_status = motion4_get_int(); } mikrobus_logWrite( "Motion wait", _LOG_LINE ); } }
The full application code, and ready to use projects can be found on our LibStock page.
Other mikroE Libraries used in the example:
- UART
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, USB UART 2 Click Board™ or RS232 Click Board™ to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
MIKROSDK
The Motion 4 Click Board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Software Support
We provide a library for the Motion 4 Click Board™ on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Library Description
Library provides functions for controlling en pin, and getting int pin state.
Key Functions
void motion4_set_en_pin ( uint8_t state )
- Function that sets en pin stateuint8_t motion4_get_int ( void )
- Function that gets int pin state
Example Description
The application is composed of three sections :
- System Initialization - Initialization of pins
- Application Initialization - Maps pins and enables device
- Application Task - Waiting for motion to be detected
void application_task ( ) { uint8_t int_status; int_status = motion4_get_int(); if ( int_status != MOTION4_INTERRUPT_NOT_DETECT ) { mikrobus_logWrite( "Motion detected", _LOG_LINE ); while ( int_status != MOTION4_INTERRUPT_NOT_DETECT ) { int_status = motion4_get_int(); } mikrobus_logWrite( "Motion wait", _LOG_LINE ); } }
The full application code, and ready to use projects can be found on our LibStock page.
Other mikroE Libraries used in the example:
- UART
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, USB UART 2 Click Board™ or RS232 Click Board™ to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
MIKROSDK
The Motion 4 Click Board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Tableau Motion 4 Click
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.