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...
Hello, I am running bluetooth example.
I am using the nRF52832 board and SDK 14.0.
I modified the multilink example to make a slight modification and connect it to another...
I have a windows side application and an Android App, both of which are set to capture data from the Thingy Sound Service.
On the windows application, the data after being...
I need to be able to reserve some flash to permanently store manufacturing values that will never change. I did this on an nRF51 by reserving a 4KB block and setting the necessary...
Hi all ,
I have problem . I have 1 NRF52832 dev kit . It connect to STM32 devkit via UART . I want to tranfer firmware of STM32 from smartphone to NRF via BLE , and from...
Hi,
I added this in SystemInit() (just below the CONFIG_NFCT_PINS_AS_GPIOS section) within system_nrf.c so that I could easily turn on or off the APPROTECT read back protection...
I am using Thingy 52 and I need to use multiple sensors on the board. But the API reference is really poor and there is no examples on this. So I don't know how to configure...
I'm trying to debug a high current issue on a custom board based on the nRF52832. I'm currently loading a modified blinky app (entire main.c included below). On the nRF52DK...
hello,
I am using nrf52 DK and MPU 9255 .I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in...
Hi all,
I have a Thingy52 and a nRF52-DK.
I have successfully setup 2 different Eclipse projects to compile code for both hardware.
On the nRF52-DK, i was able to build...
I am developing Firmware for NRF51822, S110 in Eclipse. I Heard that there is two mode in Firmware. 1. Debug mode 2. Production(release) mode. Is there anything like that...
Hi,
Currently I am browsing the mesh sdk to get enough information for my own implementation,
However sometimes its quite difficult to see what a C/H file actually does...
Hi,
I am trying to use nRF52832 dev kit(pca10040) as my connectivity board and STM32L4 as my application board. I have flashed ser_s132_uart(examples\connectivity\ble_connectivity...
Hi,
I have seen alot about the declaration process with the Bluetooth SIG but couldnt find my specific case.
We made a BLE application with the NRF51, a PCB Antenna, SD130...
I haven't found specific documentation on this so I would like to be absolutely certain that the fields in the softdevice info structure are used how I think they're used...