I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
Hi,
I'm developing on a custom nrf51822-based board, and using the s110 softdevice, version 7.0.0. With JLinkGDBServer and the toolchain's gdb, I can debug softdevice-less...
Do you have a BLE SOC chip that can behave as a master and a slave, and also has embedded stack so no host processor is needed. I am looking for a chip that can be used in...
hi,
Inorder to flash the softdevice to evaluation board PCA10024 , i tried using nrfgo studio as mentioned in the user guide.but the nrfgo studio does not show any board...
Dear all,
I am using SDK7.1 with S130 v0.5 alpha. Can I use the DFU example in the SDK6.1 to update my firmware in the chip(nRF51422)? If not, is there any alternative...
I am using S110-based peripheral device which is sending 20byte notifications. Application on my peripheral works fine (testing with MCP gives transfer rate about 15kB/s which...
Hi,
I was using nRF51DK with Keil uVision ver 5.14 and SDK 8.0.0. It worked okay yesterday and I tried HW peripheral as well as BLE peripheral.
But today it doesn't...
Is it possible to identify a device as a previously bonded peer based on the advertisement package and before establishing a connection?
I would like to be able to bond...
Hi
Im using nrf51822 board from RedbearLab. SDK6.1and SD7.1.0.
I added DFU to my application and iam able to update the firmware OTA.
My issue is after adding dfu...
Hey there,
I am looking for the right pin out to wire up a reset button to my board so that I can reset the IOS device is paired to. Can some one help?
Tyler
Hi,
Is it possible to set an address lets say for an array to be in Flash memory on compilation?
So that way I dont need to reserve memory twice - once in my program memory...
I have two nrf51822 devices with sniffer firmware. At the beginning all tests were well, it can sniffs beacon packets with ble-sniffer_win_1.0.1_1111_Sniffer and display packets...
[edit]
This problem is solved!
The problem is from project target.
I am using uvision5, but I opened the uvision4 project. (\arm4...)
Now I am using the example under...
I am using the Sys Events to monitor the POFWARN but it appear that I get a POFWARN event repeatedly when the voltage is below the threshold is this normal or do I need to...
Hello,
Some questions regarding the linker script for the 8.1 SDK for SD110.
I was able to get an environment set up with ARM GCC, Make, etc. and compiled my program...