I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi there,
I'm in the middle of migrating an application from SDK 10 to SDK 11. In the SDK 10 version, I had RTT logging working just fine. I'm developing on a Mac so I...
Hi guys
I am using customized board(Raytac MDBT40) based on nrf51822(flash memory 256k, RAM 32k).
I am trying BLE UART example code of SDK 11.
which path : \nRF5_SDK_11...
I am using S120 SoftDevice on PCA10001 board with sdk7. I want to know on which
channel i am receiving advertisement packets.
Is there any API on Central/Observer to which...
Hi there,
I was able to issue "make VERBOSE=1 mergehex" from my cmd line and it worked. When I do the same via build target from Eclipse, it is giving me "no such file or...
Hi,
In the product I'm working on I need to store some configuration data in persistent memory. I came accross serveral ways to do that. I think the best way to go is to...
Would it be possible to get simplified versions of the board support package.
Following e.g. the macros is veeerry difficult.
A simple version of the HeartRate demo with...
Following a discussion I just saw here Yesterday, people asked about an editor for mac and I could not see there was a clear answer. I was thinking also to go with the nrf51...
Thanks to the answers and support here, I think we are going to use the nrf52832 ( we migrate from another company after having really hard times). I am struggling to find...
[https://drive.google.com/open?id=0ByjgT_Zt3YyJS2tKQko3cW10SlU]
hi i am working on MMA8652 i am working on mma7660 twi example in sdk11 for nrf52.
i have changed the registers...
Hello,
I am wondering if I/O hardware interrupts get lost during the time when CPU is halted due to flash erase.
Can Nordic also confirm if BLE data transmission in...
Hello,
I am currently searching for BT and NFC Chips, which can deal with a bit more than the usual 85°C. The nRF51822 is specified to 105°C, is it possible to run devices...
I want to play songs wirelessly on speaker ,suppose speaker is connected to one soc and and another soc is connected to storage which contains songs how do transfer that from...
I want to use fstorage to write data to a file. The File with three records: 0x1111="Tablet1", 0x2222="data: abcdef", 0x3333="26". How to implement it? Can anyone guide me...