Gadgeteer

Results 12 issues of Gadgeteer

### Questions, features suggestions and requests If you have a question, features suggestions or requests, do not hesitate to ask. However, you can check **[FAQ](doc/FAQ.md)** section and already existing issues...

The Jansite TPMS currently sold on Amazon does not work with `-R 123` and `-R 180`, it seems to be encrypted using the first 8bits [bitBench](https://triq.net/bitbench#c=00%2042%20fb%20a6%2015%203a&c=00%203b%20af%2055%2047%20c0&c=00%20a2%20f7%2005%20df%20f8&c=00%2035%20b3%2049%204b%20fc&c=10%20bc%200b%2056%2015%20fc&c=70%2036%200b%2056%2015%200f&c=00%20b7%200b%2016%2035%20fc&c=30%20b6%200b%2016%2015%2096&c=f0%20a7%201f%2046%20f5%20f8&c=10%2042%20da%2060%2085%208d&c=70%2022%20ba%2000%2085%20f8&c=00%20af%2068%20e0%20df%20f0&c=30%204f%200b%2016%2015%20a8&c=00%208f%200f%2056%2015%20a2&c=00%204f%2077%2026%200d%209f&c=00%208f%200b%2056%2015%20c1&c=00%208e%2037%2026%200d%20a1&c=30%202e%201f%2086%2035%20e6&c=50%202e%201b%2086%200d%2013&c=30%204e%207f%2026%2015%20b7&c=00%209b%20f5%2041%2070%20fc%20%5B-15%5D&c=00%20ba%2027%205e%204e%20e0%20%5B8%5D&c=&c=&c=00%2000%2039%201b%205e%2032%2020%20%5B21C%2020PSI%5D&c=00%2000%203d%207d%205d%20f0%2040%20%5B16C%200%20PSI%5D&c=&c=45%2045%207c%205e%201b%2077%2065&c=77%2077%204a%200a%202a%2087%2037&c=29%2029%208f%2029%20d2%203d%20d5&c=11%2011%20b0%20a4%2090%2021%209e&f=F%208h%208h%208h%208h%208h%208h%208h%204h%204h%208b%208b%208b%208b%208b%208b&cw=4)

device support
feedback
inactive

Anybody decoded a fish finder yet ? [![](https://m.media-amazon.com/images/I/61woH6hwS4L._AC_AA160_.jpg)](https://www.amazon.co.uk/Lucky-Wireless-Transducer-Compatible-Display/dp/B07GP2XBC8/?_encoding=UTF8&pd_rd_w=XNezJ&content-id=amzn1.sym.822afc68-e2bb-4420-ac6e-1044cd2e7c1d&pf_rd_p=822afc68-e2bb-4420-ac6e-1044cd2e7c1d&pf_rd_r=2DPK2DACNEYA31DPHA3H&pd_rd_wg=JagPw&pd_rd_r=3c254f89-5e3c-4fdc-9971-04a56788674d&ref_=pd_gw_ci_mcx_mi&th=1) ![71ZogLx9cDL _AC_SL1500_](https://user-images.githubusercontent.com/6560476/183294868-cd3be8fa-3bdf-4ca3-88b8-6059039b816a.jpg) [Internal Photos](https://fccid.io/2AZVB-FF1108-1CWLA)

Make BOSSA compatible with smaller devices by reducing the buffer size

When I try to write a file without setting the offset (in OSX) the bootloader is corrupted and the board does not response any more. ### With -o Offset at...

When programming the SAMR21x16 I get an error when programming files greater than 3840 bytes. ### 3840 Bytes Device : ATSAMR21x16 Version : v2.0 [Arduino:XYZ] Sep 15 2019 08:29:47 Address...

You have to edit "main.py" and change line 29 from "config = yaml.load(open(args.config, 'r'))" to "config = yaml.full_load(open(args.config, 'r'))"

pseyepy/src/ps3eye.h:20:10: fatal error: 'libusb.h' file not found #include "libusb.h" ^~~~~~~~~~

Fix the two errors below. AttributeError: module 'PIL.Image' has no attribute 'fromArray' #6 ValueError: Unknown resampling filter (224). Use Image.NEAREST (0), Image.LANCZOS (1), Image.BILINEAR (2), Image.BICUBIC (3), Image.BOX (4) or...