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...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Scenario: I want to use an Arduino shield with the nRF51 DK. When attached to an Arduino, the Arduino's barrel jack is plugged into a 12V power supply. The shield takes advantage...
I am working on a ble project using the nRF51422 and IAR. I can load the code onto the board from IAR and it works as expected, but I run into errors when I run the code with...
Hello there,
I use the MasterEmulator.dll with LabView and the nRF51 Dongle and everything works fine in the past.
Now I had to change something in my LabView software...
Hi all,
recently I tried sd8.0 and i used the example "ble_app_hrs".
the strange thing is in my phone i can see device advertising but cannot connect to it successfully...
I tried to use this example with a nRF51422 and the board of N5 Starter Kit of Dynastream. I adjust all to make it works fine: custom_board and so on.. And I used the Soft...
From SDK 7.2, we have the following definitions:
components\drivers_nrf\pstorage\config\pstorage_platform.h
typedef uint16_t pstorage_size_t; /** Size of length and...
There was something in the webcast yesterday about a Nordic nRF52 roadshow/tech tour/worldwide series of events.
I hunted around the nordicsemi site but didn't find anything...
hi,
i am working on ble project where i am trying to develop a project with master(mobile phone)-bridge(acting as master and slave,nrf board)-slave(nrf board) .i use the...
Hi,
I would like to save the most energy when going to sleep mode. In particular, I want to turn off all modules except the RTC timer.
So, after shutting down the radio...
Hi,
How could i implement Just work pairing method in my "ble central and peripheral" example. I modified project to suit my need, and everything works fine, untill i try...
I am working on a ble project ,'ble_central_and_peripheral",s130.In this project the device acts as master and slave. It connects to the slave only if the address is predefined...
I may be missing something. I am trying to generate a square wave from a GPIO pin in a BLE application (SoftDevice 8.0). I tried libraries (nrf_pwm.c and nrf_pwm.h) in this...