2025-02-17 02:49:17 +01:00
; MeshLink board developed by LoraItalia. NRF52840, eByte E22900M22S (Will also come with other frequencies), 25w MPPT solar charger (5v,12v,18v selectable), support for gps, buzzer, oled or e-ink display, 10 gpios, hardware watchdog
; https://www.loraitalia.it
; firmware for boards with or without oled display
[env:meshlink]
extends = nrf52840_base
board = meshlink
2025-09-04 18:39:02 -05:00
board_level = extra
2025-02-17 02:49:17 +01:00
;board_check = true
2025-07-21 15:13:02 -04:00
build_flags = ${nrf52840_base.build_flags}
-I variants/nrf52840/meshlink
-D MESHLINK
2025-12-04 22:32:42 +01:00
-DRADIOLIB_EXCLUDE_SX128X = 1
-DRADIOLIB_EXCLUDE_SX127X = 1
-DRADIOLIB_EXCLUDE_LR11X0 = 1
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshlink>
debug_tool = jlink
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
;upload_protocol = jlink
[env:meshlink_eink]
extends = nrf52840_base
board = meshlink
board_level = extra
;board_check = true
build_flags = ${nrf52840_base.build_flags}
-I variants/nrf52840/meshlink
-D MESHLINK
-DRADIOLIB_EXCLUDE_SX128X = 1
-DRADIOLIB_EXCLUDE_SX127X = 1
-DRADIOLIB_EXCLUDE_LR11X0 = 1
-D USE_EINK
2025-02-17 02:49:17 +01:00
-D EINK_DISPLAY_MODEL = GxEPD2_213_B74
-D EINK_WIDTH = 250
-D EINK_HEIGHT = 122
-D USE_EINK_DYNAMICDISPLAY ; Enable Dynamic EInk
-D EINK_LIMIT_FASTREFRESH = 5 ; How many consecutive fast-refreshes are permitted
-D EINK_LIMIT_RATE_BACKGROUND_SEC = 30 ; Minimum interval between BACKGROUND updates
-D EINK_LIMIT_RATE_RESPONSIVE_SEC = 1 ; Minimum interval between RESPONSIVE updates
-D EINK_LIMIT_GHOSTING_PX = 2000 ; (Optional) How much image ghosting is tolerated
-D EINK_BACKGROUND_USES_FAST ; (Optional) Use FAST refresh for both BACKGROUND and RESPONSIVE, until a limit is reached.
-D EINK_HASQUIRK_VICIOUSFASTREFRESH ; Identify that pixels drawn by fast-refresh are harder to clear
2025-07-21 15:13:02 -04:00
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshlink>
2025-02-17 02:49:17 +01:00
lib_deps =
${nrf52840_base.lib_deps}
2025-12-17 12:05:48 -05:00
# renovate: datasource=git-refs depName=meshtastic-GxEPD2 packageName=https://github.com/meshtastic/GxEPD2 gitBranch=master
2025-03-29 12:19:05 +01:00
https://github.com/meshtastic/GxEPD2/archive/55f618961db45a23eff0233546430f1e5a80f63a.zip
2025-02-17 02:49:17 +01:00
debug_tool = jlink
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
;upload_protocol = jlink