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...
Hi,
On a nrf52840 running SDK 17.0.2 and Softdevice 7.2, while being connected to two devices in central and peripheral role, I observe that on the connection where the...
I'm trying to see if there is a simple way to scan for ANT packets on all supported frequencies (not ANT+, which I know is on a single channel, 2457MHz). Just for the presence...
Hello, I am currently using the logger backend to send information via UART from the nRF52811 to a PC. This works well, but only for one way communication. I would like to...
I have nRF52840 dongles that have something already programmed on it. They are encased in plastic and I have no access to the little reset button. How can I install my SoftDevice...
Hi, I'm having trouble implementing DFU buttonless.
I ran the tutorial step by step in the following link: https://www.u-blox.com/sites/default/files/Add-NordicSemiconductorDFU...
Hi Nordic,
From some cases in the devzone, I know for nRF52 series, the ESB doesn't support 250Kbps mode.
One of my customer employ nRF51822 in their product, so I want...
Hi,
It seems that we are experiencing exactly the same as what is described in this topic by @kienasv. That topic seems closed for replies, and the solution has never been...
Hello ,
What is the purpose of the second line of the code in errata 89 ?
I mean this line ;
*(volatile uint32_t *)0x40003FFC;
did you use this one like nop ?
...
I need to install a BTLE application on an nRF52840 dongle that is enclosed in a case and therefore I do not have access to the reset button.
I have looked at some of the...
Hi, I'm using nRF52805.
My BLE code could connect & communicate data perfectly for the first time. After the disconnection, I can still see the signal. However, when I try...
Hello, new-to-this platform dev here!
I am implementing BLE bonding on my nRF52840 DK, which uses the S140 Softdevice. The DK is a peripheral and I'm using version 17.1...
Hi,
I need some help to choose an RF module for a new project.
I need:
* To connect to nRF24L with custom radio communications
* to connect to legacy standard bluetooth...
I use the nRF5_SDK_15.2.0_9412b96 , the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use GD25Q64E, which code should be modify?
I have developed a project with 9160, which requires real-time display of NB network signal on the screen. In order to save power consumption, I have set the Mode to PSM Mode...
Hello,
For us our IO rail is 1.8V. In this case do you see a big difference in power consumption whether REG1 is in LDO mode or DCDC mode? From 1.8V to 1.3V if in LDO mode...