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,
I am trying to implement QSPI flash data storage functions in the external memory of nRF52840 DK with other peripherals like TWI or GPIOTE, but it seems to conflict...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
Hello,
I am having trouble understanding the SAADC example in the description. Can anybody tell me what do the following instructions in the code do?
1. NRF_SAADC->SAMPLERATE...
Hello,
I am using nrf52840 and I have successfully uploaded the SAADC example. I do not understand why is V(p) = VDD? How can I configure Vp to be equal to voltage that...
Hello,
I want to build firmware with ZephyrOS for nRF52840. I set up the toolchain (on Windows) and everything works so far (Pyhton, West, CMake..). I can even build the...
What is the right way to use the debug possibilities of Segger Embedded Studio (or another allowed IDE) in case of the client Zigbee OTA upgrade application example? For now...
Hello guys,
I am using SDK15.3.0 and BL654 modules containing nRF52840 on my custom board. In addition to that, I have both nRF52-DK and nRF52840-DK boards. I can program...
Using: NRF52832, SD 132 6.1.1, SDK 15.3.0, Mesh SDK 3.1.0.
I started using the mesh SDK advertiser, with a single advertisement packet with infinite repeats, and that...
Hi, I want to enable mbed TLs library and what I saw from latest release v0.4.0 it can enable it by CONFIG_NORDIC_SECURITY_BACKEND=y in prj.conf My primary goal is to use...
Hi Devzone!
I'm using the nRF52DK (nRF52832 mcu).
I've conifgured the SAADC to use:
Single-ended
Resolution = 12-bit
Gain = 1/4
Ref = Vdd
AIN0
Everything...
I have changed name_type in ble_app_beacon example to have the name displayed and application get stuck into Error.
// Build and set advertising data. memset(&advdata, 0...
I downloaded SDK14.2 and loaded S132 v5.0 and then compiled and loaded the ble_app_uart example code (I also tried the precompiled hex provided with the SDK). It all compiles...
Hi,
I received my nRF52840 yesterday, I believe I've set up my dev environment well-enough to run the demo programs supplied by Nordic (namely the proximity and heartrate...