Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
Hi, I am developing a SDK 17.0.0 based iBeacon application, and I see BLE library available for advertising.
I went through the ble_advertising_init API and found the parameter...
Hello, when I run OpenThread CLI example in NCS 1.4.0, I get the following message on the serial port:
E: Failed to store setting 3, ret -22
I am using the nrf52840 D...
I'm now using nrf52810 sdk16 for product development, but we need to pair bind. So pair bind, generate short-term and long-term keys where I can find it? How can I generate...
Hi everyone.
Not knowing exactly where to go to get help I am taking the liberty to ask my question here hoping that some good hearted soul might help me. The device manufacturer...
I created a project on nrf9160, which connects many peripherals, including SPI,I2C,UART. According to the specification, nrf9160 can use up to 4 sets of serial peripherals...
Getting the example programs to work from the NRF52 SDK can be a very daunting task. The big problem is that there is virtually no documentation included in the samples themselves...
Hi; I'm trying to develop an application with the nrf52840 as a co-processor. We decided to use the nrf52 as a SPI slave and a SAMD21 as a SPI master. I set up a quick Arduino...
Hi,
I have a question about the tolerance on the VDD voltage. In the datasheet it says: "RF 3GPP compliancy requires 3.3V."
I am wondering if there is more specific...
Hey all,
So I am a beginner and haven't work with this environment a lot. I use SES to debug and upload application to the nrf9160. I can allready upload some basic application...
Hello, I have three nrf52840 development boards and one pcb that I made myself using nrf52840. I want to find the location of my pcb with a demo using these development boards...
Hello,
Softdevice: 7.0.1, SDK: 16.0, Device: nRF52840
In the production, we want to save time programming the devices. So I'm using following command to combine bootloader...
Setup : I am using android-ble-library for my android app. I am using modified blinky example on embedded side. I have tried following implementation on android app:
I...
I have two nrf51822 devices, one running s110, the other s120. The s110 device reads ADC values every 20ms, and if they changed from the last reading it sends a notification...