KonradIT
a547e752af
Set defines to how it was before
2024-10-08 12:35:53 +02:00
Egor Shitikov
2e2106708e
Merge pull request #52 from Genaker/log-serial-json
...
feat: periodically write to serial the frequency scan results
2024-10-07 11:00:52 -07:00
KonradIT
6d02c41217
Added a delay when frequency scan result is invalid
2024-10-07 19:51:16 +02:00
KonradIT
40ceb82431
naming, use int highest value gotten variable for comparison, only keep track of frequency ranges if json feature is enabled
2024-10-04 15:28:00 +02:00
KonradIT
13bdeb3589
feat: periodically write to serial the frequency scan results
2024-10-04 15:19:01 +02:00
Egor Shitikov
1bb41e790a
Merge pull request #49 from Genaker/update-catalog-readme
...
[docs] Add mention of expressif esp32 catalog update on install instructions
2024-10-02 17:41:40 -07:00
Egor Shitikov
863fd50a01
Merge pull request #50 from Genaker/feature/SX1276
...
Feature/sx1276
2024-10-01 08:55:37 -07:00
Egor
207efeea37
add 433 freq
2024-10-01 08:54:22 -07:00
Konrad Iturbe
c820a0d84c
Update README.md
2024-09-30 13:03:24 +02:00
Konrad Iturbe
93dd0e74b3
[docs] Add mention of expressif esp32 catalog update on install instructions
2024-09-30 13:01:07 +02:00
Egor
89940b854c
SX1262 support
2024-09-29 01:35:25 -07:00
Egor Shitikov
d7a6d6787d
Merge pull request #48 from Genaker/testable
...
Testable
2024-09-27 17:27:53 -07:00
Egor
6539445091
disable Lora display library
2024-09-27 17:26:03 -07:00
Egor
8cd7c7b661
osd disable by default
2024-09-27 15:54:21 -07:00
Egor Shitikov
552480604e
Merge pull request #46 from Genaker/testable
...
button fix
2024-09-27 12:10:50 -07:00
Egor
2c1b2ca56c
button fix
2024-09-27 12:10:13 -07:00
Egor Shitikov
2ba2ecd5a7
Merge pull request #45 from Genaker/testable
...
buzzer pin button pin
2024-09-27 12:04:33 -07:00
Egor
c5156373c2
buzzer pin button pin
2024-09-27 12:03:09 -07:00
Egor Shitikov
7d345ecfdf
Merge pull request #42 from Genaker/testable
...
Fixups to PR 40
2024-09-27 01:21:19 -07:00
Egor
25053faf72
legacy driver
2024-09-27 01:20:18 -07:00
Egor
1c674701a1
mac os usb
2024-09-27 01:19:01 -07:00
Egor
72b5d0b80d
fix Heltec boards
2024-09-27 00:57:26 -07:00
Sassa NF
94c042a186
LilyGO T3S3 works
2024-09-26 21:42:47 +01:00
Sassa NF
d88040ab84
Merge branch 'main' into testable
2024-09-23 08:52:39 +01:00
Sassa NF
718ea40859
Add test for detect()
2024-09-23 08:32:29 +01:00
Sassa NF
c5ac3896fb
Factor out detection + display loop
...
Refactor code that does not depend on y.
Essentially, the following logic:
Recall that some loops are folds, some are maps.
Maps look at only elements with one index. The important property of maps
is that map(f . g) = map(f) . map(g) - parts of the loop body can be split
into separate loops. Another property of maps is that if map(f) does not
depend on the output of map(g), then map(f) . map(g) = map(g) . map(f) -
the loops can be reordered.
2024-09-23 08:32:29 +01:00
Egor Shitikov
05bad0a3b8
Merge pull request #44 from Genaker/feature/add-sx1280PA
...
Feature/add sx1280 pa
2024-09-22 14:23:06 -07:00
Egor Shitikov
bbd7f37e03
Merge branches 'main' and 'feature/add-sx1280PA' of https://github.com/Genaker/LoraSA into feature/add-sx1280PA
2024-09-22 14:17:32 -07:00
Egor Shitikov
655e8caf42
merge SX1280 with new ScanRSSI method logic
2024-09-22 13:59:13 -07:00
Egor Shitikov
8d16e01ce5
status debug
2024-09-22 12:00:28 -07:00
Sassa NF
d9170811eb
Address review comments from PR 40
2024-09-20 19:11:30 +01:00
Sassa NF
3b4dc0473c
Report error code
2024-09-20 13:35:22 +01:00
Sassa NF
d5b79b58ed
Undo unintended error count fix
2024-09-20 13:18:01 +01:00
Egor Shitikov
1d8659f947
Merge pull request #41 from Genaker/testable
...
Testable
2024-09-19 16:02:27 -07:00
Egor Shitikov
ea319a6cac
Refactor RSSI Scan
2024-09-19 16:00:38 -07:00
Egor Shitikov
02e59cbff2
add sx1280
2024-09-19 13:28:22 -07:00
Egor Shitikov
e6abdeb41f
Merge pull request #39 from Genaker/Genaker-patch-3
...
Update README.md
2024-09-19 13:17:50 -07:00
Sassa NF
dbbe3f4e3a
Tests pass
2024-09-19 20:02:20 +01:00
Sassa NF
7b1e8599b9
Testable RSSI method
2024-09-19 19:51:43 +01:00
Egor Shitikov
d36e73a7cc
Update README.md
2024-09-17 10:33:46 -07:00
Egor Shitikov
9ea009ff47
Merge pull request #38 from Genaker/feature/add-db-output
...
Feature/add db output
2024-09-17 10:20:02 -07:00
Egor Shitikov
2cd9024293
Merge pull request #37 from Genaker/research_ml
...
overview ML datasets
2024-09-17 10:19:49 -07:00
Egor Shitikov
29124e6529
Merge pull request #36 from Genaker/feature/fix-result_index
...
Feature/fix result index
2024-09-17 10:19:06 -07:00
Egor Shitikov
fa55cb2fd0
dB output
2024-09-17 10:17:25 -07:00
Christian Ruiz
7e63d9787b
added ML diagram
2024-09-16 22:10:43 +02:00
Christian Ruiz
151ebe661f
overview ML datasets
2024-09-16 21:46:54 +02:00
Egor Shitikov
6203bdc33f
add comment
2024-09-14 19:30:51 -07:00
Egor Shitikov
bd852bda33
add some fixes
2024-09-14 19:11:46 -07:00
Egor Shitikov
f703abce20
fix issues described by Olexii
2024-09-14 18:21:22 -07:00
Egor Shitikov
55e17b7e19
Merge pull request #35 from Genaker/feature/fix-result_index
...
Fix result index
2024-09-13 16:49:48 -07:00