HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
I am testing the RTC example in nRF5 SDK v17.1.0.
This example shows LED1 switching at a rate of 8 Hz and LED2 lighting up after 3 seconds.
This is confirmed.
The programme...
Hi Nordic,
We are preparing to validate a product that contains the UBlox BMD-340 with the Nordic Softdevice. We would like to use the Nordic Semiconductor “nRF Connect...
I have a problem with sagger embedded studio I have downloaded latest version for m1 MacBook Pro (I have m1 max version of MacBook) and I have this problem I am using Segger...
I used the central example to scan for BLE devices.
I was able to see the Mac address and UUID in the advertising packet data buffer of 31 bytes. But I couldn't see the...
We are supplying the nRF52840 from 5 V into the VDDH pin. We are not using the USB interface, so VBUS is grounded.
When we apply power to unprogrammed devices and measure...
Hi,
I am developiing a project for BLE scanner with PCA10059 based on "nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hrs".
Even after enabling DCDC and adding...
I am using an nRF52840 DK board that I just bought, but have ran into a weird issue that I have never come across when using our old nRF52840 DK. I have a script that I use...
Hey all,
Not sure if this is the venue to raise this issue since it's not hardware related.
I've been trying to register for nRF Cloud to no success. I've used three...
Hi,
This is a question targetted probably more to the community (epsecially portuguese part) than to Nordic support, but of course I will be very grateful for feedback from...
I just wanted to verify, if I used Radio Notifications to inform my code before an advertising broadcast, does the event trigger pre or post the addition of the Adv Random...
I noticed that the at command interface library was removed in NCA 1.9.0. I am trying to update my application from NCS 1.7.1 and need to fix broken dependencies.
Why was...
We have a multiprotocol project running BLE and Zigbee Stacks. The device always operate on BLE, but Zigbee is optional. The project is developed using NCS with zephyr revision...
Hi! I need to understand how my board is working. Right now I'm writing code on Visual Studio Code then I flash that on my board. I need to know in all of this how I'm using...
I adding an Event to Asset_Tracker_V2. I have created bms_module_evnet.h and bms_event.c files in events folder and bms_module.c. I have defined inclusion of these files in...