2020-02-01から1ヶ月間の記事一覧

Arduinoを制御するGUIのまとめ

ArduinoをGUIから制御できないかと思い探してみると 、Arduino Playground - InterfacingWithSoftware に複数のGUIの紹介があった。 Azande Jubito MegunoLink ArduinoへGUIデータ転送 GUIからArduinoへデータ転送 まとめ Azande Azande Studioを入れると Se…

USB IO Monitor

0. apt install usbmon Load the usbmon kernel module to open access to USB buses (I think this is what that does, but I know it's required): sudo modprobe usbmon Run usbtop (if this doesn't work, use sudo usbtop instead): usbtop https://uni…

GNURadio NBFM Tx/Rx

Working NBFM transceiver on GNU radio - Amateur Radio - Myriad RF Discourse を参考に、LimeSDR miniと手持ちのハンディ機VX-3をNBFMで交信してみた。 編集したgrcファイルは https://github.com/uecken/GNURadio-TxRx に挙げる。 次の課題は、 デジタル…

GNURadioでMicrophoneとSpeakerをモニタ

Linuxの音声制御 Linuxアプリケーションは、サウンドサーバであるPulse Audioを介し、サウンドAPIであるALSA(Advanced Linux Sound Architecture)を制御することで、サウンドデバイス(Microphone、Speaker)にアクセスできる。 Microphoneのモニタ GNURadioで…