Ecosyste.ms: OpenCollective

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

Meshtastic

With Meshtastic, you own your own secure network. Be your own Mesh. Be Meshtastic!
Collective - Host: opensource - https://opencollective.com/meshtastic - Website: https://www.meshtastic.org/ - Code: https://github.com/meshtastic

Added fixed-length example for CC1101

github.com/meshtastic/RadioLib - cc399297043c05ab982337cf7b461f5cab6a94af authored about 5 years ago by Federico Maggi <[email protected]>
Implemented power scaling in setOutputPower, in accordance with datasheet.

github.com/meshtastic/RadioLib - 5b04badb3628c1162fc8eab9bfe296bcf227d904 authored about 5 years ago by BarryPSmith <[email protected]>
Merge branch 'master' into sx126x_txpower

github.com/meshtastic/RadioLib - fedbbcf93192aa36e47301634cffb0e4b36c9e15 authored about 5 years ago by BarryPSmith <[email protected]>
Fix Travis

github.com/meshtastic/SX126x-Arduino - d914e3d4d52d22ca362b3ff94807a77d0366a82e authored about 5 years ago by Bernd Giesecke <[email protected]>
Extended LoRaWan functionality

Tested with both Single Channel (ESP32) and 8 Channel (Dragino LPS8) LoRaWan gateways
Added p...

github.com/meshtastic/SX126x-Arduino - 86d075b4488f3f0d8c9d407bc3c16c654504e668 authored about 5 years ago by Bernd Giesecke <[email protected]>
Merge pull request #56 from rfquack/master

Variable/fixed packet length mode config for RF69/SX1231

github.com/meshtastic/RadioLib - e61e9afbe516d7747da3a39d63b97cd48e63562c authored about 5 years ago by Jan Gromeš <[email protected]>
Call `_mod->SPIwriteRegister()` not `SPIwriteRegister()`

github.com/meshtastic/RadioLib - 39a4614a775f0f81fd00cafb4af4b50c8eeaf314 authored about 5 years ago by Federico Maggi <[email protected]>
Missed SX1261 PA Config flag in previous commit

github.com/meshtastic/RadioLib - 111d9fa6253a8bba6d086a11a588bf8b06ae03a2 authored about 5 years ago by BarryPSmith <[email protected]>
Adjusted setPaConfig in SX126x setOutputPower.

github.com/meshtastic/RadioLib - da6072cf7324de205012de8b407c23bc27b0321a authored about 5 years ago by BarryPSmith <[email protected]>
Variable/fixed packet length mode config for RF69/SX1231

github.com/meshtastic/RadioLib - a5295432d7f5a99076bb0dc0f05da9ad859bff5a authored about 5 years ago by Federico Maggi <[email protected]>
Used true TAB char separator

github.com/meshtastic/RadioLib - f44f6ffb56cbddeeee1b86c8b7ef82b967ff7785 authored about 5 years ago by Federico Maggi <[email protected]>
Merge pull request #55 from rfquack/master

Using defined debug port and not Serial + CC1101 length mode config options

github.com/meshtastic/RadioLib - e8702a49535554ee94a099568fd0dc73a6508397 authored about 5 years ago by Jan Gromeš <[email protected]>
Added to keywords.txt, comments, reading fixed len properly

github.com/meshtastic/RadioLib - a2e64f1645a9f6630e7ef2b9ec9abc7e6c335349 authored about 5 years ago by Federico Maggi <[email protected]>
[SX126x] Moved debug output out of SPI transaction

github.com/meshtastic/RadioLib - b5f273b187afa3e04a5ccb56d67962cc0eb99cdf authored about 5 years ago by jgromes <[email protected]>
CC1101::fixedPacketFormat now correctly sets _packetLengthConfig

github.com/meshtastic/RadioLib - 87bf46ed34447f65bd3ab1dbe75e5e9ae6e0089f authored about 5 years ago by Federico Maggi <[email protected]>
Moving CC1101::variablePacketLengthMode and CC1101::fixedPacketLengthMode before CC1101::config so as to maintain the same order as in the header file

github.com/meshtastic/RadioLib - 47a45fa0097d7cc8fc7196c956e8bafbb309f64d authored about 5 years ago by Federico Maggi <[email protected]>
Update CC1101.cpp

Updating _packetLengthConfig and _packetLength properly

github.com/meshtastic/RadioLib - 121110d9f469e224d159572ecb5db7b849107cc5 authored about 5 years ago by Federico Maggi <[email protected]>
Added length mode configuration methods and handling

