Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi all,
I using SDK MESH 3.0 and light swich server exam. If I send data in button_event_handler function. All run correct.
If I send data in int main -> error in function...
Hi all,
I am using the nRF52832 and Segger Studio for developing a project.
My code is based on saadc, spi and rtc examples from 15.3 SDK. The saadc and spi work fine...
Hi team,
My customer is evaluating Nordic mesh solution and below are 2 questions:
1. Do we have any example code for customer regarding on Nordic BLE mesh co-existence...
Hello,
I have a BLE application, running a GATT server on a nrf52832. The main loop, is basically an endless loop, starting with a call to `sd_app_evt_wait()`, then handling...
Hi,
I have the problem as described in the title, and I have already searched and looked every thread in this forum about this issue, but none of them seems could help....
Im using FDS with FREERTOS on SDK15.3 S132.
Im succesfully initialising fds, then I succesfully do fds_update_record.
However when I restart device and do fds_record_open...
The API of sd_ble_cfg_set() Never return ,jump to Hardfault . Pls Help me ,Thanks.
ret_code_t nrf_sdh_ble_default_cfg_set(uint8_t conn_cfg_tag, uint32_t * p_ram_start...
Hello,
I am developing a product with a non-standard Q-SPI (4 data out, 1 data in) on nRF52832 with s132. The clock of non-standard Q-SPI requested more than 2MHz. I would...
Hi
I need a UART interrupt handler and a timer interrupt handler to have the same priority. I know I can set the priority of the UART handler in APP_UART_FIFO_INIT(). Can...
Hello. I have problem with MQTT sample. I use NB-IoT network.
If I use public MQTT server without username and password, then MQTT sample ist works. But if I use MQTT server...
Hi All,
We are developing a Smart Tracking Device using the latest module of nRF9160 and nRF51840.
We will be using an nRF9160 LTE M1 + NB1 and GNSS service for tracking...
Hi,
I try to erase 0x7F000 bootloader setting and reset MCU, then jump into bootloader,
let bootloader checked the bootloader setting CRC error, and force to execute OTA...
I have an nRF51822 chipset (256KB Flash memory and 32KB ROM) that want to put the ble_app_uart code on it from the nRF51_SDK_10.0.0_dc26b5e SDK. I am using Keil 5. I know...