Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Currently, I'm developing a beacon. We would like to employ a beacon to send a package including a IP address to other device for getting a new message from the website. ...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hello,
I am planning to use an atmega32u4 as a micro controller for a keyboard, and I'd like to use a NRF51822 as the bluetooth sender.
As i've read, NRF51822 is BLE...
I would like to learn a little more about the process of negotiating a connection interval between an iOS and Android central and a nRF51 peripheral.
So, here are my questions...
Hello,
I purchased a nRF52DK to migrate my older projects running on nRF51822.
Version of the board is V.1.1.0 / 2016.19
I followed the 'Getting started' guide from...
Hello,
This is a DFU custom project...the core problem is that I cannot erase the bootloader settings page from the chip.
While trying to use a slightly modified version...
Hi
In current Desktop 2 project, We know that software device stack takes 48-bit random device address from FICR registers (DEVICEADDR[1: 0]) for BTLE. Each nRF51 has unigue...
Hello, I am devleoping a pc station using pc-ble-driver.
I was successfully able to install it on one of my computers but am facing a problem installing it on my surface...
The micro-ecc works well when I load micro_ecc_lib_nrf52.lib in keil5. However, the author suggest copying the uECC files into the project, so I include uEcc.h but fail in...
For the nRF51822, the documentation for ECB mentions it being used to
Encrypt/decrypt 16-byte data using
current key.
But it doesn't offer any methods to decrypt...
Hi,
Am using SDK 11.00 and NRF52 platform.
Am following below steps for dfu support.
1.Flashed Softdevice 2.00
2.Flashed dual bank ble Bootloader
3.Using nRFTool box...
Yan,
You mentioned these UART examples: examples\ble_peripheral\ble_app_uart or examples\ble_central\ble_app_uart_c I was not able to find them on your web site....
I have intention to use 52810's PWM output to drive motor. The timing requirement are critical so
hardware PWM is essential, rather than CPU generated waveform output.
...
Hi,
I am trying to increase MTU size for transfers and it works up to a size of about 72. After that I get an error.
Thanks to Sigurd I now know that it is when calling...