github.com/meshtastic/RadioLib - 7e42f77c95d6b5c6f36b7c555ae4d66091c48d61 authored about 5 years ago by Federico Maggi <[email protected]>
Using defined debug port and not Serial

github.com/meshtastic/RadioLib - b599a35879ab36f1ba5326ba26a2a779450ac297 authored about 5 years ago by Federico Maggi <[email protected]>
Added note about SX127x issues

github.com/meshtastic/RadioLib - 1adae1bdbd1bc16a1e19526bfee9aaef27b83031 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Simplified debug output

github.com/meshtastic/RadioLib - 2c2fe8b20e6ca3cf959fc242ea3980e038101c83 authored about 5 years ago by jgromes <[email protected]>
Added support for Arduino Due

github.com/meshtastic/RadioLib - c57d7d90454203eebe80cc04a49554171fcd578a authored about 5 years ago by jgromes <[email protected]>
[SX127x] Added missing standby command

github.com/meshtastic/RadioLib - f0d9fdda118ddaee70b7a6a5249f60c023a7953f authored about 5 years ago by jgromes <[email protected]>
Remove Serial and log output

github.com/meshtastic/SX126x-Arduino - d919233374092278a9faa9bee6727c2d0207e1cf authored about 5 years ago by Bernd Giesecke <[email protected]>
Add missing functions

github.com/meshtastic/SX126x-Arduino - f10bca66292766ec680101d9e3000a49c50a9eb5 authored about 5 years ago by Bernd Giesecke <[email protected]>
Disable test builds for nRF52 until we are clear why it fails

github.com/meshtastic/SX126x-Arduino - f7e52983b79749bf549aa5244f023f947d97c93c authored about 5 years ago by Bernd Giesecke <[email protected]>
On PlatformIO no more need to edit Commissioning.h. Everything is done with functions and build flags

On ArduinoIDE reduced edititing of Commissioning.h. Only the region has to be setup by #define
Re...

github.com/meshtastic/SX126x-Arduino - 26c5eb09fe9c0428d1919edf1ed68b8eded01d16 authored about 5 years ago by Bernd Giesecke <[email protected]>
Correct table layout

github.com/meshtastic/SX126x-Arduino - 1e1d329850e8bfce47f2fde95326f7a1862f9419 authored about 5 years ago by Bernd Giesecke <[email protected]>
Added support to connect as LoRaWan node to a single channel LoRaWan gateway

Possibility to disable channel hoping in LoRaWan mode
Possibility to define default channel a...

github.com/meshtastic/SX126x-Arduino - 94c8e9eb313ac7bd4dfea1fac8cd110aad8da6b9 authored about 5 years ago by Bernd Giesecke <[email protected]>
Tested LoRaWan with a single channel LoRaWan gateway

