Albertas Mickėnas

Results 9 issues of Albertas Mickėnas

**Describe the bug** In documentation it is written > The "zhao2018" method (Zhao et la., 2018) was originally designed for signal with a length of 10 seconds. However default value...

question :question:
inactive 👻

This adds support for Microchip ATSAMR34J18

**Is your feature request related to a problem? Please describe.** I would like to use SerialStudio to visalize JSON data piping in via MQTT. I don't want to change JSON...

enhancement

This PR makes use of a newly available tool-stm32flash. Fix #640

This config can be used to specify a custom reset method during serial upload. Example: ``` "upload": { "maximum_ram_size": 65536, "maximum_size": 262144, "protocol": "serial", "protocols": [ "dfu", "serial", "jlink", "stlink",...

Add support for GxGDEY0213B74 display. GooDisplay say it's their most up to date and most power efficient display of this size.

The bug is in `Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.h`: `SUBGRF_SetRfTxPower` expects `Tx power level [0..15]`. It does checks on `power > 15` to select `RFO_HP` and then it calls `SUBGRF_SetTxParams` that expects `RF output...

mw
internal bug tracker
subghz

O hai, it's a bunch of features and fixes I've had to add while working on this codebase in last several months

I am using LMIC on nRF52 platform. I have successfully ported hal.cpp and now I want to switch to using interrupts. Mainly I want to sleep while waiting for RX...

question