Hi John H, I am no electronics engineer, just following what I have found available on the net.
Basically, my Linky meter is down at the gate about 200 meters away from the house. I have an Arduino and code cobbled from the internet using twisted pair to get the signal to the house – and this works OK, but who needs a cable trailing around the house when I can get the signal via LoRa radio wherever I want.
The problem is that (apparently) there is very little power available at the meter (no 240 volt socket to power the Arduino) and the meter is sealed so I can’t break in and get power there. Hence use of what is available (Ref Andrew’s post). Yes I could use the twisted pair to the house, and have my LoRa or WiFi there – but where is the fun in that !
Once the signal has passed the Arduino, it then goes to the LoRa radio module which has more range than WiFi but this all consumes the precious power available. The transmitting Arduino Pro Mini is the lowest power consumer once various components have been stripped off of it, the LoRa radio will be put in sleep mode except when transmitting – probably every 10 seconds and with the super capacitor doing its stuff on the 3.3volt regulated supply, apparently it becomes a working solution.
I have to say, this is none of my own work, but using what has already been achieved by others.