Added support for single channel gateways
Added support for Insight SIP ISP4520 SoC (nRF5283...

github.com/meshtastic/SX126x-Arduino - daaaf075a61bc6b58446bad04432b398e1f2d29d authored about 5 years ago by Bernd Giesecke <[email protected]>
Added missing board

github.com/meshtastic/SX126x-Arduino - 9144fc1b365622b87963c2b0214d67cefaae5d83 authored about 5 years ago by Bernd Giesecke <[email protected]>
Still playing with travis

github.com/meshtastic/SX126x-Arduino - 30cdd114a3297a7cc4c4ae08f563ac1d0ccef9d7 authored about 5 years ago by Bernd Giesecke <[email protected]>
Correct typo

github.com/meshtastic/SX126x-Arduino - e6c535604c9dbde86b4e872863ec5b5b7ee51e14 authored about 5 years ago by Bernd Giesecke <[email protected]>
Add nRF52 platform as compatible

github.com/meshtastic/SX126x-Arduino - 1bca63b45f7d3895e8ab315012b35ce4ec53b0dc authored about 5 years ago by Bernd Giesecke <[email protected]>
Added simpler initialization for ISP4520 module. Pin assignments are fixed for the ISP4520 because both nRF52832 and SX1262/1 are in a SOC

github.com/meshtastic/SX126x-Arduino - 6426b32dc9fdf8bafea9c65584e39fa1edb15459 authored about 5 years ago by Bernd Giesecke <[email protected]>
Advanced version to 1.7.0

github.com/meshtastic/RadioLib - ff078d69dd993f3604dadbe2fd25f46195e225de authored about 5 years ago by jgromes <[email protected]>
Fixed incorrect macro logic

github.com/meshtastic/RadioLib - 23a0e9e001e350ef1f66aac706ba062e0d6d0619 authored about 5 years ago by jgromes <[email protected]>
Fixed the incorrect macr

github.com/meshtastic/RadioLib - eb0f9178b9f4a391b699b0b5423595b1982e514d authored about 5 years ago by jgromes <[email protected]>
Rollback to 1.6.1

github.com/meshtastic/RadioLib - e901f26faa543a8c4b2f203c063e5272fd615503 authored about 5 years ago by jgromes <[email protected]>
Advanced version to 1.7.1

github.com/meshtastic/RadioLib - f330d1478d8eb4ccb985d45f09f5c2c97015ec7d authored about 5 years ago by jgromes <[email protected]>
Fixed software serial macro warnings

github.com/meshtastic/RadioLib - 47be7923da1569d880ba1d42bbfe610138f5a0cb authored about 5 years ago by jgromes <[email protected]>
[SX126x] Moved standby call to readData

github.com/meshtastic/RadioLib - b8128c15a6cc16762cf173880de8cd57c6c6cf2a authored about 5 years ago by jgromes <[email protected]>
[SX126x] Fixed missing standby in blocking receive

github.com/meshtastic/RadioLib - f3ba8cf86af71bd97bdfb9dbbd877312e05a7823 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Fixed incorrect example (#50)

github.com/meshtastic/RadioLib - 5d4680709fc04325e726f349076b9927fee7e08b authored about 5 years ago by jgromes <[email protected]>
Added missing software serial platform macro

github.com/meshtastic/RadioLib - 4fc2539a5515634b2c2fc969ab1772bf68491bb8 authored about 5 years ago by jgromes <[email protected]>
Added option to use only static allocations

github.com/meshtastic/RadioLib - adcde6fb6cd2e4a8e13345dd0d88f3929a5398da authored about 5 years ago by jgromes <[email protected]>
[SX126x] Added note about TCXO modules

github.com/meshtastic/RadioLib - d7e2dadb9fa5b5e791e290642fe300ac2c60b917 authored about 5 years ago by jgromes <[email protected]>
Suppressed unused variable warning

github.com/meshtastic/RadioLib - de9c74dd9ad7c70e0ec0412f84ae0a6d61570a68 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Added SX126X_STATUS_SPI_FAILED

github.com/meshtastic/RadioLib - 1ddc54c229d4270136eef49632d39c71f19746e6 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Fixed presence check

github.com/meshtastic/RadioLib - 9ae3a228948b86f0d72e355dfbae2e9eb1a7183c authored about 5 years ago by jgromes <[email protected]>
Added software serial platform macro

github.com/meshtastic/RadioLib - 11b501cbc94744c58254e8157307a51097cca80a authored about 5 years ago by jgromes <[email protected]>
Updated debug macros

github.com/meshtastic/RadioLib - c093d34c9104570fd9c774bda520e2863ebb8358 authored about 5 years ago by jgromes <[email protected]>
[SX127x] Fixed units in example

github.com/meshtastic/RadioLib - c4d9fe3a3753f27945f2f7c1a73d27a8f758cec4 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Fixed units in example

github.com/meshtastic/RadioLib - cd169056b1d816edfab6cf5658cc05ae2de7e745 authored about 5 years ago by jgromes <[email protected]>
[SX126x] Added module presence check (#48)

github.com/meshtastic/RadioLib - 5cf9c50b013b4b5277c4c9a977133fa1cfd63483 authored about 5 years ago by jgromes <[email protected]>
Merge pull request #47 from mmrein/patch-1

Add STM32VL-Discovery to tested platforms

github.com/meshtastic/RadioLib - eb4fbe9a3d049f31a398e11ac8634bbc367bff6c authored about 5 years ago by Jan Gromeš <[email protected]>
Add STM32VL-Discovery to tested platforms

github.com/meshtastic/RadioLib - b533d42010f54ab9c781bdc21c005cee15436e56 authored about 5 years ago by mmrein <[email protected]>
Merge pull request #46 from mmrein/master

SX126x FSK: Implement setWhitening method

github.com/meshtastic/RadioLib - 173449a4fa02997e50f1ed3e128c2b886407104f authored over 5 years ago by Jan Gromeš <[email protected]>
SX126x whitening: solved 7 MSBs

Proper handling of the datasheet note for Whitening MSB register: "The user should not change th...

github.com/meshtastic/RadioLib - 4388cfa06f4a59f5bfb4c35873bd1e40d27e3a4f authored over 5 years ago by mmrein <[email protected]>
SX126x FSK: Implement setWhitening method

Add setWhitening method for FSK modem for possibility to disable whitening (default enabled) or ...

github.com/meshtastic/RadioLib - ad8c234343db014c47303b7cb4e3a5c87da3fc68 authored over 5 years ago by mmrein <[email protected]>
[nRF24] Fixed fallthrough

github.com/meshtastic/RadioLib - 9fa039549de5acc533029de985238c0d383d0939 authored over 5 years ago by jgromes <[email protected]>
Extended RadioShield module config

github.com/meshtastic/RadioLib - e4c4e4a5433b70b10b4e0cc0fd110e55a44b160d authored over 5 years ago by jgromes <[email protected]>
Advanced version to 1.6.1

github.com/meshtastic/RadioLib - 7593769db4038120b8c66fe4db4de9429592033e authored over 5 years ago by jgromes <[email protected]>
[SX127x] Sync with LoRaLib v8.1.2

github.com/meshtastic/RadioLib - 3623c9e0f5a4e68e269d13d1d9adffa9f500443d authored over 5 years ago by jgromes <[email protected]>
[SX126x] Fixed example

github.com/meshtastic/RadioLib - 5f1f6383597936eab8659bde71753a11151ba73a authored over 5 years ago by jgromes <[email protected]>
[RF69] Fixed example

github.com/meshtastic/RadioLib - f7fc293cd2b1d174b649e56a61048e3502032aa4 authored over 5 years ago by jgromes <[email protected]>
[CC1101] Fixed example

github.com/meshtastic/RadioLib - 138e3128951ae4280188e327e0c736032268becc authored over 5 years ago by jgromes <[email protected]>
[SX126x] Fixed doxygen param name

github.com/meshtastic/RadioLib - 2ce924605303af36b016536dca1f87bf812e6ee8 authored over 5 years ago by jgromes <[email protected]>
Fixed keyword separator

github.com/meshtastic/RadioLib - 586486b1d357fee07e3815f730fced1e4d850937 authored over 5 years ago by jgromes <[email protected]>
Merge pull request #44 from mmrein/dev-sx126x-bitsync

[SX126x] Add setSyncBits method

github.com/meshtastic/RadioLib - 1af88dd1cc9acdda83d66529674de37973892db7 authored over 5 years ago by Jan Gromeš <[email protected]>
setSyncBits: *sync changed to *syncWord, added note

setSyncBits: Update *sync to *syncWord, add note about bits of syncWord being used if less than ...

github.com/meshtastic/RadioLib - a810a31c5f8a9125a7e787ac731804a25c35687a authored over 5 years ago by mmrein <[email protected]>
Updated note for setSyncBits example

github.com/meshtastic/RadioLib - 9bb8586beb61c38d206f0ab6737dd3a4fa1f58bb authored over 5 years ago by mmrein <[email protected]>
Add examle use for setSyncBits method

github.com/meshtastic/RadioLib - c543a42124b15d43b1922acf3f8854bd5942617c authored over 5 years ago by mmrein <[email protected]>
Add setSyncBits to # SX126x-specific

github.com/meshtastic/RadioLib - dbbb12610ce748b36802fb50d1aeff1a8575ae6f authored over 5 years ago by mmrein <[email protected]>
Update SX126x.cpp

github.com/meshtastic/RadioLib - 86ca0290235fdbca48950b35780cbeecb7b3e6a2 authored over 5 years ago by mmrein <[email protected]>
Add setSyncBits for SX126x

Add setSyncBits for possibility to set the sync word length in bits

github.com/meshtastic/RadioLib - 1046db24e464b28d880f6d6c40fb9e10f73c671f authored over 5 years ago by mmrein <[email protected]>
[SX126x] Fixed waiting for BUSY pin in sleep mode (#42)

github.com/meshtastic/RadioLib - a04a376afc8af85d0d5c8249fe405009a541367f authored over 5 years ago by jgromes <[email protected]>
Advanced version to 1.5.0

github.com/meshtastic/RadioLib - 4a78527d98369ed5206224d78f97d807c357cab5 authored over 5 years ago by jgromes <[email protected]>
Updated readme

github.com/meshtastic/RadioLib - e5f56f05276bc240917868f0e840c0774605dca9 authored over 5 years ago by jgromes <[email protected]>
Travis ordered boards based on job run time

github.com/meshtastic/RadioLib - 0b1905680da4e977ff62b30ba112aa5b554933ac authored over 5 years ago by jgromes <[email protected]>
Travis fixed incorrect STM32 index

github.com/meshtastic/RadioLib - 8335ddf2da4defe7988346261b952b6c61c49188 authored over 5 years ago by jgromes <[email protected]>
Travis added missing STM32 variant

github.com/meshtastic/RadioLib - 5a2928987d12e7b48275b65903f42de6db8c3734 authored over 5 years ago by jgromes <[email protected]>
Travis added STM32 and SAMD platforms

github.com/meshtastic/RadioLib - f2625a04a9d611d3c6db399cafe9c47f811dadaa authored over 5 years ago by jgromes <[email protected]>
Merge pull request #41 from mmrein/master

STM32 - use HardwareSerial instead of SoftwareSerial

github.com/meshtastic/RadioLib - 13b0eaf2b67f5582cab47f145e9f9ddea871f9a1 authored over 5 years ago by Jan Gromeš <[email protected]>
STM32 - use HardwareSerial instead of SoftwareSerial

Added support for STM32 boards, using HardwareSerial instead of SoftwareSerial the same way as i...

github.com/meshtastic/RadioLib - 972f874e9e66af5495a58f6493c68d2bec719f10 authored over 5 years ago by mmrein <[email protected]>
Advanced version to 1.4.0

github.com/meshtastic/RadioLib - 47d8ac8b0764effe570bb2b8a75704645662f664 authored over 5 years ago by jgromes <[email protected]>
[HTTP] Fixed incorrect string length

github.com/meshtastic/RadioLib - 4eef30a2a487e15c80b5c07b6b6b0eded634320b authored over 5 years ago by jgromes <[email protected]>
[ESP8266] Fixed incorrect string length

github.com/meshtastic/RadioLib - 14df1d8c523d724146eef1a1415144548d0c43fb authored over 5 years ago by jgromes <[email protected]>
Updated readme

github.com/meshtastic/RadioLib - 5c15e252362e74ba82a04eb784428711aaeaf7b4 authored over 5 years ago by jgromes <[email protected]>
Travis added ESP32 platform

github.com/meshtastic/RadioLib - b208956f5be58850f002b6297aa4ed5ad0b54133 authored over 5 years ago by jgromes <[email protected]>
Merge pull request #39 from beegee-tokyo/master

ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial

github.com/meshtastic/RadioLib - 5c62ee901cb369fb45c9e86afbc90eaaea2f15aa authored over 5 years ago by Jan Gromeš <[email protected]>
ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial

ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 || SAMD a hardware serial will b...

github.com/meshtastic/RadioLib - 1465e01fd4c36ff604c7fa39242e4952339c95b8 authored over 5 years ago by Bernd Giesecke <[email protected]>
Corrected .travis.yml

github.com/meshtastic/SX126x-Arduino - 95fd43534d90d7806262a3e588f28d6c768ce730 authored over 5 years ago by Bernd Giesecke <[email protected]>
Test commit to trigger Travis

github.com/meshtastic/SX126x-Arduino - 2c5867075f969a18a058cbf2984dcf32e0a3bbaa authored over 5 years ago by Bernd Giesecke <[email protected]>
Trying Travis CI

github.com/meshtastic/SX126x-Arduino - 22f5b7e0b47e4aed0f80ad5dc06a046d996d73c7 authored over 5 years ago by Bernd Giesecke <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/meshtastic/SX126x-Arduino - fc68cc0ed1924e2343674b75e53dd35ac1704037 authored over 5 years ago by Bernd Giesecke <[email protected]>
Added missing Nordic nRF52832 platform

github.com/meshtastic/SX126x-Arduino - bc572ba1602ed2767eab53af012f666e2e75be2e authored over 5 years ago by Bernd Giesecke <[email protected]>
Added missing Nordic nRF52832 platform

github.com/meshtastic/SX126x-Arduino - 0fc5e7c0b0b9a39a7694a6dc91480cd62fdc32d4 authored over 5 years ago by Bernd Giesecke <[email protected]>
Added ESp8266

Code cleanup

github.com/meshtastic/SX126x-Arduino - 45dc3fa44da07308b337694377a3b5de7654f87c authored over 5 years ago by Bernd Giesecke <[email protected]>
Advacned version to 1.3.0

github.com/meshtastic/RadioLib - bbef47e71a66af94ebcc44f5cf98e4b376658dae authored over 5 years ago by jgromes <[email protected]>