Wykres commitów

207 Commity (d9dcba12c6d3c45e43781e03f93204451d4c0555)

Autor SHA1 Wiadomość Data
Harry d9dcba12c6
Support for the new 80To10m model
1.1 Desktop model with 10m filter installed now indicates it can do 17m as swell besides the 12m and 15m
2021-06-18 12:00:15 +02:00
Harry 6ce23ca2a7
Better first time read of all the data.
Better initial updates of all settings when the software does the initial query for all the settings 
Added better support for transmitter with Beta Firmware (<1.0)
2021-06-01 22:27:10 +02:00
Harry 1b2e8f409d
Ver 1.02. Trying to Fix Serial port problem
Restored Seriar port handling to normal exception handling
2021-05-19 19:32:45 +02:00
Harry 2e0fb8cba9
Versoin 1.01. Slight change in serial port handling to avoid GUI getting "stuck"
The configuration software seemed to getting stuck sometimes and the GPS time did not update. 
The change tries to address this condition that happens sometimes for unknown reason, 
Changed ComPort synch method from smThreadSynch to smNone
2021-05-19 18:33:47 +02:00
Harry b3e80bc4a9
Add files via upload 2021-05-16 21:28:15 +02:00
Harry 1b613183d4
Release version 1.0 2021-05-16 20:36:35 +02:00
Harry e5caac11fe
Delete WSPR_TX_Config100.exe 2021-05-16 20:34:48 +02:00
Harry d183f34c25
Version 1.0 Bugfixes, Support for Type3 WSPR Messages
Support for Type 3 transmissions (six letter Maidenhead position reports)
Lots of bug fixes from the last Beta
2021-05-16 20:33:59 +02:00
Harry 1921465bcd
Delete WSPR_TX_Config100.exe 2021-05-16 20:30:48 +02:00
Harry 0378a23b3b
Pre-compiled Hex files
Use Xloader software to update your transmitter. Can be downloaded here: https://www.zachtek.com/download
2021-05-16 17:17:13 +02:00
Harry 8a54d961fa
Ver 1.00 Support for 6 letter Maidenhead reports. Bugfixes
Numerous bug fixes. This is the first Release Version 1.00.
Support for Type 3 messages that will increase precision by transmitting six letter Maidenhead location
2021-05-16 16:17:44 +02:00
Harry d711dff047
V1.0 Added Type 3 transmissions . Auto-detect I2CAddress
Type 3 transmissions gives increased position precision with six letter Maidenhead position reports, also gives better altitude precision in case altitude is encoded in the pwr field. In that case first transmission converts altitude to power by diving the altitude in meter by 300 and round down to closest defined power. The second transmission takes the remainder and converts it to pwr by dividing by 20.
At the receive side the conversion is by taking the pwr in dBm and multiplying with 300 and adding the next message pwr in dBm * 20
2021-05-16 16:01:51 +02:00
Harry 0c49f5bd0f
0.95 for Si5351 with I2C adress 0x62
This version is for a special version Si5351 with a different hardware address.
2021-04-19 10:59:44 +02:00
Harry 6b3ab08253
Bugfixes on GPS and for the Mini, see details
0.93 Modified GPSWakeUp routine to reset GPS on all models when waking up from sleep
  0.94 Fixed bug that cased GPS reset after each transmission
  0.95 WSPR Mini re-added after it had been removed by accident in an earlier version
