home.social

#sa818 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sa818, aggregated by home.social.

  1. Still ugly, but it transmits and receives now.
    After sending the beacon message it listens a while, then transmits the largest RSSI from that receive period.

    I think I'll leave it on a breadboard until I'm done improving it. Not sure what other features I should try to add. 🤔
    Then maybe mount it in a box, or design a board then mount it. It would be pretty cool to have it on my roof.

    #hamRadio #vhf #sa818 #arduino #amateurRadio #2m

  2. Still ugly, but it transmits and receives now.
    After sending the beacon message it listens a while, then transmits the largest RSSI from that receive period.

    I think I'll leave it on a breadboard until I'm done improving it. Not sure what other features I should try to add. 🤔
    Then maybe mount it in a box, or design a board then mount it. It would be pretty cool to have it on my roof.

    #hamRadio #vhf #sa818 #arduino #amateurRadio #2m

  3. Still ugly, but it transmits and receives now.
    After sending the beacon message it listens a while, then transmits the largest RSSI from that receive period.

    I think I'll leave it on a breadboard until I'm done improving it. Not sure what other features I should try to add. 🤔
    Then maybe mount it in a box, or design a board then mount it. It would be pretty cool to have it on my roof.

    #hamRadio #vhf #sa818 #arduino #amateurRadio #2m

  4. Still ugly, but it transmits and receives now.
    After sending the beacon message it listens a while, then transmits the largest RSSI from that receive period.

    I think I'll leave it on a breadboard until I'm done improving it. Not sure what other features I should try to add. 🤔
    Then maybe mount it in a box, or design a board then mount it. It would be pretty cool to have it on my roof.

    #hamRadio #vhf #sa818 #arduino #amateurRadio #2m

  5. It's ugly, but it's transmitting. Right now it's a beacon, sending just my call sign and grid square.

    Now to figure out what to do on receive. I'm thinking it should monitor the frequency, then report the strongest signal received in that period when it sends the beacon message

    #hamRadio #sa818 #arduino #vhf #beacon #2m #homebrew

  6. It's ugly, but it's transmitting. Right now it's a beacon, sending just my call sign and grid square.

    Now to figure out what to do on receive. I'm thinking it should monitor the frequency, then report the strongest signal received in that period when it sends the beacon message

    #hamRadio #sa818 #arduino #vhf #beacon #2m #homebrew

  7. It's ugly, but it's transmitting. Right now it's a beacon, sending just my call sign and grid square.

    Now to figure out what to do on receive. I'm thinking it should monitor the frequency, then report the strongest signal received in that period when it sends the beacon message

    #hamRadio #sa818 #arduino #vhf #beacon #2m #homebrew

  8. It's ugly, but it's transmitting. Right now it's a beacon, sending just my call sign and grid square.

    Now to figure out what to do on receive. I'm thinking it should monitor the frequency, then report the strongest signal received in that period when it sends the beacon message

    #hamRadio #sa818 #arduino #vhf #beacon #2m #homebrew

  9. It's ugly, but it's transmitting. Right now it's a beacon, sending just my call sign and grid square.

    Now to figure out what to do on receive. I'm thinking it should monitor the frequency, then report the strongest signal received in that period when it sends the beacon message

    #hamRadio #sa818 #arduino #vhf #beacon #2m #homebrew

  10. I've been trying to get my SA818 to play nice with an Arduino, and I think I finally got it. Turns out the SoftwareSerial library was causing problems when I tried to control the SA818. I wanted two ports so I could use the USB serial port for debugging, but alas, I had to do debugging a different way (got some LEDs and just flashed them in different patterns).

    #HamRadio #vhf #sa818 #arduino #serialPort #cProgramming

  11. I've been trying to get my SA818 to play nice with an Arduino, and I think I finally got it. Turns out the SoftwareSerial library was causing problems when I tried to control the SA818. I wanted two ports so I could use the USB serial port for debugging, but alas, I had to do debugging a different way (got some LEDs and just flashed them in different patterns).

    #HamRadio #vhf #sa818 #arduino #serialPort #cProgramming

  12. I've been trying to get my SA818 to play nice with an Arduino, and I think I finally got it. Turns out the SoftwareSerial library was causing problems when I tried to control the SA818. I wanted two ports so I could use the USB serial port for debugging, but alas, I had to do debugging a different way (got some LEDs and just flashed them in different patterns).

    #HamRadio #vhf #sa818 #arduino #serialPort #cProgramming

  13. I've been trying to get my SA818 to play nice with an Arduino, and I think I finally got it. Turns out the SoftwareSerial library was causing problems when I tried to control the SA818. I wanted two ports so I could use the USB serial port for debugging, but alas, I had to do debugging a different way (got some LEDs and just flashed them in different patterns).

    #HamRadio #vhf #sa818 #arduino #serialPort #cProgramming

  14. Figured out my SA818 programming problem: I had the tx and rx lines backwards. I was under the impression that in UART, the tx pin on the first device was connected to the rx pin on the second. However, the cheap Chinese USB adapter I have wants tx to tx 🤦‍♂️

    Good thing the description on the website is written in passable English, it had enough to get me on the right track.

    #HamRadio #uart #vhf #sa818 #hamr

  15. Figured out my SA818 programming problem: I had the tx and rx lines backwards. I was under the impression that in UART, the tx pin on the first device was connected to the rx pin on the second. However, the cheap Chinese USB adapter I have wants tx to tx 🤦‍♂️

    Good thing the description on the website is written in passable English, it had enough to get me on the right track.

    #HamRadio #uart #vhf #sa818 #hamr

  16. Figured out my SA818 programming problem: I had the tx and rx lines backwards. I was under the impression that in UART, the tx pin on the first device was connected to the rx pin on the second. However, the cheap Chinese USB adapter I have wants tx to tx 🤦‍♂️

    Good thing the description on the website is written in passable English, it had enough to get me on the right track.

    #HamRadio #uart #vhf #sa818 #hamr

  17. Figured out my SA818 programming problem: I had the tx and rx lines backwards. I was under the impression that in UART, the tx pin on the first device was connected to the rx pin on the second. However, the cheap Chinese USB adapter I have wants tx to tx 🤦‍♂️

    Good thing the description on the website is written in passable English, it had enough to get me on the right track.

    #HamRadio #uart #vhf #sa818 #hamr

  18. Has anyone been able to program a SA818 board? I've tried a few different ways (Python sa818, a C version of the same thing) and it just won't work. I never get a response to the connect message.

    I'm starting to suspect it's the USB-serial dongle that came with it. Might have to find an Arduino and try it that way, but that's a lot more work.

    #hamRadio #vhf #sa818 #linux

  19. Has anyone been able to program a SA818 board? I've tried a few different ways (Python sa818, a C version of the same thing) and it just won't work. I never get a response to the connect message.

    I'm starting to suspect it's the USB-serial dongle that came with it. Might have to find an Arduino and try it that way, but that's a lot more work.

    #hamRadio #vhf #sa818 #linux

  20. Has anyone been able to program a SA818 board? I've tried a few different ways (Python sa818, a C version of the same thing) and it just won't work. I never get a response to the connect message.

    I'm starting to suspect it's the USB-serial dongle that came with it. Might have to find an Arduino and try it that way, but that's a lot more work.

    #hamRadio #vhf #sa818 #linux

  21. Has anyone been able to program a SA818 board? I've tried a few different ways (Python sa818, a C version of the same thing) and it just won't work. I never get a response to the connect message.

    I'm starting to suspect it's the USB-serial dongle that came with it. Might have to find an Arduino and try it that way, but that's a lot more work.

    #hamRadio #vhf #sa818 #linux

  22. Has anyone been able to program a SA818 board? I've tried a few different ways (Python sa818, a C version of the same thing) and it just won't work. I never get a response to the connect message.

    I'm starting to suspect it's the USB-serial dongle that came with it. Might have to find an Arduino and try it that way, but that's a lot more work.

    #hamRadio #vhf #sa818 #linux