This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

REACTOR LTE band aggregation
#4
If you only need SMS you can disable 3G/4G connection in System config and add this code to Init script:
Code:
io.writefile('/sys/class/gpio/export', 8)
io.writefile('/sys/class/gpio/export', 71)

io.writefile('/sys/class/gpio/gpio8/direction', 'high')
os.sleep(1)
io.writefile('/sys/class/gpio/gpio8/direction', 'low')

io.writefile('/sys/class/gpio/gpio71/direction', 'high')
Reply


Messages In This Thread
REACTOR LTE band aggregation - by Frank68 - 30.11.2023, 09:27
RE: REACTOR LTE band aggregation - by admin - 30.11.2023, 09:33
RE: REACTOR LTE band aggregation - by Frank68 - 30.11.2023, 09:41
RE: REACTOR LTE band aggregation - by admin - 30.11.2023, 09:46
RE: REACTOR LTE band aggregation - by Frank68 - 30.11.2023, 09:52
RE: REACTOR LTE band aggregation - by admin - 30.11.2023, 09:53
RE: REACTOR LTE band aggregation - by Frank68 - 30.11.2023, 14:57
RE: REACTOR LTE band aggregation - by admin - 30.11.2023, 15:06

Forum Jump: