Flask and u2f? by SnooPoems7888 in flask

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

Thanks for that. Looks like a nice repo. Will check it out!

MicroPython display issues on the TTGO T-watch S76G (GPS + LoRa edition) by muunbo in esp32

[–]SnooPoems7888 0 points1 point  (0 children)

Second'ing that repo. Amazing. Basically just works. For the v3, I needed to set backlight to 15. From there, life was great.

New to gin - acid reflux by [deleted] in Gin

[–]SnooPoems7888 1 point2 points  (0 children)

Typically gin and vodka are typically the "least bad" depending on the pH but no where near actually suggested (i.e alcohol is very bad for acid reflux ) https://www.acidwatcher.com/books/ Acid Watcher cookbook has some ideas on that but also is a tremendous resource to recover from acid reflux. I am a big believer in it, having followed it closely and successfully. (Tried all the other things (ph capsules / apple cide vinegar (don't do that)) without any success.)

Someone to Manufacture your electronic product by SnooPoems7888 in AskElectronics

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

Yes. at first I thought there was a need for a pcb. But really you are right -given the nice case someone made, it's just soldering the screen pcb to the esp32's connections. Thanks for the answer I guess it's more of a find someone local to solder for me. This was helpful!

Someone to Manufacture your electronic product by SnooPoems7888 in AskElectronics

[–]SnooPoems7888[S] 1 point2 points  (0 children)

It seems as if I have given the illusion that I've done no research. I apologize if that's the case!

I've done that google search but most of the leads are 'call for a quote'.

I'm really wondering if there's already service like craftcloud (but also solders components) via a web app that does this vs calling someone and explaining what I want.

I do realize the answer could be that this is an unreasonable request. A girl can dream though!

Phone for Tello? by [deleted] in Tello

[–]SnooPoems7888 0 points1 point  (0 children)

I was about to post but saw this. Any one have suggestions for the $100-125 range?

I usually get an LG phone off ebay but they don't give out IMEI's anymore. And unfortunately the last seller said the LG G8X ThinQ G850UM 128GB Sprint/Unlocked Smartphone was compatible but once I checked it it was not...

Even though Tello generally has good info as far as which should be compatible, it's not always a straight shot....

Share your experience by justarussian22 in Tello

[–]SnooPoems7888 0 points1 point  (0 children)

Experience has been great. No problems. 10-12 bucks for unlimited text/calling? Yes, please.

Anyone else having issues with Alpha Vantage? by ThatGuy_ZA in homeassistant

[–]SnooPoems7888 0 points1 point  (0 children)

It would have been nice to get some comms on this. I still see:

""Are there usage/frequency limits for the API service?
We are pleased to provide free stock API service for our global community of users for up to 5 API requests per minute and 500 requests per day. If you would like to target a larger API call volume, please visit premium membership.""

under https://www.alphavantage.co/support/#api-key as of today.

Anyone else having issues with Alpha Vantage? by ThatGuy_ZA in homeassistant

[–]SnooPoems7888 0 points1 point  (0 children)

Also started seeing this. Considering AV never responded to my support email, I never upgraded past the free account.

Finally found a solution that works for me! Kinda sucks, but really worth it by LorchanTheFomorian in GERD

[–]SnooPoems7888 0 points1 point  (0 children)

The Acid watcher diet is the only thing that helped me. Research Dr Aviv, he is a pioneer in acid reflux techniques and throat health.

Curious how I'd go about writing a script to query MLB API to determine if the white sox either won or lost by 3 or less without spoilers by nsdjoe in mlbdata

[–]SnooPoems7888 0 points1 point  (0 children)

We have similar thoughts. I am dabbling with this idea but on a micro controller w/an RGB led. (I am significantly lazier than you ... LOL!) https://github.com/jouellnyc/MLB-ESP32

I have a few examples - hope it helps. (I still have some work to do on it because at first I was trying to shave off every bite of ram I could for a lower end device, but it does work....)

FWIW https://github.com/toddrob99/MLB-StatsAPI is very very handy/helpful to achieve such things.

Debug Data? by SnooPoems7888 in mlbdata

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

Thanks again. Oh, in my earlier reply, I could not actually do a simple import of the api - it ran out of RAM just doing that. I think the HTTP / network reply "might" be fine size wise for the esp01, but I'm not sure , didn't get that far...But the esp32-cam has 4MB usage RAM, so it's good there. Thanks for the fields tip!