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: 2018-01-21
Package Version: 1.0.0.0
mikroSDK Library: 1.0.0.0
Category: Biometrics
Downloaded: 6807 times
Not followed.
License: MIT license
GSR click can be used to measure the electrodermal activity (EDA) of the human body, also known as the galvanic skin response (GSR). EDA is actually the property of the human body that causes continuous variation in the electrical characteristics of the skin.
Do you want to subscribe in order to receive notifications regarding "GSR click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "GSR click" changes.
Do you want to report abuse regarding "GSR click".
We provide a library for GSR click on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers and mikroSDK. The provided click library is mikroSDK standard compliant. The demo application can run on all the main MikroElektronika development boards.
Key functions
uint16_t gsr_readMCP3201()- Function reads the value of the ADC converter
Example description
Measure the galvanic skin response by reading voltage level of sensor on the skin.
void applicationTask() { voltage = gsr_readMCP3201(); IntToStr(voltage,text); LOG_write("ADC Value: ", _LOG_TEXT); LOG_write(text, _LOG_LINE); Delay_ms(1000); }
Other MikroElektronika libraries used in the example:
Additional notes and information
Depending on the development board you are using, you may need USB UART click, USB UART 2 clickor 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.