The radmon.org radbox-20
9 years 11 months ago - 9 years 11 months ago #264
by mw0uzo
The USB is for the 5V power supply, so both the USB and audio connector need to be plugged in for it to work. There is no serial interface. Sounds like you might be interested in the DIY version
Replied by mw0uzo on topic The radmon.org radbox-20
Looks epic.
I see it has both audio and usb, nice.
Great for programmers to test their work..
I'll see if I soon have the money available. ^_^
The USB is for the 5V power supply, so both the USB and audio connector need to be plugged in for it to work. There is no serial interface. Sounds like you might be interested in the DIY version
Last edit: 9 years 11 months ago by mw0uzo.
Please Log in or Create an account to join the conversation.
- ThibmoRozier
- Offline
- Elite Member
9 years 11 months ago #265
by ThibmoRozier
Perhaps.
And doesn't the chip have a RX/TX pin?
Yet for those to work the firmware(Does it have firmware? ) would need to support serial output.
Replied by ThibmoRozier on topic The radmon.org radbox-20
Looks epic.
I see it has both audio and usb, nice.
Great for programmers to test their work..
I'll see if I soon have the money available. ^_^
The USB is for the 5V power supply, so both the USB and audio connector need to be plugged in for it to work. There is no serial interface. Sounds like you might be interested in the DIY version
Perhaps.
And doesn't the chip have a RX/TX pin?
Yet for those to work the firmware(Does it have firmware? ) would need to support serial output.
Please Log in or Create an account to join the conversation.
9 years 11 months ago #266
by WA0RTU
Replied by WA0RTU on topic The radmon.org radbox-20
Add me to the list Dan. I'll give it a try.
TK
TK
The following user(s) said Thank You: mw0uzo
Please Log in or Create an account to join the conversation.
9 years 11 months ago #267
by mw0uzo
Added
Replied by mw0uzo on topic The radmon.org radbox-20
Add me to the list Dan. I'll give it a try.
TK
Added
Please Log in or Create an account to join the conversation.
9 years 11 months ago - 9 years 11 months ago #268
by mw0uzo
There is no serial interface, as it can be unreliable over long lengths of cable. With the audio method, the cable can be made very long and it will still work. There is firmware, but its purpose is to control the HV tube supply, there is no scope for adding serial.
Replied by mw0uzo on topic The radmon.org radbox-20
Looks epic.
I see it has both audio and usb, nice.
Great for programmers to test their work..
I'll see if I soon have the money available. ^_^
The USB is for the 5V power supply, so both the USB and audio connector need to be plugged in for it to work. There is no serial interface. Sounds like you might be interested in the DIY version
Perhaps.
And doesn't the chip have a RX/TX pin?
Yet for those to work the firmware(Does it have firmware? ) would need to support serial output.
There is no serial interface, as it can be unreliable over long lengths of cable. With the audio method, the cable can be made very long and it will still work. There is firmware, but its purpose is to control the HV tube supply, there is no scope for adding serial.
Last edit: 9 years 11 months ago by mw0uzo.
Please Log in or Create an account to join the conversation.
- ThibmoRozier
- Offline
- Elite Member
9 years 11 months ago #269
by ThibmoRozier
I see.
Maybe there could be a new manner, then?
Like a network stack orso, like TP-Link has some el-cheapo solutions... Yet one would need to have either USB or PCI knowledge...
Or make a custom shield...
You would need to create an Ethernet driver in the firmware, though... That would be some hassle, as in getting the network frame properly, then you'd want it to have a DHCP client service, then fill the IP in on the software which would need to send a request, then the firmware answers the CPM integer, you'd need a unique MAC address, then decide what protocol to run it with, like a UDP socket which I'd prefer due to it having a rather basic functionality and doesn't need stuff like a three-way-handshake, and what port...
But that's where I would come in handy, having access to the Cisco Academy website...
Just a wild idea again.. But yeah, Ethernet(Cat 5 UTP) can range up to give-or-take 100 meters...
Not to provoke stuff, just because I like to be sure, some reference material:
skip if it's not interesting..
Let me know if you want more. ^_^
Replied by ThibmoRozier on topic The radmon.org radbox-20
Looks epic.
I see it has both audio and usb, nice.
Great for programmers to test their work..
I'll see if I soon have the money available. ^_^
The USB is for the 5V power supply, so both the USB and audio connector need to be plugged in for it to work. There is no serial interface. Sounds like you might be interested in the DIY version
Perhaps.
And doesn't the chip have a RX/TX pin?
Yet for those to work the firmware(Does it have firmware? ) would need to support serial output.
There is no serial interface, as it can be unreliable over long lengths of cable. With the audio method, the cable can be made very long and it will still work. There is firmware, but its purpose is to control the HV tube supply, there is no scope for adding serial.
I see.
Maybe there could be a new manner, then?
Like a network stack orso, like TP-Link has some el-cheapo solutions... Yet one would need to have either USB or PCI knowledge...
Or make a custom shield...
You would need to create an Ethernet driver in the firmware, though... That would be some hassle, as in getting the network frame properly, then you'd want it to have a DHCP client service, then fill the IP in on the software which would need to send a request, then the firmware answers the CPM integer, you'd need a unique MAC address, then decide what protocol to run it with, like a UDP socket which I'd prefer due to it having a rather basic functionality and doesn't need stuff like a three-way-handshake, and what port...
But that's where I would come in handy, having access to the Cisco Academy website...
Just a wild idea again.. But yeah, Ethernet(Cat 5 UTP) can range up to give-or-take 100 meters...
Not to provoke stuff, just because I like to be sure, some reference material:
http://en.wikipedia.org/wiki/Transmission_Control_Protocol <= TCP
http://en.wikipedia.org/wiki/User_Datagram_Protocol <= UDP
http://i.imgur.com/RG81MBZ.png <= DHCP message frame
http://i.imgur.com/owkOLAV.png <= DHCP discover message
http://i.imgur.com/qtES7Nh.png <= DHCP offer message
http://i.imgur.com/Qsdn3Ab.png <= ethernet frame encapsulation
skip if it's not interesting..
Let me know if you want more. ^_^
Please Log in or Create an account to join the conversation.
Moderators: Gamma-Man
Time to create page: 0.239 seconds