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 am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...