captcha1
captcha1
On OpenWRT : error opening port:%!(EXTRA *os.SyscallError=SYS_IOCTL: inappropriate ioctl for device)
Pretty sure this is a go-serial bug (due to TCSETS2 being hard coded ? ) : On OpenWRT, I get error opening port:%!(EXTRA *os.SyscallError=SYS_IOCTL: inappropriate ioctl for device) ... could...
Please add support for IBDAP (sold on Tindie & Adafruit : https://www.adafruit.com/product/2764 ) It's based on LPC11U35 . It seems to have JTAG / SWD , SWO , UART ,...
The Nordic nRF52840 chip is inexpensive and has Zigbee ZBOSS support. The [pca10059](https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle) is only $10. Nordic has an SDK with different [Zigbee architectures (entire stack or just MAC layer)](https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/zigbee_architectures.html)...
```python import datetime import pytz tz0 = pytz.timezone('US/Pacific') time0 = tz0.localize(datetime.datetime.now()) #OK#time0 = datetime.datetime.utcnow() stn0 = 'KMUX' nexrad2 = 'https://thredds-test.unidata.ucar.edu/thredds/catalog/nexrad/level2/{stn}/{date:%Y%m%d}/catalog.xml' import siphon.catalog tdscat1 = siphon.catalog.TDSCatalog(nexrad2.format(stn=stn0, date=time0)) tds1 = tdscat1.datasets.filter_time_nearest(time0) print(tds1.access_urls['OPENDAP'])...
I installed gempak-7.4.3-1.fc26.x86_64.rpm on Fedora 29, but when I try to run anything in /home/gempak/GEMPAK7/os/linux64/bin , I get : error while loading shared libraries: libgfortran.so.4: cannot open shared object file:...
When I install pydap (on Fedora 36 w/ Python 3.10.6), I need to change collections.Iterable to collections.abc.Iterable : ``` $ diff pydap/responses/das.py-o pydap/responses/das.py 14c14 < from collections import Iterable ---...
### Is your feature request related to a problem? Please describe The code uses EVT_ENTER_BREAK to "Cycle through views", but the "Radiomaster Pocket (running EdgeTX 2.10.0-rm-build)" doesn't have that key....
**Is your feature request related to a problem? Please describe.** It would be good to get all the NMEA 2000 data (eg : position, COG/SOG, wind, AIS) into OpenCPN over...
I got an error on Fedora : LaTeX Error: File `multirow.sty' not found, so need to install : dnf install texlive-multirow In general, Fedora comes w/ python & pip "out...