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...
Hello,
I am currently working on a custom nRF52840 board. I have to make the nRF52 communicate with a chip using TWI, so I started from SDK 15.2.0 TWI Scanner example...
Hi!
I try to compile secure DFU from examples SDK15.3 for nrf52810 (pca10040e_ble). I added old files from DFU SDK15.0 in to my new project. Also added file micro_ecc_lib_nrf52...
Hello ,
I saw some examples in nordic forum in that they measured coin cell battery voltage level
how to interface 22v battery to nrf52832?
Thanks
learn
hello everyone,
In my application single central(ble_app_uart_c) scanning and check each peripheral(ble_app_uart) Mac id. which peripheral mac id is defined by central,...
Hi all,
Can anyone suggest me how can I flash raytech dongle nrf52840 ? I tried two following solution
1) I tried using SWI interface with dk board ,getting an error message...
Hello,
I'm having difficulty with an app which combines USB (CDC ACM) and 802.15.4 using Softdevice (15.3). The issue appears to be related to hfclk, which is started to...
I am using the Nordic SDK 15.3 for nrf52832 development board. I am using SES as my development environment but I am unable to get RTT logging to work.
I have enabled RTT...
I am using SPIM3 to drive a peripheral, only using tx. And I noticed that SPI is sending wrong/corrupt bytes once in a while. See below image where the code tries to send...
I am developing a multi-peripheral product that knows all the possible connectable central Bluetooth device addresses (centrals are all NFC enabled smartphones).
When a...
I am using QSPI of nRF52480 with freqency 2M Hz. Now I want to reduce to 1M Hz,
but QSPI_CONFIG_FREQUENCY min value is 15
// <o> QSPI_CONFIG_FREQUENCY - Frequency divider...
Hi,
We are working to build our own SPI module code on nRF52832 in Segger IDE without Using SDK. But we are stuck at this point of error in core_cm4.h.
Unknown Type name...
i am trying to use flash to store and read data. I am able to do that when there is only softdevice and application. but when there is bootloader code get stuck. softdevice...
hello everyone,
In my application single central(ble_app_uart_c) scanning check each peripheral(ble_app_uart) Mac id which peripheral mac id defined by central established...
Dear DevZone community,
I'm developing a Mesh application using nRF52840, I'm developing with both the Nordic development kit (BOARD_PCA10056) and USB dongle (BOARD_PCA10059...
Hi,
I have tried changing the connection parameters (min and max connection interval) and looked into nRFGo Studio to see what the current consumption would be. In Column...