Getting started

Discussion on projects that are created by users and posted on mikroElektronika website.
Post Reply
Author
Message
katewheel
Posts: 2
Joined: 09 Jan 2023 17:45

Getting started

#1 Post by katewheel » 09 Jan 2023 19:49

Looking for information to get up and running on a school project that I'm working on, hoping that others have some suggestions, like what compiler method should I use on the Pi, or if there are any kind of "getting started" resources that are available for reference?

Hardware:
Raspberry Pi 4B
Pi 4 Click Shield
DAC 5 Click
ADC 12 Click

To my understanding, there are not python libraries for the DAC and ADC, so I will be working on wrapping the existing ones to be accessible in Python. (If I am incorrect feel free to tell me I'm wrong and save myself some time)

Thank you!

User avatar
IvanJeremic
mikroElektronika team
Posts: 316
Joined: 05 Sep 2022 14:32

Re: Getting started

#2 Post by IvanJeremic » 12 Jan 2023 10:07

Hi,

Unfortunately our compilers do not support Raspberry at the moment so you will have to write your own libraries for it.

You can see the example codes with their source files in the links below:
https://github.com/MikroElektronika/mik ... licks/dac5
https://github.com/MikroElektronika/mik ... icks/adc12

You should be able to find the example code for ADC 12 click in Necto as well but not for DAC 5 unfortunately, the example code didn't pass some testing.
But you can download it from the link above, you will need to turn the memake files into cmake though, you can do that by following the instructions in the link below:
viewtopic.php?f=237&t=79414

Regards,

Ivan.

Post Reply

Return to “User Projects”