-
Checklist
VersionN/A Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.I have not submitted logs What is/are your question(s)?I am trying to understand what happens when the user presses the button on the PintSize.me HATs. I understand that it enables the user to connect to a setup SSID, save settings and reboot the Pi. Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@HanSooloo the PintSize software that's loaded into the pre-loaded units watches the button and utilizes the RGB LEDs for that. Going to a code level there is a button event listener that also starts a timer, if the timer expires prior to the button being released, then the software calls out to nmcli to do various functions, there is no direct editing of any wifi config files. The button could be repurposed for other uses, or if you have a 26-pin HAT in between it would just be disconnected with no adverse effects other than the button not being able to do anything. If the HAT/pHAT is on a system without the pre-loaded software it does nothing unless you add your own code into it. |
Beta Was this translation helpful? Give feedback.
-
The Splitter, Injector, and RJ45 kit all have a generator input and then split the RS232 and RS485 to different output ports so you can run genmon and a RS485 MobileLink at the same time. Beyond that, the RJ45 has a RJ45 output for the genmon side for doing a physically remote install (such as putting the Pi inside your house), and the Injector has a barrel input that can replace the 12v from the controller with the battery power on the Molex cable (configurable with switches on the injector & HAT) and then you only have to run the Molex cable to the HAT rather than Molex and power cables. If you are looking at the kits, the injector comes with the weatherproof case specifically for the cable management consideration, but for Evo2 users with WiFi MobileLink it can be used to keep that connected if the owner desires. |
Beta Was this translation helpful? Give feedback.
@HanSooloo the PintSize software that's loaded into the pre-loaded units watches the button and utilizes the RGB LEDs for that. Going to a code level there is a button event listener that also starts a timer, if the timer expires prior to the button being released, then the software calls out to nmcli to do various functions, there is no direct editing of any wifi config files. The button could be repurposed for other uses, or if you have a 26-pin HAT in between it would just be disconnected with no adverse effects other than the button not being able to do anything. If the HAT/pHAT is on a system without the pre-loaded software it does nothing unless you add your own code into it.