Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/meshtastic/firmware

Meshtastic device firmware
https://github.com/meshtastic/firmware

Merge pull request #867 from syund/Show-fixed-GPS-coordinates-on-screen

[866] Show fixed coordinates on screen and indicate fixed GPS

0f14ed0a6c58ab3743e2f3b8101d477752e64c16 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into Show-fixed-GPS-coordinates-on-screen

b3012b7ee5533d1a4762beae304d188c33d82ddb authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #865 from osmanovv/sx1268-support

SX1268 module support and base class for SX126x module family

2f7e200bef69ebe684f4af29c109c39541209eb8 authored over 3 years ago by Kevin Hester <[email protected]>
Use EU433 frequency value as default for SX1268

16d2c565e878fefd9bc426efe9782a2199af2252 authored over 3 years ago by Vladislav Osmanov <[email protected]>
[866] Show fixed coordinates on screen and indicate when using fixed coordinates.

a74f038cba6666bbbff2c9a65a3cbad6e1724408 authored over 3 years ago by Sam <[email protected]>
save channel & freq before outputting them for debugging

The frequency could be overridden in `RadioInterface::getFreq()` for some modules.

bd9bf585d3750998161eeb8f2371ad7bec3330b9 authored over 3 years ago by Vladislav Osmanov <[email protected]>
use common param name `SX126X_ANT_SW` instead of the `SX1262_ANT_SW`

56dd3eab23ae26e867b415c01fa1f3a69346315b authored over 3 years ago by Vladislav Osmanov <[email protected]>
fix module frequency overriding

The `RadioInterface::freq` member was encapsulated with the `RadioInterface::getFreq()` function...

cb42440963bd4c443eebbca3e3d28d99699e19d7 authored over 3 years ago by Vladislav Osmanov <[email protected]>
fix: need to check `USE_SX1262` and `USE_SX1268` as they are using the same pinouts

da61090dc53cf200e2a13bb66e1485045f0a5c92 authored over 3 years ago by Vladislav Osmanov <[email protected]>
New base class for SX126x modules. Added new SX1268 module support.

098f38fb8319e311bc2c40e7324ae19325a81e63 authored over 3 years ago by Vladislav Osmanov <[email protected]>
input sanitization - TinyGPS course()

Reduce the impact of issue #863 (and similar issues in the future) by filtering out obvious bogons

c442fd3886cf29e1dbd098447736fe9aa94d266b authored over 3 years ago by a-f-G-U-C <[email protected]>
SX1268 frequency initialization regardless of the region

Otherwise, we get critical error 3 with result code -12 (ERR_INVALID_FREQUENCY):
The supplied fr...

00bf7879af8516ecf835d708c1ef801675172e73 authored over 3 years ago by Vladislav Osmanov <[email protected]>
added SX1268 module adapter

2ba68c9b6e96e679197087c17fc047fe0fa7e6ba authored over 3 years ago by Vladislav Osmanov <[email protected]>
Merge branch 'meshtastic:master' into master

2e48b881133734dee4dd01b2c3bf9af7d2b1c364 authored over 3 years ago by Vladislav Osmanov <[email protected]>
Display HAE/MSL mode on startup

a2f06cb07728a73dd5fd99f0b3b43c3a0d572948 authored over 3 years ago by a-f-G-U-C <[email protected]>
Merge pull request #850 from osmanovv/radiolib-sync-upstream

Radiolib sync upstream

b9443d87aac8dcce0ff853e054a179bc8ce797a3 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into radiolib-sync-upstream

e351f35cf231e406ba74b29f78966e9ee21dc032 authored over 3 years ago by Kevin Hester <[email protected]>
update platformio.ini to pull in latest RadioLib (with portduino fixes)

be9d637c7cff47aff4ea7cbe14fbb06f2e15651b authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #861 from a-f-G-U-C/NMEA-GPS-fixes

fixes from PR #851, #858 ported to NMEA GPS

42986c852ae46716a7d533f070ff27a1fb97f115 authored over 3 years ago by Kevin Hester <[email protected]>
disable debug code

de712ce41a518782571406058953bc6acfb80998 authored over 3 years ago by a-f-G-U-C <[email protected]>
fixes from PR #851, #858 ported to NMEA GPS

apply fixes and upgrades from PR #851, #858 to NMEA GPS code

f6f9b9cd03fcc98a2c1ff67603d0421db49504b0 authored over 3 years ago by a-f-G-U-C <[email protected]>
override new RadioLib's default current limit value (60 mA) to the previous value of 100mA

1a671f287753e9140b72dd8bd83676766059fa0b authored over 3 years ago by Vladislav Osmanov <[email protected]>
Merge pull request #858 from a-f-G-U-C/ublox-gps-fixes