2021-04-19 10:54:10 +02:00
Harry 6f2be2284e
Add files via upload 2021-01-16 12:55:22 +01:00
Harry bae4b695e7
Delete WSPR-TX_LP1 with Mezzanine LP4 card Firmware 10.95.ino.zip 2021-01-16 12:55:08 +01:00
Harry 1691cfb13c
Delete WSPR-TX_LP with Mezzanine LP4 card Firmware 10.95.ino.zip 2021-01-16 12:54:34 +01:00
Harry e3722e0059
Add files via upload 2021-01-16 12:54:09 +01:00
Harry 175f62a8fc
Add files via upload 2021-01-16 12:53:21 +01:00
Harry 7a64c862af
Delete WSPR-TX_LP with Mezzanine LP¤ card 10.95.ino.zip 2021-01-16 12:52:28 +01:00
Harry c98b0f71ba
Add files via upload 2021-01-16 12:51:44 +01:00
Harry 85f92a2f92
Add files via upload 2021-01-16 12:44:45 +01:00
Harry 710aadc204
Version 0.94 for the WSPR TX Desktop model 2020-12-30 23:25:18 +01:00
Harry 3d7d9ffd88
GPS reset implemented for LP1 and Desktop models if their GPS fails to get a fix. 2020-12-15 17:30:45 +01:00
Harry 5ea4b4c629
Switches between the band in random instead of sequential order 2020-12-15 17:28:42 +01:00
Harry 0ec756331c
Early testcompile of the nHash functions needed for Type 2 and 3 WSPR Messages
Code copied from https://github.com/Guenael/airspy-wsprd/blob/master/nhash.c
2020-10-27 14:23:35 +01:00
Harry de3af4c3c2
Reverse band order, eg will start TX at highest enabled band. 2020-09-30 14:02:20 +02:00
Harry bcecd95fe7
HEX file for WSPR-TX Pico with Reverse band ordering 2020-09-30 13:58:16 +02:00
Harry e1dfc5c378
Geo-Fencing for the Pico, will not transmit over restricted parts of the word 2020-08-14 16:48:58 +02:00
Harry 16cb13f0a5
Add files via upload
For WSPR TX Pico. Will not transmit when in these grids: IO78 IO88 IO77 IO87 IO76 IO86 IO75 IO85 IO84 IO94 IO83 IO93 IO82 IO92 JO02 IO81 IO91 JO01 IO70 IO80 IO90 IO64 PN31 PN41 PN20 PN30 PN40 PM29 PM39 PM28 PM38 LK16 LK15 LK14 LK13 LK23 LK24 LK25 LK26 LK36 LK35 LK34 LK33 LK44 LK45 LK46 LK47 LK48 LK58 LK57 LK56 LK55"; 
= UK, North Korea, or Yemen.
GeoFence code and grids by Matt Downs
2020-08-13 12:49:46 +02:00
Harry 309202a09b
Changed license from MIT to GNU GPL3
Added code from K1JT that had a GPL3 license to it in the Firmware Source Code
2020-07-23 14:11:09 +02:00
Harry 51d9133f03
Removed dependency on JTencode library
0.89 Fixed a bug that indicated 10-pole low pass filters for LP1 instead of the standard 7-pole in the DecodeSerialCMD routine.
0.90 Removed dependency on JTencode library by copying the needed code.
2020-07-21 15:01:35 +02:00
Harry 9d5505ba74
Added GPS Lock indicator
1 Added GPS Lock indicator
2 Also improved the general han.dling of incoming Serial Data.
Sometimes it doesn't display the incoming data until one closes and re-opens the serial port. This situation is much improved in this version.
2020-07-09 02:21:02 +02:00
Harry 50436b3f13
SPECIAL VERSION FOR EXTERNAL FREQUENCY DIVISION
This is a special experimental version that requires an external divider on the output.
  This can be useful in the following two scenarios:
  1 For generating baseband WSPR e.g 1500Hz for direct input to microphone input on a transmitter or for modulating a laser.
  2 For users with special amplifiers on LF and MF that divides the signal by two as part of the switched amplifier.
  The division rate is configurable with the constant ExtDivision
  In WSPR Beacon mode the band settings will be used but the output frequency will always be multiplied by the ExtDivision
  The WSPR symbol shift is also multiplied so instead of the normal shift of 1.46Hz per symbol it will be 1.46Hz * ExtDivision
  The signal generator works as normal, e.g setting it to 1MHz will output 1MHz
2020-06-07 14:43:03 +02:00
Harry 4ef9fba240
Update README.md 2020-05-13 14:39:25 +02:00
Harry 1b3385f388
Update README.md 2020-05-13 14:38:50 +02:00
Harry 23a58de4b3
0.88 Support for LP1 addon card BLP4, prod model #1029, adjusted Low passfilter calculation in FreqToBand () 2020-05-13 14:37:52 +02:00
Harry 7e6029bc3c
Changed some stuff to avid memory leaks.
Some users have reported the software is not displaying correctly or is using high amounts of memory or CPU after it has been running for many hours. It might even crash after 24 hours. So this latest change tries to adress that problem.
2020-03-14 21:04:48 +01:00
Harry 71ff54c0a8
Version 0.87 for the WSPR-TX Pico 2020-03-10 16:00:29 +01:00
Harry 8baa1323c1
Version 0.87 for the WSPR-TX Mini 2020-03-10 15:59:33 +01:00
Harry 604d071880
Version 0.86 for the WSPR TX Mini 2020-03-08 17:47:03 +01:00
Harry 83cfe028bd
Delete WSPR-TX Mini 0.86.ino.hex 2020-03-08 17:45:59 +01:00
Harry d8c02a89ad
0.86 for WSPR-TX Mini
0.86 Improved the paus timing accuracy when the Mini or Pico is sleeping during long TX Pauses
2020-03-01 16:31:31 +01:00
Harry 151e164f62
0.86 Improved the paus timing accuracy when the Mini or Pico is sleeping during long TX Pauses 2020-02-13 19:52:38 +01:00
Harry 03cbb46995
Hex file for the WSPR-TX Pico Firmware version 0.85 2020-01-26 20:24:47 +01:00
Harry edc51c0204
Added support for WSPR-TX Pico 2020-01-26 20:10:38 +01:00
Harry 7f23c12d90
Picos combined 20m and 30m lowpass filter correctly reported to PC program
0.85 Picos combined 20m and 30m lowpass filter correctly reported to PC program, 
          An unresponsive GPS will be reset after some time in the idle routine
2020-01-24 15:16:09 +01:00
Harry 4dce66b275
Fixed Pico GPS Sleep functions so the GPS would restart properly in brown-out conditions
0.84 Fixed Pico GPS Sleep functions so the GPS would restart properly in brown-out conditions.
       Fixed so WSPR beacon goes back again after Serial API command is handled 
       (A bug made the beacon go back only after a GPS fix, now goes back immediately even if no GPS fix)
2020-01-24 15:13:44 +01:00
Harry 97372f0d8a
Fixed so the WSPR Mini is not put to sleep during long TXPauses to save power if the PC is connected. 2020-01-13 13:05:58 +01:00
Harry 9943593d43
Added Progress bars for the WSPR Beacon. Added mouse-over hints and info buttons. 2020-01-08 15:31:42 +01:00