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...
I'm using the Insight ISP 130301C module and I'm trying to double check the nRF it contains as a firm basis for trying to get DFU working on it.
The module has printed...
Hi,
I have followed all the instructions required for performing the build and debugging, but still unable to do step wise debugging. Please find the log for the output console...
hi, i am going to make a simple timer with SDK 6.0.0, nrf51822 and softdevice.
first, i use ble_app_uart example as a base code, because i need to BLE communication with...
Hi,
Im trying to use the NRF51DK evaluation board as a data channel between another MCU
and the PCA_10031 bluetooth dongle. Im not using softdevice.
My implementation...
A week ago, I asked about this warning in the product specification:
"If the antenna is exposed to a strong NFC field, current may flow in the opposite direction on the...
I'm working on a project that requires my device to be able to identify when a phone connects that has been previously bonded and placed in the white list. I need to be able...
Hi,
I have developed two different application on nRF51822 with two different location. One is start from 0x1D000 with max size of 16 KB and another start from 0x21000...
When i am trying to transfer data over air using sd_ble_gatts_hvx() function every time i am getting err_code 12 ( NRF_ERROR_DATA_SIZE ) error.
Here i can send data from...
I'm working with ble_app_uart_s130.
Compilation is fine and it works as expected in hardware.
I'm going to add application timer and scheduler.
To do that I have to set...
I want to use ADC / PWM / I2S / UART / SPI / I2C / at a time.
So, Can I use all GPIO pin assign any function?
If I can't use some function at a time, I want to know the...
Launch an example for UART (BLE PERIPHERAL) on the board PCA10040. When try to set the parameter APP_ADV_TIMEOUT_IN_SECONDS = 0 (no timeout) get returned NRF_ERROR_INVALID_PARAM...
Hello,
I have a question regarding AVDD pin.
I am using nRF51822 CEAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between VDD and GND...
Hi everyone
I'm facing a weird problem in my design and FreeRTOS. Apparently, my system was working fine, but along I'm adding more tasks, i've detected the system stops...