|
NTP Dual Clock Woes
Jim, I recommend checking the pin definitions in your User_Setup.h file (TFT_eSPI library) against the pins used on the PCB. If the definitions don't match you won't see any display. John's PCB uses a
Jim, I recommend checking the pin definitions in your User_Setup.h file (TFT_eSPI library) against the pins used on the PCB. If the definitions don't match you won't see any display. John's PCB uses a
|
By
Bruce Hall
· #10913
·
|
|
NTP clock update
There are a few small updates to the NTP clock. The code now supports ESP32 and ESP8266 microcontrollers. A PCB using the ESP8266 was designed which supports 2.2, 2.8, and 3.2" displays. And a builder
There are a few small updates to the NTP clock. The code now supports ESP32 and ESP8266 microcontrollers. A PCB using the ESP8266 was designed which supports 2.2, 2.8, and 3.2" displays. And a builder
|
By
Bruce Hall
· #10860
·
|
|
IT worked!!
Yes, even the tiny ESP8266 "D1 mini" will work. Bruce w8bh.net
Yes, even the tiny ESP8266 "D1 mini" will work. Bruce w8bh.net
|
By
Bruce Hall
· #10735
·
|
|
IT worked!!
Paul, Yes, it works quite nicely with ESP8266. Only one small code change is needed. Change the 3rd line from "#include <WiFi.h>" to "#include <ESP8266WiFi.h>" You will also need to modify User_Setup.
Paul, Yes, it works quite nicely with ESP8266. Only one small code change is needed. Change the 3rd line from "#include <WiFi.h>" to "#include <ESP8266WiFi.h>" You will also need to modify User_Setup.
|
By
Bruce Hall
· #10733
·
|
|
Bruce Hall's (W8BH) NTP Synced Dual Clock
Art, In the file, https://github.com/bhall66/NTP-clock/blob/main/NTP_DualClock/NTP_DualClock.ino Lines 172 and 174 call the routine showTimeDate(), the last two parameters of which are the x,y coordin
Art, In the file, https://github.com/bhall66/NTP-clock/blob/main/NTP_DualClock/NTP_DualClock.ino Lines 172 and 174 call the routine showTimeDate(), the last two parameters of which are the x,y coordin
|
By
Bruce Hall
· #10359
·
|
|
PCB For Bruce Hall's (W8BH) NTP Synced Dual Clock
John's PCB info and schematic: https://github.com/bhall66/NTP-clock/tree/main/PCB/WA2FZW The code is here: https://github.com/bhall66/NTP-clock The tutorial is here: http://w8bh.net/NTP_DualClock.pdf
John's PCB info and schematic: https://github.com/bhall66/NTP-clock/tree/main/PCB/WA2FZW The code is here: https://github.com/bhall66/NTP-clock The tutorial is here: http://w8bh.net/NTP_DualClock.pdf
|
By
Bruce Hall
· #10312
·
|
|
W8BH - Dual Time Clock - Step 3
Timm, I will try to help you off-list. Bruce w8bh.net
Timm, I will try to help you off-list. Bruce w8bh.net
|
By
Bruce Hall
· #9537
·
|
|
ESP32 Ham Clock project - looking for
Kevin, Go to http://w8bh.net/NTP_DualClock.pdf You should see a table at the top of page 3. Bruce w8bh.net
Kevin, Go to http://w8bh.net/NTP_DualClock.pdf You should see a table at the top of page 3. Bruce w8bh.net
|
By
Bruce Hall
· #9487
·
|
|
ESP32 Ham Clock project - looking for
Sorry for the late reply. Here is an NTP-clock using the ESP32: Description: http://w8bh.net/NTP_DualClock.pdf Source Code: https://github.com/bhall66/NTP-clock and a few other clocks are here: http:/
Sorry for the late reply. Here is an NTP-clock using the ESP32: Description: http://w8bh.net/NTP_DualClock.pdf Source Code: https://github.com/bhall66/NTP-clock and a few other clocks are here: http:/
|
By
Bruce Hall
· #9480
·
|
|
Morse Code Tutor
I said you might need to shorten it because headers come in different sizes. Glad to hear yours fits. Bruce w8bh.net
I said you might need to shorten it because headers come in different sizes. Glad to hear yours fits. Bruce w8bh.net
|
By
Bruce Hall
· #8517
·
|
|
Morse Code Tutor
You can do it, but you have to solder the male headers for your Blue Pill with the pins facing up. And you might also need to shorten the Boot header. Bruce w8bh.net
You can do it, but you have to solder the male headers for your Blue Pill with the pins facing up. And you might also need to shorten the Boot header. Bruce w8bh.net
|
By
Bruce Hall
· #8514
·
|
|
A new video on using the BluePill (with some ESP32 comparisons)
#bluepill
Hi Tom, That is a good video. Andreas does great work, doesn't he? Last August I corresponded with Dan (of dan@...) about his Arduiono package for the STM32. He indicated that his package automa
Hi Tom, That is a good video. Andreas does great work, doesn't he? Last August I corresponded with Dan (of dan@...) about his Arduiono package for the STM32. He indicated that his package automa
|
By
Bruce Hall
· #8476
·
|
|
Morse Code Tutor PCB
Goober, Brian: Great catch, thanks! You could also change the line question to: int c = '!' + random(sizeof(morse)); This line does not take any more code space but removes the literal '58'. If someon
Goober, Brian: Great catch, thanks! You could also change the line question to: int c = '!' + random(sizeof(morse)); This line does not take any more code space but removes the literal '58'. If someon
|
By
Bruce Hall
· #7965
·
|
|
Morse Code Tutor PCB
All, I have a small update for the ESP32 Morse Code Tutor. A new pcb has been created: 1. Smaller size (about 10 x 10 cm): only $2 for 5 boards at JLCPCB. 2. Supports larger displays (2.7" and 3.2") 3
All, I have a small update for the ESP32 Morse Code Tutor. A new pcb has been created: 1. Smaller size (about 10 x 10 cm): only $2 for 5 boards at JLCPCB. 2. Supports larger displays (2.7" and 3.2") 3
|
By
Bruce Hall
· #7673
·
|
|
Morse Code Tutor PCB
All, I have a few more updates for the Morse Code Tutor. - Iambic Mode A, Iambic Mode B, and straight key. - New Head-Copy feature. - Callsign customization at runtime. - Small bug fix for display of
All, I have a few more updates for the Morse Code Tutor. - Iambic Mode A, Iambic Mode B, and straight key. - New Head-Copy feature. - Callsign customization at runtime. - Small bug fix for display of
|
By
Bruce Hall
· #7338
·
|
|
Morse Code Tutor PCB
Hello Jim, I updated the gerbers on 10/3/19 to accommodate speakers with the larger 1 mm pins. Adafruit speakers with 0.7 mm pins will fit on the older boards. The error was mine; I did not realize th
Hello Jim, I updated the gerbers on 10/3/19 to accommodate speakers with the larger 1 mm pins. Adafruit speakers with 0.7 mm pins will fit on the older boards. The error was mine; I did not realize th
|
By
Bruce Hall
· #7285
·
|
|
Morse Code Tutor PCB
All, Following in Dave KI4PSR's footsteps, I designed another PCB for the Morse Code Tutor. To keep costs down I am not selling the PCB. Instead, I am publishing the gerbers so that you can obtain you
All, Following in Dave KI4PSR's footsteps, I designed another PCB for the Morse Code Tutor. To keep costs down I am not selling the PCB. Instead, I am publishing the gerbers so that you can obtain you
|
By
Bruce Hall
· #7013
·
|
|
Morse Tutor update
Fred, The short answer is Yes. On GitHub you have access to all previous versions of the code. Bruce w8bh.net
Fred, The short answer is Yes. On GitHub you have access to all previous versions of the code. Bruce w8bh.net
|
By
Bruce Hall
· #6901
·
|
|
Morse Tutor update
I updated source code for Morse Code Tutor. Changes: 1) I adopted the pin assignments originally used by Jack. 2) New pin assignments are compatible with the PCB by KI4PSR 3) Straight key input is now
I updated source code for Morse Code Tutor. Changes: 1) I adopted the pin assignments originally used by Jack. 2) New pin assignments are compatible with the PCB by KI4PSR 3) Straight key input is now
|
By
Bruce Hall
· #6899
·
|
|
Another CW relearning candidate
#morsecodetutor
#bluepill
Good morning Dave, the short answer is no, it does not. But I am curious what they would like to do with the straight key. For instance, are they just interested in hearing and practicing their sendin
Good morning Dave, the short answer is no, it does not. But I am curious what they would like to do with the straight key. For instance, are they just interested in hearing and practicing their sendin
|
By
Bruce Hall
· #6655
·
|