Skip to content

modem_cellular: ability to launch chat script from application space. #64293

Discussion options

You must be logged in to vote

The modem_cellular driver is an MVP intended as a base implementation for other drivers. It demonstrates how the modem modules work, and provides network connectivity.

We do not have a proper cellular modem API in zephyr yet, so custom APIs must be implemented out-of-tree for now. this includes setting APN and other credentials, selecting radio access tech, sending sms'es etc. In short, copy paste modem_cellular.c out of tree, create an API that fits your needs out-of-tree, then implement it in your out-of-tree driver

This is taken from the modem_cellular driver line 1487:

DEVICE_DT_INST_DEFINE(inst, modem_cellular_init, PM_DEVICE_DT_INST_GET(inst),		\
			    &MODEM_CELLULAR_INST_NAME(dat…

Replies: 2 comments 21 replies

Comment options

You must be logged in to vote
11 replies
@bjarki-andreasen
Comment options

Answer selected by RomainPelletant
@RomainPelletant
Comment options

@AndrewAWG97
Comment options

@bjarki-andreasen
Comment options

@AndrewAWG97
Comment options

Comment options

You must be logged in to vote
10 replies
@bjarki-andreasen
Comment options

@mxc42
Comment options

@bjarki-andreasen
Comment options

@bjarki-andreasen
Comment options

@mxc42
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants