Andy Taylor
414ea06098
Update CWIdTX.cpp
...
Add "." to CWId - copied from G4KLX's commit - bd16d13531
2020-05-06 09:50:30 +01:00
Andy CA6JAU
af1537dcdc
Merge pull request #113 from s-s-s/master
...
edited the format in the command descriptions
2019-12-04 12:43:51 -03:00
Sergei
f212b8974c
edited the format in the command descriptions
...
edited the format in the command descriptions
2019-12-04 18:00:36 +03:00
Andy CA6JAU
9658d83dab
Merge pull request #112 from s-s-s/master
...
added a description for orangepi
2019-12-03 10:42:18 -03:00
Sergei
4ce0878ca6
added a description for orangepi
...
added a description for orangepi
2019-12-03 16:38:08 +03:00
Andy CA6JAU
33510b6832
Merge pull request #111 from s-s-s/master
...
Added an option to flash on OrangePi PC\PC Plus
2019-12-03 09:54:27 -03:00
Sergei
dcc23cf6fa
Install fw to opi
...
Install fw to opi pc/pc plus
2019-12-03 12:22:19 +03:00
Sergei
6dbb436002
add option to flash on orangepi pc\pc plus
...
Add option to flash on orangepi pc\pc plus on /dev/ttyS3
2019-12-03 11:11:54 +03:00
Andy CA6JAU
f74043a040
Update README
2019-12-01 23:00:36 -03:00
Andy CA6JAU
98895e5939
Add beta fw support for installer scripts
2019-12-01 22:36:45 -03:00
Andy CA6JAU
3c0c3abcc3
Changing version (beta)
2019-12-01 21:34:23 -03:00
Andy CA6JAU
1210748cdb
UDID is now optional (disabled in some boards to save flash memory)
2019-12-01 21:20:26 -03:00
Andy CA6JAU
146e6fb3e6
Update docs
2019-12-01 20:28:55 -03:00
Andy CA6JAU
bdb610e973
Updating installer scripts
2019-12-01 19:57:04 -03:00
Andy CA6JAU
5fdf64d7d0
Add binary fw for generic duplex usb boards (old ZUMspot duplex)
2019-12-01 19:55:35 -03:00
Andy CA6JAU
623d4bb351
Add some building messages
2019-12-01 19:03:29 -03:00
Andy CA6JAU
ce0ad59bcc
Fix UDID compilation warning
2019-12-01 19:03:11 -03:00
Andy CA6JAU
fb931db47f
Fix binary fw for ZUMspot duplex
2019-12-01 16:01:53 -03:00
Andy CA6JAU
c1e279af7d
Fix compilation for most of the boards
2019-12-01 15:55:20 -03:00
Andy CA6JAU
754a9c6657
Fix binary build for ZUMspot dualband
2019-12-01 15:36:20 -03:00
Andy CA6JAU
506a514d8b
Merge pull request #107 from veraabad/master
...
ZUMspot Duplex and Dualband Code Changes
2019-12-01 15:06:14 -03:00
Andy CA6JAU
c4623c2890
Merge pull request #104 from shawnchain/uart2_uplink
...
Improve the modem serial repeat
2019-12-01 14:44:40 -03:00
Abad-Vera
3c63f30a08
Fixed issue with POCSAG under dualband board
2019-09-23 14:44:27 -07:00
Abad-Vera
8967348bcc
Merged changes for both ZUMspot duplex and dualband boards to master branch
2019-09-20 10:03:45 -07:00
Abad-Vera
c34f5d511d
Added changes for both ZUMspot duplex and dualband boards
2019-09-19 16:39:49 -07:00
Abad-Vera
f96cd2af84
Merge branch 'zum_dual_band' into zum_duplex
2019-09-18 15:29:50 -07:00
Abad-Vera
4669198c77
Added changes to prevent conflict with other Duplex boards
2019-09-18 15:29:12 -07:00
Shawn Chain
c909c2dbc5
optimize writeSerialRpt()
2019-08-13 00:54:26 +08:00
Shawn Chain
c305359ce5
Improve the modem serial repeat
2019-08-13 00:43:31 +08:00
Andy CA6JAU
06e02d54f9
Update README
2019-06-02 13:00:25 -04:00
Andy CA6JAU
8e5e06de30
Remove unused DEV_USB_SER from scripts
2019-06-02 12:47:32 -04:00
Andy CA6JAU
f26469737e
Merge pull request #101 from shawnchain/device_id
...
add udid support to the firmware
2019-05-31 08:35:25 -04:00
Shawn Chain
279251d484
add udid support to the firmware
2019-05-31 18:31:29 +08:00
Andy CA6JAU
e1ef453979
Update docs
2019-05-29 21:54:12 -04:00
Andy CA6JAU
97d270a1fe
Fix typo
2019-05-29 21:42:23 -04:00
Andy CA6JAU
cc451c4036
Updating scripts
2019-05-29 17:57:15 -04:00
Andy CA6JAU
7e924a21b6
Working on D2RG MMDVM_HS support
2019-05-29 17:30:56 -04:00
Abad-Vera
3cdeb26aa0
Initial commit for Duplex board
2019-05-25 20:30:32 -07:00
Abad-Vera
fbeb5a39b7
Changes for ZUM dual band board
2019-05-08 13:34:59 -07:00
Andy CA6JAU
e9b89208cc
Merge pull request #99 from plainpylut/master
...
Summary: Change USART2 serial baud rate to 9600
2019-04-23 22:13:23 -04:00
Garry Kraemer
269f6b4358
Summary: Change USART2 serial baud rate to 9600
...
Description:
Andy, I apologize for these changes. My son and I submitted high serial baud rates and then figured out most users will be using 9600, so it is best to stick with it. We didn't have any issues running at 115200.
1. Update configs subdir files with USART2 serial baud rate of 9600. Update Makefile - remove high speed USART1 baud rate compile flag.
2. I used 'Compare-it' to diff the files and these files should closely match your original files (minimal changes from originals).
3. Thanks for all your work on the MMDVM code! I have been a ham since 1977 and just found DMR and hotspots. Amazing technology in use these days.
Feel free to improve these changes for use with PD0DIB's Nextion display pages.
Garry / WD0DUD
2019-04-23 18:39:01 -07:00
Andy CA6JAU
6b751d595e
Merge pull request #98 from plainpylut/AddUSART2MsgProcessing
...
Summary: Correct README.md
2019-04-22 21:39:01 -04:00
Garry Kraemer
6781fa5c8b
Summary: Correct README.md
...
Description: Use GhostWriter to correct README.md, Now it displays properly.
2019-04-22 16:59:48 -07:00
Andy CA6JAU
3fd75cd177
Merge pull request #97 from plainpylut/master
...
Summary: Add USART2 serial message processing
2019-04-22 17:14:04 -04:00
Garry Kraemer
88455a50dd
Summary: Add USART2 serial message processing
...
Description:
1. Update configs subdir files with high speed USART2 serial baud rate. Update Makefile with high speed USART1 baud rate
2. Implement Nextion serial message processing from USART2. This allows the Nextion display to be connected to the Nextion port on the hotspot PCB (Modem board). SerialPort.cpp and SerialPort.h updated.
Tested on Simplex ZumSpot-RPi using 3.4" Nextion display and PD0DIB's "Model 8 - 3.5inch_GLOBE-SIMPLEX_v1.2" screens, with two touch areas ('REBOOT' and 'POWEROFF').
3. Update README.md.
Test: RPi 3B+ running Pi-Star:4.0.0-RC3, with ZumSpot-Rpi running 1.4.16 (updated with these changes) and using ON7LDS Nextion driver.
Feel free to improve these changes for use with PD0DIB's Nextion display pages.
2019-04-22 13:29:25 -07:00
Andy CA6JAU
139eb95b66
Merge pull request #93 from BG4TGO/patch-8
...
Update IOSTM.cpp
2019-03-11 10:01:39 -03:00
Tom
0ec39c32c5
Update IOSTM.cpp
2019-03-11 20:56:16 +08:00
Andy CA6JAU
8254f2233e
Merge pull request #92 from BG4TGO/patch-7
...
Update version.h
2019-03-11 09:55:04 -03:00
Tom
1790bde635
Update version.h
2019-03-11 20:52:23 +08:00
Andy CA6JAU
8519f767c5
Merge pull request #91 from BG4TGO/patch-6
...
Update Makefile
2019-03-06 08:04:01 -03:00