Page 1 of 1

Application Development on STEM Lab RedPitaya board

Posted: Wed Feb 10, 2021 2:58 am
by atulabhandare
Hi All,

I want to develop application which is running on RedPitaya board.

This application read data from RedPitaya Channel 1 and Channel 2, and transfer captured data in JSON format.

So, There are two questions,
1. Can i develop application which is running on RedPitaya board?
2. Is RedPitaya board support REST API to communicate with server?

Thank you!

Re: Application Development on STEM Lab RedPitaya board

Posted: Thu Feb 11, 2021 7:29 am
by omereis
Absolute yes to the 1st question: you can develop an application that'll run on the card. You actually have a variety of choices among languages, such as C/C++, Python.

Still working ion the 2nd question.
One problem I've encountered is that the card is running a little out-of date ubuntu: 16.04, so some apps wont work/compile with current packages you install using apt commands