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...
Hi,
to investigate a timing problem in my Bluetooth stack, I've hard wired the Radio ADDRESS and END events to a GPIO pin using the PPI. The ADDRESS event is used to toggle...
Hi,
I'm developing a FW with a lot of services and characteristics. Since I added the ANCS service, I have the "NRF_ERROR_NO_MEM".
Configuration : NRF51822_XXAC / S130...
hello everyone,
i use nrf51822-QFAA(256kb flash,16kb ram).i want to use sdk12.3.
at first i can't build the project,after i install some tools, i can build it ok.
...
i am using nRF5_SDK_13.0.0-1.alpha_055eef3 s132_nrf52_5.0.0-1.alpha_softdevice and used examples\dfu\bootloader_secure\pca10040\ for secure DFu OTA .everytime i try i get...
What's the current consumption for a Timer on the nRF52832 when it's used in Counter mode? Do Timers require the 16MHz or 1MHz clock when configured for counter mode?
Hi Vidar,
I am planning to start devlopment on the nRF52 and I would like to use GCC ARM with Eclipse. After having read your post "Development with GCC and Eclipse" and...
Okay so the issue is a little more complicated than this.
Phones used for testing were htc m8 (android 6.0) and lg g5 (android 7.0).
Ble chip running on a linux OS using...
Hello, I'm using this code(observer):
github.com/.../nRF51-multi-role-conn-observer-advertiser
SDK9.0.0
I try to add DFU function, now can enter dfu mode and iPhone6...
Hi Nordic Team,
Can you please share any information regarding Indoor Location Tracking feature/application that nRF52840 can support? does this have AoA/AoD? and can this...
I want to establish BLE connection and have a central device receive data from a peripheral device. I am using the Heart Rate Collector as an example and notice the main file...
Dear All :
Is it possible to creat a pwm with 1sec period?
Since the lowest frequency of the base clock is 125kHz,the top count of the pwm with 1sec period will be 125000...
Hi.
I havent found answer for - in my opinion - common question - how to temporarily change name of ble device on button press. As long as button isnt pressed - advertise...
Hi, I'd like to know if there is a way to subtract two different square waves that are coming from two different input pins and then measure the pulse width (or the frequency...