Concept Board - Buttons BTN-A and BTN-B usage... | Thales IoT Developer Community
March 27, 2015 - 12:44pm, 2073 views
Hi there,
I would like to trig a midlet start when I click on BTN-A (GPIO11) or BTN-B (GPIO12), is there a possibility to do it?
Did not find in the doc, if there is a setup to be done with AT commands or if the trigger ***** to be defined at midlet install...
Thx a lot in advance for support!
A.
Hello,
These buttons are connected to the module's GPIO pins.
To use them you need to implement some code inside the MIDlet to listen to the state changes on these lines.
So to start the MIDlet you would need to implement another MIDlet to monitor these GPIO pins and start the main MIDlet when button is pressed.
Best regards,
Bartłomiej