Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...