At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hey everyone,
I'm working with nRF52810 . I want to write into UCIRs before program execution starts.
I tried to configure NVMC(Non Volatile Memory Controller) and then...
I am using the nrf905 in a project. The datasheet suggests crystals of 4mhz, 8mhz, 12mhz, 16mhz and 20mhz are all acceptable. Does the choice of crystal oscillator frequency...
Hi there, I have an 70mm wide and 50mm high PCB with an free space of about 32x26mm on the right top corner. At the moment this area is free of any traces and polygons. The...
In previous questions I inquired about setting the MTU size beyond 27 and thank to the answers I, indeed, manage to compile and run my program with larger MTU size definitions...
Hi, I have an issue with the watchdog and sd_app_evt_wait() when running the softdevice. It seems impossible to not let the watchdog go off while having an idle ble connection...
Hi there,
We're looking to improve the touch performance of our products by moving from PCB electrodes to a dedicated touch film. Can anyone provide any references to info...
Hello Nordic team,
What is the Maximum sampling frequency for i2s we can configure to nRf51 or nRF52 DK?
And if we enable UART module to print live of i2s on serial console...
Hi
I following the steps listed in the document Thingy Mesh Demo v0.1
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
When i perform the step 5 "Open the...
Hello,
I am using sdk12.2.2 and nrf52 customized board. I want that user should be prompted to enter passkey before bonding. I refereed the code snippet from devzone and...
Hi!
Im using SDK14.2 and I m working with the custom characteristics tutorial(the one compatible with the SDK 14.2).I have an SDK5 device connected to a LORA radio with...
Hi,
I’m having some troubles writing into the fash memory. I work on KeilµVision.
I initialise flash doing :
uint32_t page_size = NRF_FICR->CODEPAGESIZE;
uint32_t...
I am adopting a project which was initiated by someone else. I am using GCC toolchain eclipse while previously used by other colleague who initiated the project used IAR....
Hi,
My product is automagically disconnected from the central after 9min of connection...
The same problem can be reproduced from the ble_app_template example as is, on...
Is it ok to execute the following program twice in succession when communicating data of 244 bytes or more with one communication?
do { err_code = ble_nus_data_send(&m_nus...
Hi Devzone,
I would like to print my payload on a hyperterminal using NRF_LOG_INFO().
My array is like that :
manufacturer_data [0] => Value: 0xAA; manufacturer_data...