Earlier quoted context omitted.
Comes out to $6 per part for me, with shipping, which is much more than I'm willing to pay.
and it'd still be $6 for 600. It's as if people have never had shipping itemized before. The only reason aliexpress shopping is cheap is because the rest of the world foots the bill. Unless somebody has finally removed China's "Developing Country" status thats gotten them essentially free international parcel service for the best part of 100 years.
Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
181–190 of 202 posts
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#182I don’t understand why it needs to neurotically check so frequently? 30 times a second seems like a lot of hammering on the NTP server. Am I missing something here? Some physical reason why that is necessary perhaps?
It doesn't seem to be hammering the NTP server 30 times a second.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#183Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#184Related - we have an atomic Seiko wall clock expecting to have the time automatically adjusted by the WWVB LF atomic clock broadcast. Turns out, the signal is very weak where we now live. Manually setting the time on these atomic clocks is a HUGE pain (beware!). Turns out it's possible to emulate the atomic clock signal quite easily with a Raspberry Pi, or in my case I put together Arduino code that can emulate atomi…
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#185If you like this but don't want to get your hands as dirty, have a look at the Crazy Clock: https://www.tindie.com/products/nsayer/crazy-clock/ I got one for my daughter. The erratic ticking eventually became a distraction when she was studying, so we have retired it for now. But we got a lot of amusement out of it.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#186Cool project! The most interesting part, IMO, is the "SRAM with EEPROM backup" chip. It allows you to persistently save the clock hands' positions every time they're moved, without burning through the limited write endurance of a plain old EEPROM. And it costs less than $1 in single quantities. That's a useful product to know about.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#187Except it wasn't a repeater so much as it was a MITM fake, with an rpi connected to an sdr-like system to generate a fake WWVB (iirc?) based off an NTP clock.
Legality was technically questionable, but since the signal didn't really leave the site perimeter (or even the building, really), I think it was ok.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#188Earlier quoted context omitted.
I'm not sure if this is the same technology, but regardless it's also cool: https://www.adafruit.com/product/1897
FRAM is extremely neat on paper, combining SRAM ish speeds with non-volatility, but adoption seems to be low. Possibly due to scaling issues. I've had a FRAM-based TI MSP430 in my random parts drawer for about a decade.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#189Earlier quoted context omitted.
Has anyone found the chip on AliExpress? I only get unrelated listings with that part number, but this is a pretty interesting chip I'd like to get a few of. An alternative would be a supercapacitor and a voltage divider connected to the ADC pin of the microcontroller. When the 5V rail dies, the supercapacitor can hold 3.3V for a few seconds while you write everything to the EEPROM.
$0.77 US single piece cost on Digikey: https://www.digikey.com/en/products/detail/microchip-technol... And, at least with Digikey, you can feel like you actually get the real part vs. some low end clone knockoff.
https://www.digikey.com/en/products/detail/microchip-technol...
I'd prefer even the SOIC version which is $0.69 if I'm soldering it:
https://www.digikey.com/en/products/detail/microchip-technol...
but the author used the DIP in a holder/socket on the perfboard.
Re: Converting a $3.88 analog clock from Walmart into a ESP8266-based Wi-Fi clock
#190Earlier quoted context omitted.
In a perfect world, yes. But mechanisms aren’t perfect and it’s entirely possible if not likely that steps will be missed as friction increases over time and things wear. I’m not saying these things matter much in this context. The clock will still be far more accurate than purely mechanical version. And, re-synchronizing it is as trivial as turning the knob, just as you would for the all mechanical mechanism.
its a fairly reliably stepper motor system. You're right it will degrade over time, you'd be surprised how many steps it can do before it degrades.