Re: Status of UDRC-II?
Bryan will be offline for the weekend. All of these questions will be addressed when the official roll-out happens.
On Fri, Jul 27, 2018 at 10:54 AM, <KD2BBW@...> wrote: My pending order also has the acrylic case. Will that get wrapped up into the cost of the alum case?
|
|
Re: Status of UDRC-II?
Daniel Corwin
My pending order also has the acrylic case. Will that get wrapped up into the cost of the alum case?
|
|
Re: Status of UDRC-II?
john@...
Hi, Bryan... I still do not have my UDRCi-ii. :-( So, will I get one of these new units especially since I gave you the idea for its development? John, K4BR ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On July 27, 2018 10:36 AM, Bryan Hoyer <bhhoyer@...> wrote:
|
|
Re: Status of UDRC-II?
We are having an aluminum case built for the new unit.
toggle quoted messageShow quoted text
|
|
Re: Status of UDRC-II?
Daniel Corwin
Will the new device still be compatible with the acrylic cases you currently offer?
|
|
Re: Status of UDRC-II?
You have the choice of either a refund or a discount on new units.
toggle quoted messageShow quoted text
|
|
Re: Status of UDRC-II?
Daniel Corwin
What about units that haven’t shipped and are on back order?
|
|
Re: Status of UDRC-II?
We are announcing the replacement model DRAWS, Digital Radio Amateur Workstation, next month available in September.
toggle quoted messageShow quoted text
Thanks, Bryan K7UDR
|
|
Re: Status of UDRC-II?
toggle quoted messageShow quoted text
On Tue, Jul 24, 2018 at 4:15 PM, Chris - KC9AD <c.doutre@...> wrote:
|
|
Status of UDRC-II?
Chris - KC9AD
Hi Guys,
I was wondering if you had any kind of update on the UDRC-II availability? Thanks,
Chris KC9AD
|
|
Re: Compass and Duckdns
well the end result is this pi@compass:/duckdns $ sudo ./duck.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file /root/duckdns/duck.log: No such file or Warning: directory curl: (23) Failed writing body (0 != 2) pi@compass:/duckdns $ Ok just saw the issue it should be /root/Duckdns/ I was only /Duckdns oops..
On Mon, Jul 23, 2018 at 2:04 PM, John D Hays - K7VE <john@...> wrote:
--
Joe Detiveaux WA5VYK Odessa,Tx
|
|
Re: Compass and Duckdns
DuckDNS is it's own service. Just use https://www.duckdns.org/install.jsp if you want to use it. There are other DynamicDNS services. You can turn one on at ircddb.net, that automatically updates on ircddb reports. Go to http://regsrv.ircddb.net/index.htm and use "Change Dynamic DNS" setting. If your repeater callsign were NW7DR, then nw7dr.gw.ircddb.net would be the domain name.
On Mon, Jul 23, 2018 at 11:38 AM, Joe Detiveaux <Wa5vyk@...> wrote:
|
|
Re: Compass and Duckdns
Hi Joe,
We have it running on our Echolink System. There is nothing special, just follow the duckdns instructions. Bryan K7UDR
|
|
Compass and Duckdns
Is there instructions for adding duckdns to the Compass os? looking for the proper directory etc. -- Joe Detiveaux WA5VYK Odessa,Tx
|
|
UDRC ship date
Daniel Corwin
Any idea when back orders will be fulfilled? Thank you!
|
|
Re: MMDVM & UDRC
Thanks John, that helped but there were still a few errors along the way:
g++ -g -O3 -Wall -std=c++0x -pthread -c -o Biquad.o Biquad.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDMR.o CalDMR.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDStarRX.o CalDStarRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDStarTX.o CalDStarTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalNXDN.o CalNXDN.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalP25.o CalP25.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CWIdTX.o CWIdTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRDMORX.o DMRDMORX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRDMOTX.o DMRDMOTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRSlotType.o DMRSlotType.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DStarRX.o DStarRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DStarTX.o DStarTX.cpp
DStarTX.cpp: In member function ‘void CDStarTX::txHeader(const uint8_t*, uint8_t*) const’:
DStarTX.cpp:382:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (d & 0x08U)
^~
DStarTX.cpp:384:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
i++;
^
g++ -g -O3 -Wall -std=c++0x -pthread -c -o FIR.o FIR.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o FIRInterpolator.o FIRInterpolator.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o IO.o IO.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o IOUDRC.o IOUDRC.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o MMDVM.o MMDVM.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o NXDNRX.o NXDNRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o NXDNTX.o NXDNTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o P25RX.o P25RX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o P25TX.o P25TX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o POCSAGTX.o POCSAGTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o SampleRB.o SampleRB.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o SerialController.o SerialController.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o SerialPort.o SerialPort.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o SerialRB.o SerialRB.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o SoundCardReaderWriter.o SoundCardReaderWriter.cpp
SoundCardReaderWriter.cpp: In member function ‘virtual void CSoundCardWriter::entry()’:
SoundCardReaderWriter.cpp:479:85: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
le ((ret = ::snd_pcm_writei(m_handle, m_samples + offset, nSamples - offset)) != (nSamples - offset)) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
g++ -g -O3 -Wall -std=c++0x -pthread -c -o Thread.o Thread.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o Utils.o Utils.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o YSFRX.o YSFRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o YSFTX.o YSFTX.cpp
g++ Biquad.o CalDMR.o CalDStarRX.o CalDStarTX.o CalNXDN.o CalP25.o CWIdTX.o DMRDMORX.o DMRDMOTX.o DMRSlotType.o DStarRX.o DStarTX.o FIR.o FIRInterpolator.o IO.o IOUDRC.o MMDVM.o NXDNRX.o NXDNTX.o P25RX.o P25TX.o POCSAGTX.o SampleRB.o SerialController.o SerialPort.o SerialRB.o SoundCardReaderWriter.o Thread.o Utils.o YSFRX.o YSFTX.o -g -lpthread -lasound -lwiringPi -o MMDVM
it did complete the compile. When I attempt ./MMDVM is receive the following: Link does not exist: /dev/pts/1 <> ttyMMDVM0
Error creating symlink from /dev/pts/1 to ttyMMDVM0
Unable to open serial port on vpty: ttyMMDVM0
I am assuming this indicates that it is not properly configured for the UDRC. That is what I will be exploring next. Thanks for the help Rich, KR4PI
|
|
Re: MMDVM & UDRC
I haven't had a chance to build yet, but it looks like you haven't installed the dev package for asoundlib. Try: sudo apt install libasound2-dev
On Fri, Jul 6, 2018 at 11:02 AM, Rich KR4PI <rich.schnieders@...> wrote: Does anyone have MMDVM running on their UDRC yet? I have tried to compile and run with the latest compass Cedar but still cannot complete the build. Sudo make results in:
|
|
Re: MMDVM & UDRC
Does anyone have MMDVM running on their UDRC yet? I have tried to compile and run with the latest compass Cedar but still cannot complete the build. Sudo make results in:
g++ -g -O3 -Wall -std=c++0x -pthread -c -o Biquad.o Biquad.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDMR.o CalDMR.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDStarRX.o CalDStarRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalDStarTX.o CalDStarTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalNXDN.o CalNXDN.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CalP25.o CalP25.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o CWIdTX.o CWIdTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRDMORX.o DMRDMORX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRDMOTX.o DMRDMOTX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DMRSlotType.o DMRSlotType.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DStarRX.o DStarRX.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o DStarTX.o DStarTX.cpp
DStarTX.cpp: In member function ‘void CDStarTX::txHeader(const uint8_t*, uint8_t*) const’:
DStarTX.cpp:382:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (d & 0x08U)
^~
DStarTX.cpp:384:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
i++;
^
g++ -g -O3 -Wall -std=c++0x -pthread -c -o FIR.o FIR.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o FIRInterpolator.o FIRInterpolator.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o IO.o IO.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o IOUDRC.o IOUDRC.cpp
g++ -g -O3 -Wall -std=c++0x -pthread -c -o MMDVM.o MMDVM.cpp
In file included from MMDVM.cpp:21:0:
SoundCardReaderWriter.h:51:28: fatal error: alsa/asoundlib.h: No such file or directory
^
compilation terminated.
Makefile:17: recipe for target 'MMDVM.o' failed
make: *** [MMDVM.o] Error 1
Thanks in advance for the help. Rich, KR4PI
|
|
Re: Buster and MacOS upgrade
All ok, good job!
toggle quoted messageShow quoted text
Best 73 de IK0MMI Andrea
|
|
Re: Buster and MacOS upgrade
rob_eke
Just installed the Buster bug fix V1.21 and all worked again as a charm.
Tks ANNA!
|
|