Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ABP hangup and add new getters #93

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
02de041
Update firmware version
flhofer Apr 28, 2021
79f3436
Library constructor preset defaults
flhofer Apr 28, 2021
bdf1e78
Fix sendMask, char buffer must be 5 for hex int, 4+`\n`
flhofer Apr 28, 2021
36ed92c
Add getPower to request last power status
flhofer Apr 28, 2021
9fc5054
Add getRSSI and getSNR
flhofer Apr 28, 2021
7b67c06
Fix Join status request, missed to parse +OK
flhofer Apr 28, 2021
5062a83
Fix getJoinStatus return type and standardized wait call
flhofer Apr 28, 2021
f985bf2
Changed join status to true false as for FW
flhofer Apr 28, 2021
e14aa72
Updated firmware with fixes from pull request #35
flhofer Apr 28, 2021
16439c5
Update MKRWAN (firmware) version number 1.2.4 (w/ fw.h)
flhofer Apr 28, 2021
90a2500
Unified setters and getters, with updated +<CMD>=<VALUE> response
flhofer Apr 29, 2021
f97b71f
MKRWAN streamSkipUntil with timeout
flhofer Apr 29, 2021
aeb77a4
MKRWAN added default values to waitResponse for error codes
flhofer Apr 29, 2021
9832c65
MKRWAN waitReceive added binary parser for +RECVB=
flhofer Apr 29, 2021
b4279af
MKRWAN -> hack for modem-Join put back with timed skip (for no-show +OK)
flhofer Apr 30, 2021
11c4fa2
MKRWAN store and use msize
flhofer May 2, 2021
577951a
MKRWAN merged data receive blocks, add length check
flhofer May 2, 2021
22d24b2
MKRWAN fix power missing EQ, fix band-init inverted return
flhofer May 2, 2021
b2f1ee4
MKRWAN fix missed ADR constant
flhofer May 2, 2021
adbf844
MKRWAN fix constants Mode vs Confirm status, added getter MsgConfirm
flhofer May 2, 2021
6df169f
MKRWAN changed default compatibility on and test first, HC 64byte limit
flhofer May 2, 2021
f87a505
MKRWAN replaced version() with compatibility-agnostic code
flhofer May 2, 2021
825b6c4
MKRWAN debug prints preamble ###
flhofer May 2, 2021
d582381
Standalone updater, add firmware 1.2.4 with TXPower set fix ab564f7
flhofer May 2, 2021
64c5bf3
MKRWan add populateChannelsMask as a common refresher for get/setters
flhofer May 11, 2021
01b5eb2
Mkrwan waitresponse undandled data issue
flhofer Jun 1, 2021
b8851e2
Add support for +MSIZE for >=1.2.4, return value for poll()
flhofer Jun 21, 2021
c7ad1ac
Change getJoinStatus public
flhofer Jun 21, 2021
92f4b37
Change getJoinStatus public - (cleanup compile error duplicate)
flhofer Jun 21, 2021
7889bd1
Update getChannelmask, resolve ambiguous NRVO return (could cause leak)
flhofer Jun 24, 2021
b2f2757
JoinABP add 1sec wait delay as for OTAA
flhofer Jun 24, 2021
493233b
SendMask add String reserve to avoid repeating memory reallocation
flhofer Jun 24, 2021
10b7d43
Power, fix return message parsing waiting for wrong answer
flhofer Jun 24, 2021
3172be3
Added escaping (GF) for constants - compatibility
flhofer Jun 24, 2021
7be70ad
power fix erroneous return value reset for compatibilty
flhofer Jun 24, 2021
fa55962
Updated data types for setters FCU FCD to u32
flhofer Jul 10, 2021
ca0bd8b
MKRWAN fix modemSend binary to use hex-translated bytes
flhofer Jul 25, 2021
d19269c
Update example standalone to FW da2917c
flhofer Aug 24, 2021
7a2d3a8
Mkrwan add tracking of ADR status to keep last max-length value
flhofer Aug 24, 2021
89890a1
Mkrwan simplified hex translation bin send
flhofer Aug 24, 2021
7eae6c3
Mkrwan fix waitResponse wrong char read after timeout
flhofer Aug 24, 2021
430e02c
Merge branch 'master' into fix-hup1.2.3
flhofer Oct 29, 2021
05491ef
Update Standalone firmware updater file 1.2.4 with MRKWAN FW fix e49d8e0
flhofer Dec 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading