-
```
def reset_vbus(self):
# unmount SD card to avoid errors
if self.hardware["SDcard"]:
try:
umount("/sd")
self.spi.deinit()
…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.1 on 2024-03-27; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
#code.py (provided by anecdata in the discord)…
-
In the Apple apps there is a signal meter Based on https://sensing-labs.com/f-a-q/a-good-radio-level/ and using the individual SNR values from here for the different spreading factors https://www.thet…
-
Hello, I would like to propose the implementation of a new feature in the firmware that allows users to modify the "ANI ID," "UP CODE," and "DOWN CODE" settings directly from the radio's keypad. This …
-
Hi, any way to make this board work? https://de.aliexpress.com/i/4000059678125.html
It says "T95_V1.1" on the board. Pinout seems to be the same as here:
#elif defined(LILYGO_T95_V1_0)
#define I2…
-
### Category
Other
### Hardware
T-Beam
### Firmware Version
2.3.8
### Description
After freshly flashed and reset a T-beam v1.1 board (the 433/470 MHz variant with SX1268 chip), directly settin…
-
I just started using CubicSDR and like the way things are displayed. I want to use this as a panadapter for my radio and not an SDR receiver. It connects to my rig just fine and tracks frequency, sets…
-
### Problem
Component values are automatically saved into the session state, but they are removed if they do not appear in the next run.
However, I sometimes want the component values to be kept i…
-
I have a [LoStik](https://www.crowdsupply.com/ronoth/lostik) and took some time to figure out how to get it to receive disaster-radio messages (and parse them). I figured this might be useful to someo…
-
```
Radio buttons does not work correctly in the latest version.
$form->addElement(new Element_Radio("Radio Buttons:", "RadioButtons", $options,
array("value" => "one"))); will only return 1 radio b…