Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
Hi,
I have a project that uses PStorage and the Nordic UART Service. PStorage is used to store a variable that is updated by the device, irrespective of the Bluetooth,...
Question:
From ble device I have to send some data or character to mobile in connected mode. After sending that data the device is not going to sleep mode while connected...
I'm trying to modify the beacon properties of the nrf Beacon in the nRF Beacon APP but it doesn't allow me to change those properties.
If I use the Beacon scanner the device...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi, I tried it from my Nexus 5, using the Android version of MCP. I can connect/unconnect, detect link loss, and (apparently) everything else, but only LED 1 seems to behave...
I want to connect one peripheral to a few central devices (lets say 3) but the central devices don't need to be connected to the peripheral at the same time. Should the PERIPHERAL_LINK_COUNT...
Thanks for the info already provided in devzone.nordicsemi.com/.../
I'm starting a new design with size (and volume) minimization a key requirement. Couple questions: ...
I am looking at the common nRF24L01+ module PCB with integrated antenna which is available at several suppliers. See picture below:
My question is - was this PCB design...
I'm using nrf51822, sd 10 and bootlader from sdk10. I can perform DFU to my application by loading the zip file with nRF master control.
Now I performed some customizations...
Hi
nRF51 dongle is no response from master emulation. I already did erased and flashed again few times but still not resolve.
I'm also restart my PC as well but the...
Dear nordic.
I am testing with nRF51822,
and have some question about hardware stability check.
Could I check below hardware stability, during or after system initialization...
i using a ble_app_hrs_freertos example, nrf52
I inserted a new custom task.
if(pdPASS != xTaskCreate(main_thread, "MAIN", 32, NULL , 1, &m_main_thread))
{
APP_ERROR_HANDLER...
I am attempting to make the change to peer_manager, fromd evice manager, and the in ble_advertising_start()
pstorage_access_status_get() call, I'm not sure what to change...
I am testing the DTM mode on the nRF51822_QFAA, and I use the carrier-only test with the following command :
dtm_init();
dtm_cmd(LE_TRANSMITTER_TEST, 39, CARRIER_TEST...
I bought the nRF51822 Smart Beacon Kit. There are some firmware source code files but not Keil project files are there. Can someone help me point me out to configure the source...