Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Cellular change for SARA-U201 only: increase PWR_ON pull time. (#1153)
Browse files Browse the repository at this point in the history
The PWR_ON pull time for SARA-U201 is, from the data sheet, just 50 us, hence ubxlib used 1 ms.  However, the integration manual says to use 4 ms; given cable lengths/capacitances etc., the value used by ubxlib is now set to 10 ms.
  • Loading branch information
RobMeades authored Apr 30, 2024
1 parent 77ee99e commit 8cc0262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/src/u_cell_private.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ uPortMutexHandle_t gUCellPrivateMutex = NULL;
*/
const uCellPrivateModule_t gUCellPrivateModuleList[] = {
{
U_CELL_MODULE_TYPE_SARA_U201, 1 /* Pwr On pull ms */, 1500 /* Pwr off pull ms */,
U_CELL_MODULE_TYPE_SARA_U201, 10 /* Pwr On pull ms */, 1500 /* Pwr off pull ms */,
5 /* Boot wait */, 5 /* Min awake */, 5 /* Pwr down wait */, 5 /* Reboot wait */, 10 /* AT timeout */,
50 /* Cmd wait ms */, 2000 /* Resp max wait ms */, 0 /* radioOffCfun */, 75 /* resetHoldMilliseconds */,
2 /* Simultaneous RATs */,
Expand Down

0 comments on commit 8cc0262

Please sign in to comment.