• 1 Post
  • 7 Comments
Joined 10 months ago
cake
Cake day: March 30th, 2024

help-circle

  • I don’t believe the machine gun is intended to be fired while on the move. You’d have to be grabbing that grip at your crotch, aiming without the sights, all the while peddling and steering. That’s quite the tall order. Even under ambush conditions you’d want to get out of the area ASAP, something a bicycle would do better at than on foot.

    My presumption is this is intended to be a fast and light machine gun placement. Speedy deployment and movement of machine gun nets without needing to carry all that weight, let along carrying a machine gun’s diet of ammunition, on your back is quite an advantage. Dismounting to get behind the gun isn’t a high bar nor particularly slow. I’m sure a soldier could be sending lead downrange in a matter of seconds. Essentially the same role as light infantry support vehicles today.




  • You’re probably decoding noise or in the middle of the bit stream.

    What you’re looking for is called “preamble.” That’s a sequence of bits used to synchronize the decoder (marks the start of data, useful in modulation schemes for clock recovery, and a few other things).

    Looking at minimodem’s manual, try using the sync-byte option. Prepend your tar stream with a string of bytes, like 0x01, before sending to minimodem for encoding. Then use the sync code option to mark the start of the tar bit stream. This is as simple as cat preamble.bin myfiles.tar | minimodem --tx …

    Other things to consider: start small with 300 baud BFSK before speeding up. Test with wav files before attempting physical tape or speakers and a microphone.