Eu version of triple TFT GPS clock
2
#stm32
I cloned the very nice clock and the well-documented code for the TFT GPS clock and modified it in two ways. First there is a backwards compatible version which can be Europeanized with formats for date and units. It also has possibility for removing battery icon, when run from a USB supply. New boolean variables to set: US_UNITS - if false: m, kmh, Little-endian date with '.', if true: feet, mph, Middle-Endian date with '/' BATTERY_DISPLAY - true: as original code, false: no display of battery icon and status 2. Minor fixes: New way of initializing Serial1 as the original one didn't compile in Arduino IDE 1.8.13. See https://github.com/stm32duino/wiki/wiki/API#hardwareserial The satellite count in the upper right corner is more agile so it now drops to 0 when GPS signal is lost, rather than stay forever at last satellite count. See https://github.com/la3za/GPS-clock Sverre https://la3za.blogspot.com/
|
maybe not new.
3
I have a couple of questions about the program setup for the NTO clock on the arduino program. 1. you say at one point to copy an address fron the pdf file. it might be the pdf program itself but i am not able to copy from the file. 2. even it i could copy the address from the pdf i still don't know where to place it in the arduino program. this file is the one for the esp32 card. 3. you say that i must edit the User_Setup.h. where do i find it? thanks dave k7da
|
LC Meter with Modification Jacks
With several Hams in Holland we have Build the LC Meter MOst components are no problems. Only the Entry Jacks are not available with stores in Holland. So we did make a minor modification so we can use more common Jacks See our solution in the attachments.. -- With Regards Cor Struyk, PA0GTB
|
PCB for GPS clock
3
#pcb
#stm32
Has anyone made a pcb layout for the GPS clock? I would like to build another one and use Bruce's NTP clock 3d printed case to house it. Thanks Mitch W4OA Opelika, AL
|
NTP Clock build - 3d printed enclosure
I thought I would share some pictures my latest build for the NTP Clock. This is my second build, I wanted to try out Bruce's 3d printed case https://www.thingiverse.com/thing:5372775. I printed the case on an 'original' Ender 3 printer. I bought the printer in late 2019 and have made a few hundred prints using it. (I now have a small printer 'garden', 6 printers, 4 Enders and 2 Anets.) Of all my printers, the original Ender 3 gives consistently the best results. I mounted a usb c female connector in one of the existing holes on the side of the case. I used some brass standoffs of the right height and the universal builder equipment and material, a hot glue gun. I connected the usb c female to a usb micro male which plugs into the ESP8266 module. I also used a dab of hot glue to give some strain relief where the wires are soldered to the usb connectors. Here is the finished side view of the connector. Notice how smooth the side is, the small blemishes at the join line are from slips with the hot glue gun. Here is the front of the finished clock, taken with no flash, so it looks much dimmer than it really is. The tft and pcb were hot glued to the front of the case. Even though I have made 300-400 prints, what I have determined is that 3d printing is as much of an art as it is a science. I just recently discovered/developed a technique which results in really good results for me. My technique is super simple, too! If Bruce gives me the ok, I will make a post with pictures showing my technique, since it is somewhat off topic. Below is a picture of the back of the clock showing how smooth the finish is. The back was the side on the surface of the 3d print bed. If you are 3d printing, you will appreciate how smooth and blemish free the surface is. (I couldn't avoid the flash reflection.) You can see the overall smoothness of the sides in the pictures above. A big *THANKS* to Bruce for sharing his designs, and special thanks for the box design. Putting a build into a nice enclosure has been my building nemesis for decades! Good building! Of course, if you 3d print, YMMV! Mitch W4OA Opelika, AL
|
NTP Clock problem
5
A friend admired my NTP Clock (dual) on my qrz.com web page. I volunteered to furnish him the pcb and I 3d printed him Bruce's nice box. The box came out GREAT! Since I had some ESP8266 modules extra I decided to program one for him, I would assign an arbitrary wifi name and password so he could check it out with his cell phone hotspot. I programmed an extra ESP8266 module and plugged it in, compiled for my home wifi. Compiled just fine, no errors. But no display, no joy. Compiled and uploaded Bruce's "Hello World" display test sketch, compiled and uploaded ok, led blinking away. But, no display. Checked the TFT_eSPI library by Bodmer, it is now at version 2.4.72. I was at 2.3.59. Bruce used 2.2.14. I tried to retrogress the library to 2.2.14, no joy, it won't load any version prior to 2.3.59. Unfortunately, the last time I compiled the clock was when I built mine, over a year ago. I don't know how my library got updated, but it did. So I am stuck! Anyone run into this problem and find a workaround, or any suggestions on how to solve my problem? Tnx in advance for any assistance! Mitch W4OA Opelika, AL
|
Practice sending key delay
9
In practice sending..the Tutor displays the character and its audio. It waits 3 seconds before it looks at the operator's key input. It is really frustrating to see the character, hear it and the first bits of the key send are cut off. Is there a change in the code to allow the response character to be entered faster? -- Duane KA1LM
|
Thank you Bruce and Ralph!
The Rio Hondo Amateur Radio Club has twelve Morse Tutors thanks to the great work of Bruce Hall W8BH and a lot of support and guidance from Ralph WB9ICF. Ralph had two kitted up already then I ordered boards and other parts for ten more. Bruce very kindly provided a limited number of boxes, then I ordered two LEDO6060 boxes from JLCPCB (they're nice) and three will be box-less for awhile (those three are kitted and without buyers as yet). My club is interested in practicing CW, not in kit building, so I assembled six of the nine that are in use. Only a couple of folks have even looked at the code. Those of us who have already went tweaking with various bits (pardon the pun) to make the Morse Tutor more fun to use, such as changing the names in the name list to club member's names. Just little things-- none of us KNOW C++! Anyway-Great project! Great support! Great friends! '73 Robert AD6XJ
|
PCB for LC Meter project
6
Hello to you all, I just joined this group I like to build the LC Meter project from W8BH, so i'm looking for someone who can provide me a PCB for this project Who can help me with this and send me this PCB to Holland. Please your reply to Cor@... Thanks, 73 de Cor, PA0GTB
|
Tutor - Thanks! - RSS reader
I built the Morse Tutor, and wanted to drop by here and thank Bruce for a great project and excellent description. I am a fairly new ham, and really enjoyed the experience of getting the parts ($4.66 for 5 PCBs incl shipping!?) and programming and building the Morse Tutor. I heard about the tutor on the Ham Radio Workbench podcast, and because of the credit given in the Tutor's description am looking into Jack Purdum's projects as well. Little disappointed that after plugging it in I still don't know morse code. Instead of the work that is involved in fixing that, I've been adding some code, I thought it would be fun to practice with news from websites (saw that in the Ham Morse iPhone app). The code allows you to select an RSS feed it and plays the title and descriptions of entries in the feed. Yes, RSS is still around, and I included feeds with ARRL news, Southgate arc, BBC and a few others. If anyone is interested it's at https://github.com/ErikErkelens/morse-tutor If you have a better way to do this, or have some suggestions for different ham related RSS feeds to listen to, let me know. Thanks! Erik - n2epe
|
battery operation
2
#build
#tutorial
I did a few tests to see which batteries work best with the Morse Code Tutor. 9V batteries quickly die, but three (3) AA batteries keep the device humming for hours. I posted my results at http://w8bh.net/MorseTutor11.pdf Bruce w8bh.net
|
Inaccurate keying
2
#keys
#esp32
Hello all, I built the ESP32 version of the Morse Tutor. It is fantastic except for one little thing. I keep having issues with it adding elements to a string. If I hold down the dit side of my paddle it will occasionally throw a dah in the string of dits and the dah side is similar. I only have one paddle that I hombrewed out of copper clad board, so I can't switch paddles, but the paddles do not behave that way in any other device. Has anyone seen this previously? Regards Mateo
|
Odd Behaviour?
Two nights ago, I had my Tutor on while I pushed the PTT on my HT Yaesu FT1XD. To my surprise, the keyer started making morse, mostly dahs, during the entire time the PTT was active. I did this with both a repeater setup and simplex. It must be picking up the RF transmission somehow. I tried a PicoKeyer, and the same did NOT occur. I am powering the Tutor with a Belkin power pack through the buck converter unadjusted, so a straight 5V via a made up, partially sealed USB cable/barrel jack. Would the cable from the Belkin be acting as an antenna? I know that the keyer acted weird (a very technical term) that resembles bouncing when I had an extension from the Belkin and I think the coiled extension acted, well, like a coil and periodically caused the keyer to activate. Any thoughts? PS: This was done as an experiment to send “CW” sounds on 2 metres. And, it worked as expected but not controllable. George P. Demetre VE6JZZ@...
|
Enclosures
6
I added a few 3D-printed enclosures. My thingiverse account ( W8BH - Thingiverse ) now includes enclosures for the following projects: - LC meter - GPS clock - NTP clock, v1 (BN32 layout) Bruce w8bh.net
|
GPS Clock triple Help
6
Have been using the GPS Triple clock since Bruce published it and it works great. My problem is that I have tried to complile and install the code on some other stm32F103b8's but no joy Using the same PCB as the running one but all I get is a white screen. Tried the original stm32 on the newly built board and runs fine. The upload to the stm32 looks good, do seem to remember the timezone error and not a problem. This is the complile time message. WARNING: library Timezone claims to run on avr architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s). Sketch uses 54424 bytes (41%) of program storage space. Maximum is 131072 bytes. Global variables use 1708 bytes (8%) of dynamic memory, leaving 18772 bytes for local variables. Maximum is 20480 bytes. Have tried on 3 stm32's, maybe 3 duff one's Any help would be appreciated. Thanks
|
LC meter project PCBs
6
Greetings, I have four extra W8BH LC Meter PCBs from JLCPCB. These are prototype PCBs. Preference will be given to FCC licensed Amateur Radio Hams. One PCB per Ham. Please include your name and callsign. Bruce suggested that I ask for $5.00 for each PCB. That price includes S&H. The PCB will ship in a padded envelope. Payment will be via PayPal. My PayPal account is: k dot w dot melvin at gmail dot com The PCB will be sent via USPS 1st class mail with a tracking number. I will ship to the address provided by the FCC ULS registry. If the above meets your expectations, I am ready to ship a PCB to you. First come, first served, while supplies last. Regards, Ken, KM4NFQ "Not Fully Qualified" /g/w8bhMorseTutor
|
LC meter project PCBs
Greetings, I only have ONE (JLCPCB) W8BH LC Meter PCB left, so please ask about availability before sending any money for it. This is the first time I have ever done this type of transaction. It has been a learning experience. Regards, Ken, KM4NFQ "Not Fully Qualified" /g/w8bhMorseTutor <km4nfq@...> wrote:
|
LC meter update
One small update: I added a case with a 9V battery compartment. All three case designs are posted here: Designs - Thingiverse Bruce w8bh.net
|
LC meter enclosures
The LC meter enclosures are now available: Thingiverse - W8BH Bruce.
|
LC meter project
5
The LC meter project is finished and now includes a 3D printed enclosure. Links are provided below. Once again, many thanks to Ken KM4NFQ for reviewing the documentation. Bruce w8bh.net Builder’s Guide: http://w8bh.net/LCmeter_BuildersGuide.pdf User's Guide: http://w8bh.net/LCMeter_UsersGuide.pdf Software Review: http://w8bh.net/LCmeter_Part3.pdf Enclosure Description: http://w8bh.net/LCmeter_Enclosure.pdf Source Code: https://github.com/bhall66/LC-meter Schematic: http://w8bh.net/LCmeter_Schematic.svg Interactive BOM: LC Meter - BN49 BOM (w8bh.net) PCB Gerbers: https://github.com/bhall66/LC-meter/tree/main/PCB
|