4170

ADXL335 3-Axis Accelerometer Module Alert here, Attention, here, things move! Shield to couple an accelerometer and an attiny85. Standby on the analog inputs and activate an output for ISR type use.

Tiny Tilt !!  Attention, ici, ça bouge !

Shield pour accoupler un accéléromètre et un attiny85. Veille sur les entrées analogique et active une sortie pour utilisation type ISR.J'ai construit un projet qui utilise un Atmega328P où est raccordé un GPS neo6M, un GSM Sim800 et un GY61. (Tracker véhicule)Le fonctionnement de la détection de mouvement manquait de réactivité.J'ai donc décidé d'assembler un Attiny85 avec le GY61. L'Attiny étant chargé de lire les valeurs analogiques de l'accéléromètre Suivant le seuil d'alerte paramétré dans le code, une sortie de l'attiny change d'état. J'ai monté l'objet sur mon projet avec une fonction Power On pour activer le "Tiny Tilt". La sortie du montage est relié à l'interruption (D2, INT0) de l'Atmega328

I built a project which uses an Atmega328P where is connected a GPS neo6M, a GSM Sim800 and a GY61.The operation of motion detection was not responsive.So I decided to assemble an Attiny85 with the GY61.

The Attiny being responsible for reading the analog values of the accelerometerDepending on the alert threshold configured in the code, an output of the attiny changes state.I mounted the object on my project with a power on function to activate the "Tiny Tilt".The output of the assembly is connected to the interrupt (D2, INT0) of the Atmega328