Closed Tatiana-runco closed 6 years ago
Hi,
A good starting point would be to look at the SensorKit examples which describes how to connect and use a range of sensors currently supported by Calvin on the Raspberry Pi. See the wiki (under SensorKit) and/or the examples.
I recommend using the develop branch for this, since it has some fixes that have not yet made it to the master branch.
Cheers & good luck,
// Ola
@olaan Sorry, when you say the branch of development to which you refer explicitly?
I do not know how you normally clone the repository, but if you use the "download.zip" option, first select the develop branch, as shown here:
And then click "clone or download" followed by "download zip" to the right:
If you use git, either from the command line or using a graphical tool, change to the "develop" branch. If the command line tool, just enter git checkout develop
in the folder where you cloned the repository. If using some other tool, consult the documentation.
Cheers.
I'm closing this issue.
Cheers.
Hello I have the idea of creating an application in Calvin that works with Raspberry pi and this with sensors that sense data and return them to my application. The question is if someone has actors or a similar application that serves as a guide to be able to do it since I am a beginner in calvin and I am acquiring the theoretical knowledge to do it. Whatever it will be will help me since I'm just starting.
Thank you!