Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...