I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
I'm using SDK 15.3 and nrfutil version 4.0.0 for generating DFU zip files.
When I generate a DFU zip file that includes the bootloader the zip files is far to big.
This...
Hi,
I use 'nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart' as my project base for PCA10040. The code has its default sleep mode which use 'sleep_mode_enter...
I use 52840,SDK15.3 and pca10056 board .
examples\peripheral\usbd_ble_uart_freertos\pca10056\s140 no changes to the source code.
usbd_ble_uart_freertos cannot connect...
i'm trying to send ipv6 packet over thread with function otIp6Send. but otIp6Send doesn't work and return '6' which means "Failed to parse message or arguments." as openthread...
HI,
I intent to move a project from 52832 to 52810,but the flash size of 52810 is only 192k.so I want to know the flash layout(bootloader included) of 52810 like 52832 as...
Hi, I'm using nRF52832 with SDK 15.2 and 3.0 (Mesh). I have created a new model by following the Instructions mentioned in the Creating New Models topic and successfully it...
I'm beginner of nrf52832. I try to eddystone beacon URL in ble_app_eddystone example in SDK 15.2. I have received my URL in NRF connect app but my android smartphone (moto...
Hi all,
I using nrf52832 , sdk 15.1
- My app include : application + bootloader + application data area
- application define appliation data area is 12K byte (FDS_VIRTUAL_PAGES...
I want to use the REAL GPS of the RF9160, not the simulated version in the asset tracker demo. Firstly, is there a demo for the RF9160 that reports actual GPS location that...
When I'm running a BLE application with the debugger, and the CPU halts on a breakpoint, it seems to end up in the assert handler when I start it again. How can I avoid that...
We are working on a nRF91-based device, and trying to understand the regulatory premises.
From what I can see the module is approved according to GCF (www.globalcertifications...
Hi,
I have got new nRF52832 custom board. I am able to send AT commands and getting responses. After that i tired programming ble_app_uart Example and it stuck at ble_init_stack...
I take the TWI master example of nordic, and try to build I2C read API that can be use from otherr places.
The function look like this
uint32_t Serial_read_2BytesReg(uint8_t...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
Since writing to the softdevice...
I am a bit confusing about this two mode settings. We plan to use MODE=BLE_2MBit on both TX and RX sides as it can give us about 2dBm sensitivity improvement on the RX side...