I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
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...
Hi Sir/Madam
I wrote a small program for low current verification on nrf51822 development kit with starter mother board.
The program is based on "blinky_example" project...
Hello to all,I have developed a board using the NRF51822;
Currently I am using SDK v11, S130 v2.
I have a problem in my bootloader, since bootloader_app_is_valid (from...
Hi, i want to jump from my app to the bootloader, i used the function
void bootloader_app_start(void)
{
vMBt_eStopAdv_Exe() ;// Stoping the BLE ADV
sd_power_gpregret_clr...
I have a question about when the application is erased during serial DFU single-bank update:
According to the S110 Serial HCI documentation , the serial update packets...
Hi,
I just purchased an nRF51 sniffer. I have set everything up as per the UM. When I invoke the sniffer application, it says scanning for devices, but nothing shows up....
Hello.
I'm investigating how bootloader works (bare minimum), especially how it brings control to an application (already flashed at 0x1B000, s130 SoftDevice also present...
Hi,
I'm creating a simple SPI bootloader without SD for nRF51822 based on this post
The bootloader is connected to Freescale 22F through SPI and it will be without any...
Trying to build the examples for the NRF52 and ant. I have the latest download of SDK11 (nRF5_SDK_11.0.0_89a8197)
It looks like paths are broken as well as missing the ant_interface...
Hi,
I want to communicate with other chip on UART.
the chip on other end requires AT(CR,LF) command to start communication over UART.
UART is setup correctly, but it...
hi guys,
So i made a board with an nrf51822 chip (256kb ) and some sensors + RTC(realtime clock).
The RTC will generate an interruption every 1 minutes. During the interruption...
I have to admit I am lost on the changes required to SDK 11.0 to make the new S132 V3.0 SoftDevice compile.
The migration document talks about the changes but doesn't provide...
Does anyone have any sample code for two-way ESB comms between an nRF52 and nRF24L01+ being controlled by an Arduino (or similar), please?
I can get two nRF52s to talk...