macro required to alert user when not under gsm signal coverage.

I would like to have a macro capable of verifying every 10 minutes if your smartphone is under cellular coverage, so as to be able to signal to the owner that his device is not under coverage and in fact unreachable and therefore be aware of being isolated and untraceable
I would draw it like this in the time slot like 7 -23 a double beep to signal the lack of coverage with lighting of a notification light with color from
while the only signal with short flashes to be established is signaled from 24 to 6
let me know how to make it?
this thing could be very useful to anyone able to perceive if it is reachable or not
let me know how it might be feuible to a person who doesn't use md?
thank you very much mirrorless m43
 
Last edited:
I think my idea should be taken into consideration because it is particularly useful, also in terms of safety and awareness of being connected to the cellular network or not, in particular I am thinking of the elderly and those who take care of their fate. it can also be useful for all those who go hiking in off-the-beaten-path areas. I hope someone with some skills can help me. I'm also thinking about getting support from artificial intelligence like opeIA chat gpt-3 capable of generating codes and procedures. I trust you thank you
 
HELP FROM AI CHAT GPT-3

lately I've been experimenting with the enormous potential of artificial intelligence in particular openIA gpt 3 chat capable of everything, being a user of the macrodroid android app to create automated macros, I tried to ask gpt 3 the following thing.
here is his answer.

hello I would like to know how to create a macro with macrodroid capable of detecting the absence of gsm connectivity and notifying the status useful for example to know if you are reachable or not and very valid for those who go on excursions in places that are not very popular
To create a macro with MacroDroid that detects the absence of GSM connectivity and notifies the status, you can follow these steps:

1) Open MacroDroid on your Android device and tap the "+" button to create a new macro.

2) On the "Triggers" screen, select "System Events" and then "Device not connected to a network". This way the macro will be activated when the device is no longer connected to a GSM network.

3) Switch to the "Actions" tab and add a "Show notification" action. This will show a notification to indicate that the device is no longer connected to a GSM network.

4) In the "Options" tab, you can customize the notification text and icon.

5) Press "Save" to finish creating the macro.

6) Enable the macro by going to the home page and activating the toggle.


The macro is now active and will activate when the device is disconnected from a GSM network, showing a notification to inform you of the lack of connectivity.

;-)
 
Top