Answer the question
In order to leave comments, you need to log in
How to execute bash command received in /dev/ttyATH0 from Arduino?
Arduino has a display.
Arduino making a request to OpenWRT to execute the script ./root/to.sh
#!/bin/sh
#weather string
URL='http://www.accuweather.com/en/ru/maykop/291658/weather-forecast/291658'
wget -q -O- "$URL" | awk -F\' '/acm_RecentLocationsCarousel\.push/{print $12 }' | head -1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question