nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
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...