How to interact with imx using high level programming language

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to interact with imx using high level programming language

908 Views
jakub_bergmann
Contributor I

Hello
Is there a possibility to interact with imx using high level programming (say detect button click ( e.g volume up key) using python/java) do you provide some sort of api or packets that can be used?

If not how else could i detect this?

0 Kudos
3 Replies

682 Views
Yuri
NXP Employee
NXP Employee

jakub.bergmann@radmor.com.pl 

Hello,

   Devices of i.MX series have enough resources to support OS (Linux, Android, Win IoT).
This allows to use high level languages, based on OS.

   As for i.MX RT series, please look at the following:

https://community.nxp.com/docs/DOC-345789 

Regards,

Yuri.

0 Kudos

682 Views
jakub_bergmann
Contributor I

Thanks for reply!

Yes i have installed Linux on imx hovewer i would like to detect events ( button click ( e.g volume up key)) from gui program. I am planning to add some simple gui using pyqt5 and in that aplication i would like to detect that event
So for example i have GUI application running on imx  and user clicks volume up button on imx board and then using code in pyqt5 application  i would like to save that in log

0 Kudos

682 Views
Yuri
NXP Employee
NXP Employee

Hello,

  I think it would be better to discuss such specific features of pyqt5 applications
on special forums.

An introduction to PyQt5 Signals, Slots and Events (Updated 2020) … 

Regards,

Yuri.

0 Kudos