I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I have installed the toolchain according to nRF Connect guideline, on my MAC OSX.
My option settings are listed in the attached image.
I downloaded release 1.4.2.
...
Hi Sir
We are developing a product with nRF5340,
Now we faced the PCB layout symbol creation issue,
I can't find any information about footprint of nRF5340,
Can someone...
Hello,
I am trying to get acquire the accelerometer data every 4 hours for a sample duration of 60secs. These data are stored in RAM and on ble connection with the mobile...
Hi,
I'm totally new to programming nRF DK's.
What am I using?
Segger Embbedded Studio for ARM (Nordic Edition)
Toolchain: nRF Connect SDK v1.4.99-dev1
The "mqtt...
Hello there,
Since we use the lower level modules from Nordic's SDK for Mesh 4.2.0 - namely timeslot.c, bearer_handler.c and some additional modules to make them work properly...
Hi,
I just happened to stumble across these lines (123 to 126) in nrf_drv_uart.h:
And I noticed that on line 125 NRF_UART_ERROR_FRAMING_MASK is mapped to NRF_UARTE_ERROR_PARITY_MASK...
Hi, I've got our custom board with W25M02GVZEIG and I want to be able to read it out in a way that is fast and works with XIP. It's ok if it takes more time to write.
So...
Hi, I've made UART (BAUD RATE 1M) only on central after recieve all data (8kB). Peripheral is sending data from own ram (collected data from SPI sensors). What and how i need...
Hi,
I am trying to start from scratch BLE firmware to send and receive data from the development kit PCA10100 and nRFConnect App. I am following this course on Github here...
Hi,
i am trying to send temperature data along with timestamp as a string over BLE to a smartphone. i did the temperature reading part and now want to add timestamps to...
Can you show how can I merge the ble_app_uart and ble_app_uart_c into one code?
Once the device wakes up, it will check its GPIO - if it is '0', the peripheral will start...
Hello,
this is my second question in this forum, again regarding floats. (I hope its not something obvious like last time)
I`m getting very different results from asinf...
Hi,
I am following then nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using nRF Connect SDK 1.4.99-dev.
When trying to create the hello_world project i get the...
Hi,
I am current working with nrf connect SDK, nrf5340dk and 2 Nordic thingy 52s. I am trying to implement BLE mesh sensor client and server model on both the Thingys respectively...