I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
I've run an mesh example of light control with three 52832DK board.There are some question.
[1]Now i want to add uart function to the example,then i can send msg without...
Hi,
I'm working on modification of DFU Bootloader to use external flash instead of standard Dual-bank or Single-bank version. Now it works quite well, but I have problems...
For programming the nrf52832's BLE capabilities the only option that can be used is the s132 soft device right?
According to the latest specification, the maximum throughput...
Greetings,
I have an application where the DFU of a NRF52 is performed by another microcontroller via a serial port. Once the DFU is complete, the microcontroller turns...
Hi everyone!
I'm wondering about why SoftDevice stays idle (in terms of radio operation) so "long"
("t ScanReserved" = 760 us) after channel changes during scanning? Despite...
Hi,
I'm trying to do a rough calculation of current consumption for the nRF52840 chip.
The unit should sample 6 times an hour by using I2C to acquire samples from a...
Hello,
I want to program the bare nRF52832 MCU over SWDIO, SWCLK, GND and +3,3V Connections with a Segger J-Link programmer. Unfortunately the programmer could not connect...
Hi,
We are designed our own Beacon PCB based on nRF51822 Beacon Kit...We followed board size,PCB Antenna Trace width and GND Clearance as per Beacon kit...The difference...
As I understand it only the largest physical chip, 7x7mm nrf52840 , supports Bluetooth 5.0 long range. Is this correct?
It seems as if Nordic Semiconductor is abandoning...
Hi,
i have assigned RAM address as:
#define RAM_MEMORY_TEST_ADDRESS (0x20002BD8)
uint8_t * p_ram_test = (uint8_t *)RAM_MEMORY_TEST_ADDRESS;
to this p_ram_test i...
Hi,
In the Thread API under the Command Line Interface section, there are the following functions:
void otCliConsoleInit(otInstance *aInstance, otCliConsoleOutputCallback...
Makefile (/attachment/ca6852bdad7b5e54aaa4ce4388c4c410)Please find my code attached!!!
I have changed the makefile and the SDK config file accordingly! but the error remains...
Why can not read twi data ? at nrf52832 chip....
but Read well in Arduino....
twi interfacing with RTC DS1307....
please give me some hint.....
nrf_drv_config...
i would like to print register values of an external sensor on my screen using UART! I'm reading and writing into those registers using SPI! Printing a normal message using...