NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
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...