It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I'm evaluating nRF9160 + Serial LTE Modem application for a battery powered device that uploads data via HTTP POST 8-12 times per day. Since all interactions are initiated...
Normally when we send data via UDP we get a +CEREG: 5 response.
We use this to generate a signal <e_ready which in turn allows the next message to be sent.
(As per the...
Hi
I wants to do POC on LE audio, I know nrf5340 support all Bluetooth5.2 spec. Where can I found LC3 codec that can help me for POC? is Zephyr LC3 codec can help?
https...
I'm doing a bit of research on Nordic Semiconductor devices and am currently looking into devices that use a nRF52x chipset.
I have been looking around the internet for...
Hello , I am working on a project which contains I2C communication, When I test the twi scanner example on my sensor and it works fine But when I do the combination with the...
I'm trying to update our LTE connection library to use the LwM2M Carrier library to be prepared for carrier certification and I am not seeing any way to request that the modem...
1.Project only has one main.c file. Other files are in zephery public folders,like conn.c etc.
My problem is ,if I modified conn.c for one project, how about the other project...
Hi, I've recently been diving into the whole trustzone implementation on Zephyr and I'm having trouble understanding how to properly work with it.
My question is fairly...
I'm using the default implementation of the Peer Manager module. I see under the hood it uses the FDS module to handle Flash Write/Reads. If I wanted to implement some Flash...
Good evening,
I am using a nrf52840DK to set up a product prototype and I have a couple of questions about the peripherals. My nRF Connect SDK version is 1.5.99.
1....
Hi, Iam working on creating a ble mesh network. I wanted send led status whether on/off message from server to client periodically like every 10sec. I have configured the...
Hi I'm learning Zephyr ecosystem in context of using nRF SoCs. How one can achieve current consumption values as low as in datasheet ( 0,4 uA in System Off, with no RAM retention...
After nrf52840 uses the SPIM3 peripheral to send data, turn off the SPIM3 peripheral to enter low power consumption, and there will be 700UA current; if the SPIM3 peripheral...
I am trying to read data from a chip over SPI.
The implementation of the SPI comms is not ideal as they require a new CS/SS line toggle on every byte. I cannot do a bulk...