We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2020-04-28
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: Motion
Downloaded: 3056 times
Not followed.
License: MIT license
Motion 4 Click is a Click board based on EKMC1603111, PIR motion sensor from Panasonic Corporation that's used as human motion detector.
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 stateExamples description
The application is composed of three sections :
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 );
}
}
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 click or RS232 click 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.
MCP251863 Click is a compact add-on board representing a complete CAN solution used as a control node in a CAN network. This board features the MCP251863, IC representing a compact solution with a controller and a transceiver in one package, the MCP2518FD and ATA6563 from Microchip. The ATA6563, a low-level physical layer IC (PHY), provides a physical connection with the CAN bus itself, while the CAN controller MCP2518FD represents an interface between the MCU and the PHY. It features three operating modes with dedicated fail-safe features, remote wake-up via CAN, and ideally passive behavior when powered off on the CAN bus. This Click board™ is suitable for developing a wide range of automotive diagnostic applications, even on MCUs that don’t support CAN interface.
[Learn More]Rotary Click carries a 15-pulse incremental rotary encoder with detents, surrounded by a ring of 16 red LEDs. It’s a perfect solution for adding a precision input knob to your design. The encoder outputs A and B signals (out of phase to each other); the knob also acts as a push-button which sends an interrupt to the target board MCU. The LED ring is controlled through SPI lines (CS, SCK, MISO, MOSI). Rotary Click can be used with either a 3.3V or 5V power supply.
[Learn More]Thermo 11 Click is a Click board™ equipped with the sensor IC, which can digitize temperature measurements between -55°C and +150°C so that the temperature measurement data can be processed by the host MCU.
[Learn More]You have unsaved changes. If you choose to leave all changes will be discarded.
Do you want to subscribe in order to receive notifications regarding "Motion 4 click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Motion 4 click" changes.
Do you want to report abuse regarding "Motion 4 click".