Find Related products on Amazon

Shop on Amazon

Show HN: RadiaCode โ€“ Python Library for RadiaCode-10x Radiation Detectors

Published on: 2025-07-14 21:52:28

RadiaCode Python Library Python library for interfacing with the RadiaCode-10x radiation detectors and spectrometers. Control your device, collect measurements, and analyze radiation data with ease. ๐Ÿš€ Features ๐Ÿ“Š Real-time radiation measurements ๐Ÿ“ˆ Spectrum acquisition and analysis ๐Ÿ”Œ USB and Bluetooth connectivity ๐ŸŒ Web interface example included ๐Ÿ“ฑ Device configuration management ๐Ÿ“ธ Demo Interactive web interface example (backend | frontend): ๐ŸŽฎ Quick Start Examples pip install --upgrade ' radiacode[examples] ' Run the web interface shown in the screenshot above: # Via Bluetooth (replace with your device's address) $ python3 -m radiacode-examples.webserver --bluetooth-mac 52:43:01:02:03:04 # Via USB connection $ sudo python3 -m radiacode-examples.webserver Basic terminal output example (same options as web interface): $ python3 -m radiacode-examples.basic Library Usage Example pip install --upgrade radiacode from radiacode import RadiaCode , RealTimeData # Connect to dev ... Read full article.