Search found 5 matches
- Fri Jan 08, 2016 7:10 pm
- Forum: General fitlet questions
- Topic: FitPC, GPIO and Python
- Replies: 1
- Views: 10125
FitPC, GPIO and Python
Having spent a little while getting Python to talk to the GPIO on a Fitlet, I thought I'd share. The first thing is to make sure the kernel is up to date. I downloaded and installed fitlet_kernel_3.19_2015-12-16 following the instructions on this site. A user needs superuser privileges in order to t...
- Fri Jan 08, 2016 11:23 am
- Forum: General fitlet questions
- Topic: Fitlet and GPIO access
- Replies: 13
- Views: 39281
Re: Fitlet and GPIO access
Oops,
The direction error was due to me having an out of date kernel, I updated that and everything is working fine now, although the fch_gpio typo in the documentation is still a gotcha.
The direction error was due to me having an out of date kernel, I updated that and everything is working fine now, although the fch_gpio typo in the documentation is still a gotcha.
- Thu Jan 07, 2016 6:27 pm
- Forum: General fitlet questions
- Topic: Fitlet and GPIO access
- Replies: 13
- Views: 39281
Re: Fitlet and GPIO access
Hi, I've finally gotten some time to play with the Fitlet and gpio under Mint and am having a few difficulties. In the documentation for the fitlet SDK under Linux, under the usage section, there is a line "modprobe fch_gpio" This fails, saying "module fch-gpio not found". I checked the other docume...
- Mon Nov 09, 2015 12:55 pm
- Forum: General fitlet questions
- Topic: Fitlet and GPIO access
- Replies: 13
- Views: 39281
Re: Fitlet and GPIO access
Thanks for the reply.
Is there anything similar for using the GPIO under Linux/Mint ?
Is there anything similar for using the GPIO under Linux/Mint ?
- Fri Oct 30, 2015 12:56 pm
- Forum: General fitlet questions
- Topic: Fitlet and GPIO access
- Replies: 13
- Views: 39281
Re: Fitlet and GPIO access
Is there available a library to use the GPIO on the Fitlet from Python ?