Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hello ! Hope I can get help with this as I am completely new to this and dont get a hang of it yet. What I am looking for is to be able to use the servers as clients. I have...
I use nrf52832-AA, S132
I use Fstorage from 0x68000 to 0x73FFF in flash memory.
Reading or writing data from that memory.
It doesn't have any problem working normally...
Hello Everyone,
I am newbie to nordic BLE environment. This maybe a silly question.
Currently I am using nrf51 DK with SDK11, S130.
Data to be sent through SPI:
...
Hi,
I was trying to add generic onoff server model to the dimming server example in order to On/OFF and Dim the LED on the nRF52 Dev board using nRF Mesh App. I added all...
With 100 battery powered bluetooth long range slave nodes connected to one master. To increase battery lifetime, Is is best to connect/disconnect all slave nodes to the master...
Hello,
I have the following scenario:
The device boots and starts to advertise.
When the central (android phone or iPhone) connects, peripheral requests bonding and...
I am using sdk 11, s130, nrf 51822.
Before getting into the question I ask in the title, I would like to ask this first:
1. Is it correct that every time I call pm_peer_delete_all...
I'm trying to integrate buttonless DFU in BLE app uart example. I added the file: ble_dfu.c, ble_dfu_bonded.c, ble_dfu_unbonded.c in the project. I added the following folder...
It's battery operation so I want to know how to setup 1sec timer and goto sleep_mode(power_down) after 1sec beacon scanning.
I'm using WDT to setup 60sec WDT reset so I...
Hi,
May I know what is the hardware layout for measuring external voltage using SAADC? I may not be understanding the infocenter or the datasheet for setting the external...
In the `Serial Interface`, the `Bluetooth Mesh Packet Send` command does allow specifying the `Time To Live` (TTL) for arbitrary packets, but there is no field for `Retransmit...
Hello, I have a question.
1. When ancs is reconnected, the machine will be reset, and the software will catch the log as follows.
As long as there are a large number of...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to know what would happen in the following situation.
During central and peripheral...
I noticed that in SDK SES projects, the linker file is generated every time the project is build. However, there is no memory map file specified, only a section placement...