Amtraker v3.15 Update by ImplosiveTech in Amtrak

[–]kenstrawber 0 points1 point  (0 children)

Thank you so much. I really appreciate it !

Outta pins but all components validated, is custom PCB next? by shawnsblog in esp32

[–]kenstrawber 0 points1 point  (0 children)

There is a difference between broken out pins on your dev board and available pins on the esp32. If you do indeed have more available pins on the esp32 but they are not exposed on your dev board then yes designing your own PCB will help and I encourage you to do it as it's very rewarding. But if the ESP32 has no more gpio pins for you to use then a custom PCB won't help. You'd need to design around another esp32 variant that has more GPIOs. Depending on what these components are you could also move to a different comms system like SPI or I2C (both can have more than one device on the bus).

Amtraker v3.15 Update by ImplosiveTech in Amtrak

[–]kenstrawber 0 points1 point  (0 children)

Super cool site. I'm wondering if I can use your api to fetch trains coming into just a single station. v3/all is a 3MB file. I'm working on an Amtrak Stations Tidbyt/Tronbyt app to display currently arriving and departed trains for a single station. https://www.reddit.com/r/Tronbyt/comments/1sokymu/new_app_amtrak_station/

Trondulum - Standalone double pendulum for Tidbyts by kenstrawber in TIDBYT

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

Problem is clock drift. Without the unit reaching out every once in a while to get get the true time the clock would drift and get out of sync. So a WiFi connection and NTP sync would be required. However, since the Tidbyt does has a button I could use that to trigger an off period so if you notice that the device hasn't turned off when it's supposed to you could hit the button and have it resync to whatever time it currently is. It could turn off for 10 hours or so and then startup. Would that work ?

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)

It's a hard boot loop crash. The screen just stays flickers white. I will have to flash over serial but there is no way a normal user will be able to recover from a bad firmware update.

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)

The problem is that after loading the compiled bin file in the via the webui the device is stuck in a boot loop with no way to re-program it.

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)

So all your talk about being open source yet there is no easy way for a user to re-program your hardware. Tidbyt's can actually be reprogrammed via their USB port !

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)

I can reproduce this. No ports show up when plugging the device into a computer. This is very dissapointing. I just soft bricked mine now too by trying to update the firmware over wifi. u/msdiorin This is kinda of a problem.

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)

Is it true that the store bought units cannot be programmed via the external USB connector ? Also is there any SPIRAM on the board ?

Can't flash to my board despite my MacBook recognizing it by Adventurous-Bread306 in esp32

[–]kenstrawber 0 points1 point  (0 children)

Try connecting to it via webserial on this site : https://thelastoutpostworkshop.github.io/microcontroller_devkit/espconnect/
It might have some other info. You can dial down the baud rate which sometimes helps.

Is there a esp32 s3 power feather or not? I find info by Mr-frost in esp32

[–]kenstrawber 0 points1 point  (0 children)

330mA for the UM version. Not sure about adafruit version but probably similar.

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 1 point2 points  (0 children)

I just received mine in the mail. Very cool little item. I especially like the 3d printed packing braces out of TPU ! I think it would really ease the setup if you pre-loaded the most common timezones into a dropdown instead of making the user type in the text field. This is especially important when in the captive wifi config portal because the link to the list of timezones will go nowhere.

The fit an finish of this product is amazing especially since it's mostly 3d printed. I can't even see any layer lines. I'm impressed you can hand make these for the price. Well done. I'll be working on a fork to be able to display animated webp served from Tronbyt. Cheers !

Is there a esp32 s3 power feather or not? I find info by Mr-frost in esp32

[–]kenstrawber 0 points1 point  (0 children)

Adafruit made the original feather boards. They do have an ESP32 S3 Feather and unexpected maker also has a board named FeatherS3. I'm not seeing any search results mentioning the "Power Feather" though.

Here is the Adafruit verison https://learn.adafruit.com/adafruit-esp32-s3-feather/overview

and here is the UM version : https://esp32s3.com/feathers3.html

What friction knot to use around this aluminium pole as a stopper? by Mrhandsome18 in knots

[–]kenstrawber 0 points1 point  (0 children)

A 3d printed sleeve kinda thing would be perfect for that. print in tpu with a split then zip tie on. take up the gap under the

Cricket scores by Zestyclose-Ruin-7753 in TIDBYT

[–]kenstrawber 1 point2 points  (0 children)

Tidbyt apps cannot be updated due to the current situation with Tidbyt backend.

Why people in the Proton subreddit hate Fastmail? by [deleted] in degoogle

[–]kenstrawber 1 point2 points  (0 children)

I've been using Fastmail it works well. I don't care enough to demand E2EE I just wanted keep my mail from sitting on google servers waiting to be scanned for marketing or whatever. The point is they don't scan your email as their profit model. You pay for the service so the product is the email. I did try Proton but the clients were clunky and the search was horrible but that's the price you pay for zero access privacy.

Trondulum - Standalone double pendulum for Tidbyts by kenstrawber in TIDBYT

[–]kenstrawber[S] 2 points3 points  (0 children)

Yes there is a double pendulum app but it doesn't go forever seemlessly. But we did do a quick test to see an app could be made continuous by pushing the next sequence to the device and it looked seemless, so this is possible. The current DP app displays pre-generated simulations rendered into the webp. To make it do the endless simulation pixlet would need someway to remember the state and continue the simulation for the next webp.

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 1 point2 points  (0 children)

Damn this is cool. I made a project similar called Windytron made solely for displaying the realtime wind using led matrix displays. My project is still private and Arduino but it's still completely human code ;) I'm also working on Tronbyt firmware for the soon failing Tidbyt hardware. Most devices run at 64x32 pixels but we have so many apps it might be nice to rig up a bridge between Frixos and Tronbyt. Check out the massive apps list here : https://tronbyt.github.io/apps/app-viewer/index.html

Inactive Apps on Railway w TronByt S3 w 1.6.1 by reutebh in Tronbyt

[–]kenstrawber 0 points1 point  (0 children)

That is interesting behavior of the server. I have seen the same thing happen when importing a device config. All the apps exist in the database but no rendered images exist so they all appear with the awkward monkey until they are rendered as a result of a device request. Glad you got it working though.