I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hello ,
I ’ m trying use nrf-blue-image-transfer-demo with nRF52840-DK.
https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo/tree/master/pca10056
I use...
Hi,
I have a problem with the mlme_start_req:
I have defined the following structure for mlme_start_req_t:
#define SUPERFRAME_ORDER 15u
#define BEACON_ORDER 15u
...
Hi.
I was wondering if there are any options in the pipeline for the nRF91 series. Any pin-compatible variations of the SoC, like a device without GPS or BLE or other...
I using the nRF mesh SDK v2.2.0
I do the below steps:
- Provisioning the light node by the interactive PyACI
- Configure the light node
- Can the node with PyACI using...
My simple BSD socket example does little more than send/recv a message to a server over LTE (it's adapted from Rallare's tcp sample). It works, however the recv() call does...
Hi,
I am developing firmware for a custom NRF52840 based board. I am using softdevice 6.0.0 with SDK 15.0 and the SES environment.
I am trying to use three application...
Hello, My name is Rafiul Islam, and I am a part of a Capstone Engineering team at Simon Fraser University (Vancouver, Canada). For our capstone project, we are expected to...
Hi,
I have the simplest of SAADC sampling scenarios whereby I'm sampling a voltage in a one-off manner, nrf_drv_saadc_init, nrf_drv_saadc_channel_init, nrf_drv_saadc_sample_convert...
Hello,
I am using NRF52832 and nRF5_SDK_15.2.0 for the our device.
I am using FreeRTOS also.
I have some issue about sleep mode with FreeRTOS.
I refer to some suggestion...
Hello,
I'm having a weird issue that I'm not sure how to debug. I have an app that I know works fine if programmed just with the softdevice. However, when I also program...
Hi,
I want to implement the tap sensing in my product. for that i have BMI160 accelerometer for tap detection interrupt.
during wake up time i need to read the accelerometer...
Hello,
I am interfacing some chips + sensors to wirelessly communicate to an nRF24L01 connected to an arduino nano which is pluged via USB to a computer.
This nRF24L01...
Hello,
I'm trying to work with ADC on nRF9160DK and I'm using 3V for VDD IO;
With below configuration
I'm getting full scale reading at 640mV
When I've switch to...
Hi,
Our product is based on peripheral device (nRF52840, SDK 1.5, SD s140) and in-house PC (windows) / mobile (android) applications.
We plan to implement bootloader ...