Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I am designing an nrf52 based device running at 1.8V. To debug the device I was planning to use debug out option of the nrf52 preview DK. However, I just find that, the debug...
I'm trying to follow the code from one of your examples, specifically ble_beacon in SDK 8.0 and eventually I get to a point where I'm not sure what's going on so I figured...
Hello,
I have question. I using examples with nRF51-ble-peripheral-bond-handling with bls_service (PCA10028) and i have problem with unnecessary connection. I want that my...
I'm referring this blog on getting started with nRF51822 and in this same blog, there is a link to a video by Nordic on Introduction to Bluetooth Smart and after watching...
I have two STM8s105 MCUs and two NRF24L01+ modules. Set one as transmitter:
CONFIG: 0x3A
EN_AA: 0x00
EN_RXADDR: 0x03
SETUP_AW: 0x03
SETUP_RETR: 0x00
RF_CH: 0x00...
Hi
I used the boot loader example successfully on the nrf51DK board.
Now I want to use it on my custom board. So I recompiled the boot loader code, with 1 difference:...
I don’t fully understand the nRF51 event NRF_RADIO->END. NRF_RADIO->END identifies the completion of a packet transmission or reception. My question is what triggers NRF_RADIO...
We have a project that involves both battery-powered 'slave' devices and a mains-powered 'master' device (which needs to support multiple slaves and support WiFi). We are...
Hi,
imagine that I have a proprietary characteristic that allows only READ operation (from a smartphone for example) that expose an internal value in my application.
I...
Hi,
I'm using nrf51822 and SDK 6.1.
devzone.nordicsemi.com/.../
I learned how to store data with using pstorage library.
but I can't register block more than 1024...
my chip : NRF51822 (256kb)
SDK : 6.1
Hi.
devzone.nordicsemi.com/.../
according to this example code, I could have stored data and it works great.
but problem...
I want to update the bootloader inside nRF51422 using iPhone.
Updating applications hasn't been any problem.
Following the same procedure but I cannot convert bootloader...
Hello,
I received a reminder to aswer to the Nordic Semiconductor Customer Satisfaction Survey. Unfortunatelly, I can not reply, because there are questions I simply can...
Hi All,
The timer count value reading is not working.
static void timer2_init(void)
{
/* Start 16 MHz crystal oscillator */
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;...