CW QSO directly from Cloudlog #814
Replies: 8 comments 7 replies
-
Happy to help intergrate although I'll need a method to test it but I can see this being popular |
Beta Was this translation helpful? Give feedback.
-
Hi Ondra! Cloud share the design of the morse keyer or provide at least a mockup server, so that one can test? Best, Daniel DC2ZP |
Beta Was this translation helpful? Give feedback.
-
Hello all, code is made for M5StickC now, but can be used on any ESP32 module (WIFI or Ethernet). I will put whole code to github as open source in next few days.
73 Ondra OK1CDJ |
Beta Was this translation helpful? Give feedback.
-
Code for keyer is available: https://github.com/ok1cdj/M5-ESP32-keyer 73 Ondra OK1CDJ |
Beta Was this translation helpful? Give feedback.
-
I've ordered an M5stick from a UK seller (seems they are about £14) to try intergrate this well. Think there needs to be a few things here
Does that sound right? |
Beta Was this translation helpful? Give feedback.
-
Hotkeys, yes. I guess configurable?
Also would be nice for cloudlog to also support winkey interfaces as well
as that awesome looking keyer you built Ondra!
73, Iain AD5XI / M0PCB
…On Sun, 24 Jan 2021 at 04:17, Ondrej Kolonicny ***@***.***> wrote:
Sounds good. Maybe some hotkeys will be great.
Any sugestions to my Firmware are welcome.
73 Ondra OK1CDJ
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#814 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOOFB7K6DAWHTTGJND7NEU3S3PQRDANCNFSM4V6226SQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Just some quick notes on winkeyer use: open serial to 1200 baud. to send cw after setup just send uppercase byte encoded data to serial port. to send prosign, send byte x1b then two byte encoded uppercase chars. The device can send status bytes back at any time. if statusbyte && xc0 == xc0: it's a status byte |
Beta Was this translation helpful? Give feedback.
-
Here is example how to control K3NG Keyer over serial CLI directly from browser using webserial API in javascript I think this can be very easily implemented to cloudlog. 73 Ondra OK1CDJ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Cloudlog is my primary log for daily use and it will be nice to make CW QSO directly from log.
I made network morse keyer based on ESP32 with simple web interface and usage is really simple:
http://XX.XX.XX.XX/get?message=CQ DE OK1CDJ OK1CDJ K&speed=25&API_KEY=XXXXXXXX
and keyer returns OK when message is accepted.
Is there someone who is also interested in this feature ?
Can someone help with integration in to Cloudlog ??
Have a nice day.
Ondra OK1CDJ
Beta Was this translation helpful? Give feedback.
All reactions