Remote viewing options

Wondering about this feature of the legacy app/firmware after the support for the legacy app goes away. I use this feature whenever we travel to access local OTA live broadcasts and recordings. Has anyone come up with a way to watch recordings remotely for Gen 4 and now legacy Tablo users?

reddit.com
u/poohdoggy — 10 days ago
▲ 8 r/Amtrak

Chicago-California-Portland-Milwaukee loop

Thinking about an extensive trip on Amtrak but I have few questions.

  1. Which is the best direction, northern or southern leg first and west.

  2. How do I schedule extended stops while being flexible?

  3. Can I buy the whole trip at once?

Thanks for your information and opinions.

reddit.com
u/poohdoggy — 20 days ago

Pico W program issue

Hello folks,

I am trying to run a program to read the BME280, display the results on a OLED SSD1306 and then create and present a web page. I can run the program and get a reading to the SSD1306 and even occasionally get a web page to hit my browser but I keep running into an error and the program stops. Here is what happens when I run this in Thonny-

Traceback (most recent call last):

File "<stdin>", line 126, in <module>

File "<stdin>", line 116, in main

OSError: [Errno 110] ETIMEDOUT

I can post the code here but thought someone might have a quick idea based on trying this already.

reddit.com
u/poohdoggy — 1 month ago

Pico W BME280 and web page issue

Hello folks,

I am trying to run a program to read the BME280, display the results on a OLED SSD1306 and then create and present a web page. I can run the program and get a reading to the SSD1306 and even occasionally get a web page to hit my browser but I keep running into an error and the program stops. Here is what happens when I run this in Thonny-

Traceback (most recent call last):

File "<stdin>", line 126, in <module>

File "<stdin>", line 116, in main

OSError: [Errno 110] ETIMEDOUT

I can post the code here but thought someone might have a quick idea based on trying this already.

BTW, I had another program I found that created a web page but would not update anything until the web page was displayed which was not the realtime readings I wanted for the SSD1306.

reddit.com
u/poohdoggy — 1 month ago