Skip to content

Add MG100 as supported gateway - #89

Merged
MarkoPura merged 3 commits into
mainfrom
add_mg100
Oct 29, 2025
Merged

Add MG100 as supported gateway#89
MarkoPura merged 3 commits into
mainfrom
add_mg100

Conversation

@MarkoPura

@MarkoPura MarkoPura commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

The MG100 is configured to use the HL7800 driver, but it currently hits the same issue described in Zephyr issue #81672. The fixes from PR: HL7800 driver fixes for TLS and DTLS are not included in NCS v3.0.1 (which the Firmware SDK is based on) and will only be available starting with NCS v3.1.0, so we’ll need to wait until the Firmware SDK is updated to that version.

Comment thread gateway/boards/mg100.conf Outdated
Comment thread gateway/boards/mg100.conf Outdated
Comment thread gateway/src/main.c Outdated
@MarkoPura
MarkoPura marked this pull request as ready for review October 21, 2025 10:01
@MarkoPura

Copy link
Copy Markdown
Contributor Author

@sam-golioth Tested with bluetooth-gateway tip of main and pouch tip of main

@MarkoPura
MarkoPura force-pushed the add_mg100 branch 2 times, most recently from dd60df1 to 41c709e Compare October 21, 2025 12:39
Signed-off-by: Marko Puric <marko@golioth.io>
Signed-off-by: Marko Puric <marko@golioth.io>
Signed-off-by: Marko Puric <marko@golioth.io>

@sam-golioth sam-golioth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MarkoPura!

Comment thread gateway/src/main.c
}
#endif /* CONFIG_NRF_MODEM */

#ifdef CONFIG_MODEM_HL7800

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if this was included based on something more generic rather than switching on the modem in this file. It could be an existing kconfig symbol or it could be one that we define for the gateway and select in mg100.conf. But, as discussed offline, we're already following this pattern for the Nordic modem, so we can address both items later.

@MarkoPura
MarkoPura merged commit 0a9ce0e into main Oct 29, 2025
10 checks passed
@MarkoPura
MarkoPura deleted the add_mg100 branch October 29, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants