S5NC
|
4e3576ae48
|
Simplify SX126x variant configuration (#2813)
* Update SX126xInterface.cpp
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update SX126xInterface.cpp
* Update SX126xInterface.cpp
* Update variant.h
* Update variant.h
* trunk fmt
* trunk fmt
* Update variant.h
* trunk fmt
* trunk fmt
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update pins_arduino.h
* Update pins_arduino.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* trunk fmt
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* trunk fmt
* trunk fmt
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
Specify behavior
* Update variant.h
Maintain behavior
* trunk fmt
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
* Update variant.h
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
|
2023-09-27 16:01:40 -05:00 |
|
Thomas Göttgens
|
70dc13a998
|
use BSEC2 only
|
2023-05-10 14:14:48 +02:00 |
|
Thomas Göttgens
|
83e309f3bf
|
label boards as secondary to split the core firmware archive by support level.
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
|
2023-02-10 01:35:25 +01:00 |
|
Thomas Göttgens
|
b2ff628cec
|
add versioning to all lib depends (compatible upgrade allowed) and move as many as possible off github and into PIO registry.
Also add a script to check for lib updates (maybe in CI?)
|
2022-10-04 08:40:39 +02:00 |
|
Thomas Göttgens
|
c15da3c104
|
Make PIO6 happy again
|
2022-05-17 11:14:21 +02:00 |
|
Thomas Göttgens
|
409ad9c2c3
|
Split platformio.ini into one file for each board, only leaving platform definitions and a handful of stale (?) boards around.. (#1141)
|
2022-01-25 08:56:16 -06:00 |
|
Османов Владислав Юрьевич
|
76791220b9
|
Fix radio module declaration for NRF52_SERIES in variant.h -files
|
2021-10-14 16:16:20 +03:00 |
|
Vladislav Osmanov
|
56dd3eab23
|
use common param name SX126X_ANT_SW instead of the SX1262_ANT_SW
|
2021-09-14 12:25:25 +03:00 |
|
Vladislav Osmanov
|
098f38fb83
|
New base class for SX126x modules. Added new SX1268 module support.
|
2021-09-12 00:35:16 +03:00 |
|
geeksville
|
f1ca1ee3c0
|
okay basic support for @bigcorvus board is done
|
2020-08-29 12:46:42 -07:00 |
|
geeksville
|
dffb6c2f06
|
If display is on on the @BigCorvus board and we xmit the board browns out?
|
2020-08-28 17:38:23 -07:00 |
|
geeksville
|
7f214ffbb0
|
TFT kinda correct now - but slow because of bit banging
|
2020-08-28 15:33:33 -07:00 |
|
geeksville
|
d91ab5480f
|
begin support for TFT displays
|
2020-08-17 13:47:05 -07:00 |
|
geeksville
|
781077e799
|
Turn on buck converter for @BigCorvus board, now radio works
|
2020-08-17 11:42:19 -07:00 |
|
geeksville
|
22946b5e51
|
@BigCorvus board now kinda boots
###RTT Client: -----------------------------------------------
###RTT Client: Connecting to J-Link RTT Server via localhost:19021 ...
###RTT Client: Connected.
SEGGER J-Link V6.70c - Real time terminal output
SEGGER J-Link ARM V9.6, SN=69663845
Process: JLinkGDBServerCLExe
Emitting reboot packet for serial shell
I2C device found at address 0x55
done
Meshtastic swver=unset, hwver=unset
Reset reason: 0x0
FIXME, call randomSeed
ERROR: No UBLOX GPS found
Hoping that NEMA might work
RadioConfig reset!
Initial packet id 1481765933, numPacketId 4294967295
No saved preferences found
NODENUM=0xB18C3A4E, dbsize=1
Starting meshradio init...
Set radio: name=Default, config=3, ch=6, power=17
SX1262 init result 0
sending owner !df5db18c3a4e/Unknown 3a4e/?4E
Update DB node 0xB18C3A4E, rx_time=0
old user !df5db18c3a4e/Unknown 3a4e/?4E
updating changed=0 user !df5db18c3a4e/Unknown 3a4e/?4E
Adding packet record (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 Payload:User)
enqueuing for send (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 encrypted)
txGood=0,rxGood=0,rxBad=0
Starting low level send (id=0x5851F430 Fr0x4E To0xFF, WantAck0, HopLim3 encrypted)
assert failed src/mesh/SX1262Interface.cpp: 102, virtual void SX1262Interface::setStandby(), test=err == ERR_NONE
|
2020-08-17 11:29:00 -07:00 |
|
geeksville
|
6b568ab2fb
|
add powerhold for @bigcorvus board
|
2020-08-16 14:50:04 -07:00 |
|
geeksville
|
67bad9a689
|
Add SX1262 to @BigCorvus board
|
2020-08-16 14:20:05 -07:00 |
|
geeksville
|
559a790286
|
Add @BigCorvus board support to build
|
2020-08-16 14:08:31 -07:00 |
|