I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...
I experience a weird phenomenon in which my BLE device name that is advertised doesn't match the one I programmed. This only happens in iOS. Tested with Nordic App, so I assume...
Hi, I tried to make Scanner(S130).
I use SDK 9.0.0 and S130 1.0.0..
I was able to pairing and exchange data at 16bit service and 128bit custom service.
but, if peripheral...
NRF5x v1.2.2 Plugin
BDS V1.0.2095
Windows 7 Pro
Create a new project
Import Profile: Cycling Power
Generate Code For: Server
Select Plugin: Nordic Semiconductor v1...
Hi! I'm running the Espruino JavaScript interpreter on a Nordic nRF51 (actually the BBC micro:bit), and I am finding it will totally reset itself when trying to erase a page...
Hi,
I'm trying to design the solution of this problem: I need to detect when a peripheral module goes off-range vs. an associated central device (smartphone/tablet).
The...
Hi,
I'm trying to debug my program after trying out the DFU example (specifically dfu/bootloader/pca10040/dual_bank_serial_s132).
Using my Segger J-Link, I run 'erase...
Hi,
I'm using the nRF52832 QFAAB0 with IAR Embedded Workbench IDE.
I have "nRF5x_MDK_8_5_0_IAR.msi" installed.
Inside IAR i have the device selected as "NordicSemi...
I'm trying to write a small program in mbed that relays incoming UART BLE messages to the USB UART.
What is the proper way to setup notifications?
Right now, if I call ble...