-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple of questions #3
Comments
No problemo, happy to help. So just a heads up that this project didn't work for the Casio Lineage LCW-M170TD-7AJF (but did for 3x WWVB desk clocks) so you may have everything right and it might not work. Loop antennas work better than whip antennas for this. I would use (see the middle diagram in my readme pic) a loop of wire from the output pin and terminating it to ground through a limiting resistor (50 - 100 ohms should be fine) or led. A loop of about 5cm diameter, 5 or so turns should work well (that was my debug setup from memory). |
Thank you. WIll try that! I have also found the app JJYEmulator for android. Will try that as well, but my idea is to do it automatically, and not depend on a phone. |
Im not having success with this yet. |
For JJY you need to include I believe it's at 60kHz, but I'll have another look to see if I included code for 40kHz |
Sorry to comment on this, i am also planning this with some of my Japanese desk clocks which use JJY. |
Yeah whooops, I forgot to respond to this. Check out my example (that I just fixed) Pinout is as per the readme.md. The default uses PWM so just a single pin out to a whip antenna or through an led (it will pulse with the code - neat or annoying?) or resistor (as above) through wire, looped a couple turns, and then to ground. Start with this, if it works then you just need to get the time off NTP etc. Which will need e.g. a ethernet daughterboard as IIRC my code is atmel specific i.e. It wont work with an esp8266!? The example shows you how to set the time, so that bit should be straight forward. |
I tried using the whip antenna technique using the minimum. haven't implemented the NTP yet. |
I checked the source and it does correctly use 40kHz if setup for JJY. |
It detects the 40khz signal, but looks like my watch performs better on the 60khz modulation. any way to use 60khz on JJY? |
The carrier is set in the input function; The comment I have in my examples actually points to this |
Hello. Sorry I created an issue for this. They are just questions.
I am planning on implementing this for a Casio G-Shock GW-M5610 since there is no time radiowave reception where I live.
My idea is to use an Arduino Pro Mini and read from an NTP server and transmits (using PWM) to the near field casio watch. I commented WWVB_JJY_PAM define and set this define:
#define WWVB_JJY_PWM
I would be very grateful if you can help me answering this questions:
Thank you!!
The text was updated successfully, but these errors were encountered: