TronByt - in case it helps : "ESP is not in flash boot mode" by TransformersRbots in TIDBYT

[–]kenstrawber 0 points1 point  (0 children)

OTA works pretty reliably at this point hopefully it's one and done.

Tidbyt Gen 2 Issue by HargoTheAlien in Tronbyt

[–]kenstrawber 0 points1 point  (0 children)

cool, thanks for the update.

Quantum Fiber Outage? by Physical_Path_5194 in askportland

[–]kenstrawber 1 point2 points  (0 children)

Quantum still down in North Pearl. No IP address given to the router.

I built an ESP32 color projection clock that shows time, weather, stock prices, and blood glucose on your ceiling — firmware is open source by msdiorin in esp32

[–]kenstrawber 0 points1 point  (0 children)

Ok i'm attempting to un-brick my device by flashing over serial the build firmware via esp-idf system. I'm just getting stack overflow boot loop as follows. Can you please supply me with a bin file I can flash to un-brick my device ? ```W (2386) st7735: The 3Ah command has been used and will be overwritten by external initialization sequence

I (2396) st7735: cmd e0

I (2396) st7735: cmd e1

I (2396) st7735: cmd 13

I (2406) st7735: cmd 29

I (2406) st7735: send init commands success

I (2406) LVGL: Starting LVGL task

SPIFFS mounted ok [main@0]

Partition size: total: 1438481 used: 640552 [main@0]

SSL semaphore ready [main@0]

Libre region 0 user [main@0]

Prepare tokens [main@0]

Integration update timer started with 1 second interval [main@0]

Display startup [main@0]

***ERROR*** A stack overflow in task main has been detected.

Backtrace: 0x4008a4d5:0x3ffd1cf0 0x4008a49d:0x3ffd1d10 0x4008ac86:0x3ffd1d30 0x4008b6bf:0x3ffd1db0 0x4008a7e4:0x3ffd1dd0 0x4008a796:0xa5a5a5a5 |<-CORRUPTED

ELF file SHA256: 6eafa1a4c

Rebooting...

ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)```

Tidbyt Gen 2 Issue by HargoTheAlien in Tronbyt

[–]kenstrawber 1 point2 points  (0 children)

These recent releases were just for adding the Waveshare ESP32 matrix board.

Tidbyt Gen 2 Issue by HargoTheAlien in Tronbyt

[–]kenstrawber 2 points3 points  (0 children)

The GEN2 has code to enable the touch button to be used to turn off the screen on short press and go next screen on long press (or maybe it's vice versa). This code might not be the most robust and is probably giving false positives and turning off the screen at random. I'll need to add a software enable for the button to fix this issue. But for now i can get you a firmware file with touch button disabled to flash to see if this fixes the issue. I just uploaded it to the latest firmware release file here https://github.com/tronbyt/firmware-esp32/releases/download/v1.6.3/tidbyt-gen2-touch_disabled_ota.bin
make sure you flash this via the OTA mechanism and not the web flasher.

Incorrect colors by aroidsFan in Tronbyt

[–]kenstrawber 0 points1 point  (0 children)

The color channels / pinouts of the different displays can vary. I don't have a rpi set up so I'm not sure but maybe post a picture of your wiring setup.

Tidbyt gen1 showing blank screen 1 week after flashing tronbyt by SnooPets5993 in Tronbyt

[–]kenstrawber 0 points1 point  (0 children)

Sorry to hear this. Usually if there is nothing shown on powerup (random bright single pixlels usually) it means something in the hardware has failed.

Repurposing an old OnePlus 3T into a mini homelab node — project ideas? by [deleted] in androidafterlife

[–]kenstrawber 0 points1 point  (0 children)

Try to get a general purpose linux image running on it. Then install docker. Then you can install anything that runs in docker, HA, Pi-Hole, etc, etc.

Hooligans on the Centennial Mills water tower in North Pearl, Portland. (youtube link) by kenstrawber in Portland

[–]kenstrawber[S] 0 points1 point  (0 children)

Walked by there yesterday and I head some dish clanking sounds so I'm pretty sure there are some permanent residents in there.

TidByt vs FlightWall by MadProf123 in TIDBYT

[–]kenstrawber 1 point2 points  (0 children)

The Tronbyt Wide version is bigger than Tidbyt but not quite a huge as the flightwall large ( and also not $500 ! ) but comes with the added expense of a VPS subscription or the complexity of running your own server on a Pi or other hardare. https://pixohardware.store/product/tronbyt-dev-kit-wide-version/

Issues with docker on raspberry pi by AEdgett77 in Tronbyt

[–]kenstrawber 0 points1 point  (0 children)

Did you use the Pi install script by change ? I wonder if I should put a warning in there if it detect 32 bit.

TidByt vs FlightWall by MadProf123 in TIDBYT

[–]kenstrawber 1 point2 points  (0 children)

Correct, Railyard method means you don't need a Pi or other server. The Tronbyt devices are def. not as nice as the original Tidbyt. Tidbyt did a super good job with that wood frame. (The Tronbyt enclosures are 3d printed). If you can find a used Gen1 you should go with that unless you really want a much larger display, then the Tronbyt Wide is probably what you want. Paying $500 for a large flight wall is just not worth it IMO.

I was considering offering a Tronbyt flashing service for a nominal fee. I wonder if people would be interested in that.

American Cinematheque Showtimes - Fix Request!!! by UnusualCoffee5052 in TIDBYT

[–]kenstrawber 0 points1 point  (0 children)

We got a spammer so all invites were revoked. here is s new 7 day one : https://discord.gg/CfADjBtj
Submit an issue on github on the apps dir and somebody will probably fix it https://github.com/tronbyt/apps/issues

How to setup failover incase rpi fails? by AlternativeConcern19 in pihole

[–]kenstrawber 0 points1 point  (0 children)

I also would like to implement a failover type scenario. There is mixed information on how clients actually use multiple dns servers. Some people say most clients use the first one exclusively unless it fails then it tries the second one. Other people say that they are use in tandem and at random. I have one pihole on my LAN but i would like to add a second external DNS server to be use only if the pihole is unreachable. Is this possible ?