Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
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...