Skip to Main Content

Java Development Tools

GPIO Sample SDK 8.2 ME - Listener not working

HarrySattJan 7 2016 — edited Jan 7 2016

Hi

Someone out there who got the GPIO sample in SDK 8.2 ME working with the Raspberry Pi. For me only LED output works after coming around some curious pin assigments between SDK and RPi.

Now I have my program compiled and starting correct but the listener is not called if I alter the voltage level on the corresponding RPi pin.

I read

The trigger modes TRIGGER_HIGH_LEVEL, TRIGGER_LOW_LEVEL, and TRIGGER_BOTH_LEVELS are not supported on the Raspberry Pi.

But the triggers are set to by the default TRIGGER_BOTH_EDGES

1GPIO4GPIO 4controllerNumber = 0

pinNumber = 4

direction = GPIOPinConfig.DIR_INPUT_ONLY

mode = DeviceConfig.DEFAULT

trigger = GPIOPinConfig.TRIGGER_BOTH_EDGES

initValue - ignored

Is this the reason for not reacting listeners.

Regards, harald

This post has been answered by HarrySatt on Jan 7 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2016
Added on Jan 7 2016
1 comment
1,449 views