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...
We are developing an nRF52832-based circuit with 1.8v power supply, which features BLE, NFC, SAADC, I2C & SPI.
According to datasheets, all 3rd party components are also...
Hi,
we plan to use the nRF52832 for a new project, I have two questions:
LE secure is supported, is this right ?
We want to pair up to 8 phones with our device....
Hi,
I am using SDK 14.2 with nrf52840 board. In my project I am using USB and BLE together. I have noticed that when I enable the LE Secure pairing and after that my USB...
Which nrfutil version should be used with Mesh SDK?
Getting started for Mesh has the link to nfrutil verison 0.3.0.0. In pc-nrfutil github repo the latest version is 3.5...
Hi!
I try to do simple led blink on nrf51822 and after build i got this:
Checking project status
Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’
Compiling...
Hi,
I am using Segger IDE and now I wanna to use the temperature sensor presents in the PCA10040 board.
I tested the SDK example using the keil and works fine. When I...
I have your NRF52 DK and beacons.
I want to make the case so that my Nordic NRF52 DK will get data from Nordic beacons and forwarded that data on the UART port of PC....
Hi there,
I am developing a BLE dongle, and a BLE peripheral both based on NRF51822QFAC. The BLE dongle scans, connects, and disconnects the BLE peripheral by UART commands...
Hi
I get the following compiler (assembler) error in my project:
... Compiling file: hardfault_handler_gcc.c /tmp/ccstUNqW.s: Assembler messages: /tmp/ccstUNqW.s:46: Error...
Hey All,
I'm using the nrf_drv_uart UARTE driver (NRF52832) communicating with an external device. The UART init code is executed using a function (call all_main in this...
Hello All,
I am working on NFC using nRF52832 chipset .
I followed the below this link for http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi everyone :D
I'm not being able to compile a c++ code on segger embedded studio.
The same code compiles with the Makefile provided in the SDK 14.2, but not with the...
Hey, we are using the nrf52840, and the SDK 14.0.2 and the uart example. We need to set the BLE range to max, and therefor the TX to 8db, the transfer speed to 125kb/s. We...
This is my second attempt at merging a pure UART App (no soft device) into an App derived from the ble_app_template (with soft device)
I see I am not alone in having suffered...