Jump to content
ImHoTePHuN

TinkerBoard 2S GPIO support

Recommended Posts

Dear all,

I'm using "System.Device.Gpio" 2.1.0 library in VS in C# to control the GPIO-s of the TinkerBoard 2S. When I try to open the pin I get the following error : "Pin 18 does not support mode InputPullDown".

I have encountered this problem before on Rpi4, but when I updated the nuget package, the problem went away.

Can this package be used with the TinkerBoard 2S ? ( If not, could anyone suggest a working package ? )

 

Any help would be appreciated.

Thanks in advance

 

Share this post


Link to post
Share on other sites

Hi @ImHoTePHuN:

     Could you use the wiringPi C library for TinkerBoard 2S because TinkerBoard 2S didn't support "System.Device.Gpio" 2.1.0 library in VS in C# now.

Please reference the following information:

- Tinker Board 2S wiki

https://github.com/TinkerBoard/TinkerBoard/wiki/User-Guide#gpio-config-table-for-tinker-board-2s

- WiringPi library API and functions:

http://wiringpi.com/

Thank a lot! 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...