UBlox GPS fixes

6f763c64186aeab9229b35269fb16b2b30a03f4e authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'meshtastic:master' into master

3eb20d3bd1ca2441636228bc5ac7415b198937ec authored over 3 years ago by Vladislav Osmanov <[email protected]>
read lat/lon/alt into temp vars instead of global

Instead of reading the GPS solution directly into global variables and risking a bad-over-good o...

1c06c2af9f74df4054a27c2b85972ffc4059afb3 authored over 3 years ago by a-f-G-U-C <[email protected]>
add positional timestamp and geoidal separation

Relevant to issues #842 and #843 (timestamp) and historical issues #392 and #359 (timestamp, geo...

eb27e744f78a0bce1d2be1774d9acffaf63082a7 authored over 3 years ago by a-f-G-U-C <[email protected]>
Merge branch 'master' into radiolib-sync-upstream

c8269d67c3ef6c9a76e6af4fae1ebc501e98ea06 authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #851 from a-f-G-U-C/virtual-haslock

allow GPS modules to redefine GPS::hasLock()

21f3cc6f7a5225bacb08d835cab829b6c844a8d1 authored over 3 years ago by Kevin Hester <[email protected]>
reference the updated radilib sha256

e3ed63794235f6933e5da09d7155aa438f7e3d08 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into radiolib-sync-upstream

ccb4596299cef9b9681c5d903cb59d9df908fb7e authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into virtual-haslock

2741de90e54532691d9fb213f12bc60c2922e5cb authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #855 from srichs/gps-coordinate-formats

Added OLC and OS grid ref coordinates

adc51519fdac577ca1e64336e546853572f3cc69 authored over 3 years ago by Kevin Hester <[email protected]>
Added OLC and OS grid ref protobufs

72e22b6744782225558a11ddcd7c7f0a481646dd authored over 3 years ago by srichs <>
Merge branch 'gps-coordinate-formats' of https://github.com/srichs/Meshtastic-device into gps-coordinate-formats

030d09740c9bbd5a3d38ac6136d3e53e092731ce authored over 3 years ago by srichs <>
Added OLC and OS grid ref, adjusted DMS display

d381f091e929917ed886b6e3bc69f94375671220 authored over 3 years ago by srichs <>
Merge pull request #1 from osmanovv/radiolib-sync-upstream

Radiolib sync upstream

e7fa0ae38ba2c7bd1e4f101ed70537566bf2c36d authored over 3 years ago by Vladislav Osmanov <[email protected]>
redefine hasLock() for UBlox GPS

5cf1a8765707525916b8d54dee65432ae93475a0 authored over 3 years ago by a-f-G-U-C <[email protected]>
allow GPS modules to redefine GPS::hasLock()

25841c072a78888441ce153e2c56cfa980351597 authored over 3 years ago by a-f-G-U-C <[email protected]>
The argument `currentLimit` was removed from the `begin` method

More info: jgromes/RadioLib@e1141ca#diff-507c32190e4a29ffe411c8eab06c75b594c5d2a5fd92e5cb703b787...

f40bd0745c19e2e1976be928ee0d1d45601988ca authored over 3 years ago by Vladislav Osmanov <[email protected]>
Reflecting changes from upstream RadioLib in https://github.com/osmanovv/RadioLib/tree/upstream-merge

