Reading Acceleration Sensor With Zerynth

About the project

In this tutorial we'll see how to read data from an acceleration sensor using Zerynth.

Project info

Difficulty: Easy

Platforms: MikroElektronikaZerynth

Estimated time: 1 hour

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

MikroElektronika 10DOF click MikroElektronika 10DOF click x 1
MikroElektronika Flip&Click MikroElektronika Flip&Click x 1

Software apps and online services

Zerynth Studio Zerynth Studio

Story

https://www.youtube.com/watch?v=7YxRvtdmG0w

In this tutorial we'll see how to read acceleration data from the 10DOF Click using the Flip&Click board.

We’ll use Zerynth Studio to program the microcontroller-based board in Python.

Zerynth simplifies and speeds up IoT development allowing programming in Python or hybrid C/Python the most popular 32-bit microcontrollers and connecting them to the leading Cloud Infrastructures like AWS, Google Cloud, Microsoft Azure, IBM Watson, Ubidots, and many more.

Required Material

Last but not least, you need:

  • Zerynth Studio, a powerful IDE for embedded programming in Python that enables the IoT. You can download it here.

Assembling

Just put the 10DOF Click on the slot “A” of the Flip&Click board (see schematics).

Programming

Once you have installed Zerynth Studio and created a Zerynth user, you have to register and virtualize the board.

Clone and uplink the Zerynth example "get acceleration" as shown in the video.

Shake your board to see the acceleration value on the serial monitor.

Now you can start to customize your program in Python!

Schematics, diagrams and documents

project_scheme.png

This is the project scheme

Code

main.py

Credits

Leave your feedback...