UART communication over pogopins
I am asking a question of application rather than capabilities of MCU itself.
I hope to build an handheld board that is powered by batteries and using this board update other board's settings, especially date/time configurations.
This requires a parser and i hope i can find some JSON for MCU that will work fine. However, i hope to use this method with pogopins instead of dupont or similar to even more simplify this process.
It is obvious that as addition to TX RX couple, GND pin should must be included for different power sources. I can start communication with a button on handheld board to simplify process. But during pin connection, it is obvious that some noise will be generated that ruins data transfer.
I am not very familiar with UART itself, i just used it on modules. Is there any adequate method for this kind of updating progress? How can i ensure a stable communication randomly just whenever i touch pins? Or what should i use additionally to these RX TX GND pins?
Software is another concern. I hope it can stall for an interrupt remotely, without high clock speed.
I want to use that for home project only and i don't want to use extra RF modules. My primary focus is STM32G0 series, cheap and simple hardware. If a reliable update method exists i can pass to other projects as well.
Just asking your experience and ideas. If there's a cheap addon IC in ST family that can solve updating, i would like to know as well.