(https://github.com/osmanovv/RadioLib/commit/252fe74d5386c4a28bc7f69f5d3bd3962a6c9780)

The argum...

fe3afaab3d5dc196e5cf8cbe8562b99d910c250e authored over 3 years ago by Vladislav Osmanov <[email protected]>
Merge pull request #847 from a-f-G-U-C/a-f-G-U-C-ublox-power

disable gps powercycle for small gps_update_interval

8a7a3ec66825957128500b9eb39500cfd025ada9 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into a-f-G-U-C-ublox-power

f96d8bf645c6421ea55cd974567fa69fa6584857 authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #848 from srichs/gps-coordinate-formats

GPS Coordinate Formats

b1b3d9df6e724b2fd15ba3be5f59f654b3838dfc authored over 3 years ago by Kevin Hester <[email protected]>
Adjusted formatting for DMS

29124c341620f6ce1a681db97490399022acf71c authored over 3 years ago by srichs <>
fix a typo

71951a4e6aae99c78076e14025941da6651a6dc4 authored over 3 years ago by a-f-G-U-C <[email protected]>
disable gps powercycle for small gps_update_interval

8dbfd0f19bf70edfe792d2ed695dd973e43cfb53 authored over 3 years ago by a-f-G-U-C <[email protected]>
Changed gps coordinate formats to use sprintf()

5c6355489fd4f4f4cc9ff42e8e89350a493e1721 authored over 3 years ago by srichs <>
Added different gps coordinate formats for OLED

8edac1f86ca66f3b8a7acf451f3427c6ab4d0177 authored over 3 years ago by srichs <>
Merge pull request #840 from geeksville/dev

bugs

5fe3ec09de674e241ff7e4a2180225ef99af0fbc authored over 3 years ago by Kevin Hester <[email protected]>
add native build to bin zip

079843d7772edd81b35e50eeb11ac7b99a547cc2 authored over 3 years ago by Kevin Hester <[email protected]>
1.2.45

bd7171a7a2d37b818fb8f256a806c91bc15f4566 authored over 3 years ago by Kevin Hester <[email protected]>
WIP debug logging over TCP

eaa15076cd73ebeb1974b23a6deade49978b7e9f authored over 3 years ago by Kevin Hester <[email protected]>
cleanup ssl cert generation

2fd74d8f47a0b3bf3a8db10dd49ff939214dab02 authored over 3 years ago by Kevin Hester <[email protected]>
don't shutdown bluetooth if we didn't start it

0e91d39b275c7526fda4a79a0b8a4bfd4e24c27d authored over 3 years ago by Kevin Hester <[email protected]>
immediately reconnect to mqtt server on wifi reconnect

52d7a6b8e4792656387a2c8dfac2d4e762f81478 authored over 3 years ago by Kevin Hester <[email protected]>
fix race condition when starting web service

472e8802804b7e87d68075e57fd87936e32bb2e9 authored over 3 years ago by Kevin Hester <[email protected]>
disable bluetooth while using wifi (esp32 drops networks otherwise)

189889489b4c6307b681f727bbe6ce714706c89d authored over 3 years ago by Kevin Hester <[email protected]>
Fix rare assertion failure which could occur due to pending interrupts

* fix assertion failure
```
22:57:36 64409 [PositionPlugin] FIXME-update-db Sniffing packet
22:5...

0d758347af57aebc1b8017382a5c3a3d658d09f6 authored over 3 years ago by Kevin Hester <[email protected]>
todo updates

3266d57cfb2119aa8a0426e3f03259e99c6abf0c authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #839 from geeksville/dev

bugs

f2c9c5553c1aac7658fe4c76e2a9d3e1166d006a authored over 3 years ago by Kevin Hester <[email protected]>
1.2.44

bcdc42816bd107652b128bbacdda51b963031cec authored over 3 years ago by Kevin Hester <[email protected]>
minor debug output

b04e3136652764c6262d5b717b9435ca10641eb3 authored over 3 years ago by Kevin Hester <[email protected]>
check our host PC using the new nrf52 api

700e7991253ee0f746fa8200a9f11553f48dbeaa authored over 3 years ago by Kevin Hester <[email protected]>
cope with race on available() vs read() found while looking at #838

a9f8080ee76e02c22621177f921db301bc26924c authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #837 from claesg/master

No SuperDeepSleep for RAK4631 and T-Echo

9f450cb1c587c5b9158486da4d2674a2dcf09d9f authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into master

388f19da79ffa75c6117255661d8ca88db0474eb authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #831 from geeksville/dev

bugs

4f115981120db943655d092746547edf14921504 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into dev

bcb54b643fbfab71fa727d809267045dc838622c authored over 3 years ago by Kevin Hester <[email protected]>
Updates to work with latest adafruit nrf52 arduino

04d3f441796326e3965ffcc732aad786dc773aec authored over 3 years ago by Kevin Hester <[email protected]>
Battery sense for T-Echo

Copied battery stuff from RAK4631 to T-Echo
I got the voltage divider figures for T_Echo from Sof...

5110a6de82fa939f58fd3100f4acafd8d65b2e9f authored over 3 years ago by claes <[email protected]>
Voltage and sleep fix for NRF52

Dont let the NRF52 go to SDS Super Deep Sleep
Show bat percentage on NRF52 when above 4210 mV

04c5ac0d7cad0f7892ecd30d6dcd18925353ffb6 authored over 3 years ago by claes <[email protected]>
show a max of four node screens in the scrolling list

6d2cd73599c6984e6bad6697000bbfafde43c521 authored over 3 years ago by Kevin Hester <[email protected]>
treat RECEIVED_PACKET like PACKET_FOR_PHONE

057b04a88a02431a1cbae50bb0d09193cbd4e013 authored over 3 years ago by Kevin Hester <[email protected]>
If MQTT connected don't let the board enter LS state

28af18389bf5a5dcb775de7d1c350fa2bb7a4e26 authored over 3 years ago by Kevin Hester <[email protected]>
fix #801 (I think) we were sometimes dropping packets in light sleep

Because of failure to enter the NB state packets were not getting queued
for sending.

2af4c619e1dc085033f40bc5ca42f1a402fbdc9d authored over 3 years ago by Kevin Hester <[email protected]>
While connected to MQTT server, veto light-sleep (to keep wifi working)

99d529be51113a71bfd2771ac105f282cbafb884 authored over 3 years ago by Kevin Hester <[email protected]>
fix wifi hang when bad password used, cleanup wifi in general

39df7108a889bf0a07dc98a3c1a920864a59aef2 authored over 3 years ago by Kevin Hester <[email protected]>
CSE to cleanup mqtt addr setting

72807f0fa06e3611f3d399f0d9dc15d72af19d74 authored over 3 years ago by Kevin Hester <[email protected]>
don't break strict-aliasing rules

2fe11d4fe8b0b2f3540494ef5774bd19475be417 authored over 3 years ago by Kevin Hester <[email protected]>
Fix invalid heap reference fixed by @flux242

596befff74e0b1455641081f15504b29f762b1ae authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #830 from dmitryelj/master

USE_SH1106 compilation error fix

b2524ceaffb2b28b965a1b05e31b0d48a1e13cab authored over 3 years ago by Kevin Hester <[email protected]>
Allow plugins to write to the parsed protobuf (minimizes copies in some cases)

d40b66beac79b0af5e09cd8142876f2b77ec3b3f authored over 3 years ago by Kevin Hester <[email protected]>
fix leakage of wifi password reported by @vodkin

5f323e8bd18cac32c2f889a06fd8264ca2b3db7b authored over 3 years ago by Kevin Hester <[email protected]>
USE_SH1106 error fix

Fix for USE_SH1106 compilation error

afa12d6e87bd10aae7b58be6518b1c3d995b9c79 authored over 3 years ago by Dmitrii Eliuseev <[email protected]>
Merge pull request #829 from audunf/mesh-packet-queue-priority

Drop lower priority packets when tx queue is full.

676a6f3bead9ca0debee2b33e8b08b5c40a32006 authored over 3 years ago by Kevin Hester <[email protected]>
Include <algorithm> - required for 'lower_bound'

bf0b598908a4692249190cb985947451ffe87122 authored over 3 years ago by Audun Foyen <[email protected]>
Drop lower priority packets when tx queue is full.

Track packet pointers in vector. Priority maintained using: push_heap, pop_heap, make_heap, and ...

8a79663fa0ad130d6b7292cd832e9b904f70018d authored over 3 years ago by Audun Foyen <[email protected]>
Merge pull request #824 from geeksville/dev

1.2.43

564262e75b003f0e16246f321a638c6b36e6ced2 authored over 3 years ago by Kevin Hester <[email protected]>
1.2.43

a405d81c46cbe033c43d4b4b19f5d7ce86764607 authored over 3 years ago by Kevin Hester <[email protected]>
Merge remote-tracking branch 'mine/dev' into dev

# Conflicts:
# version.properties

aac3143745af384551c1519edd8b5898fcff846c authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #822 from audunf/issue-108

Track recent packets in unordered_set

bb396508a48917c1aaf1849c47218db223c0fbe6 authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into issue-108

810740b156973d756ac9b83d72dc529dbc82a793 authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #819 from thebentern/patch-1

Convert MQTT server user preference to hostname:port

19ffddb02e7993aa66f6362b4c0cfa89b964953a authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into issue-108

5826c522428d84528f793a9516079514623a4f5c authored over 3 years ago by Kevin Hester <[email protected]>
Merge branch 'master' into patch-1

a6904105f7314500ec1c6ed4b5585b78d9f71783 authored over 3 years ago by Kevin Hester <[email protected]>
Merge pull request #823 from claesg/master

Fix for reading battery level on RAK-4631

da8ab82126de633f36cde3f6803a445d2ed46a70 authored over 3 years ago by Kevin Hester <[email protected]>
Fix for build error on T-Echo

978bb7aa8bbc591ad73daf5f8ab9eaaf4ac5f74f authored over 3 years ago by claes <[email protected]>
Fix for reading battery level on RAK-4631

Build tested on RAK4631 with battery and their solar panel box.
This is from the log:
17:40:30 1...

32fea4cbd7ec938adfc44a0f139b69088f668f13 authored over 3 years ago by claes <[email protected]>
Fix for reading battery level on RAK-4631

Build tested on RAK4631 with battery and their solar panel box.
This is from the log:
17:40:30 1...

6e136b9796147d8539f32e4f7ab250b15b682016 authored over 3 years ago by claes <[email protected]>
Issue-108. Track recent packets in unordered_set

Check individual packets seen recently for expiry - and purge.
Otherwise - only scan all of rece...

986d44873a464fe97d09a26260f55e7e7f3f106c authored over 3 years ago by Audun Foyen <[email protected]>