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...
Hi
I'm not familiar with C language, I tested the saadc example in SDK, it worked well in P0.02
But I dont see how they set CH[X].PSELP or CH[X].PSELN (V(p) and V(n))...
Hi
Using PCA 10040A , SDK 16.0.0 and Segger Studio.
I would like to generate a short accurate *** on a GPIO , probably 250 nano seconds duration. So I am looking at using...
Hello All,
my application should record acceleration data and time stamps.
After recording the data block from start to end should be transmitted.
I only know that...
Hello, guys.
In our current project, we need to periodically update AWS IoT Server with the data from local sensors. So far, thanks to the cloud_client example and your...
Hi
For a new project I'm looking for a cheap bluetooth chip. All my software resides in a PIC, because on PIC I have a lot of experience and I don't have the time to dedicate...
Hello all,
I am using NRF52840 and SDK 16 in central mode and added two UUID filters to the scan module for two different groups of peripherals . My application works fine...
Hi,
I am trying to send a test message in Server through mqtt and used the mqtt_simple example for that.
For the test I insert data_publish() function in main() like...
Hi!
The subject is most of the question.
I am beginning to customize the ble_app_template example, and when I build it, connect, and look at the advertising data, I see...
I want to connect NRF52840-pca10056 to PC via USB cable. I followed the docs but the OS doesn't detect the board automatically when plugged in. It only recognizes the board...
Dear Nordic Community We are about to develop a Testing-Framwork to compare different Mesh-Networks (Bluetooth Mesh vs. Thread vs. Zigbee) for which we would like to use the...
I've looked around on the forum and I can only find old posts about this.
Based on your repositories it seems like you support just about every big language except for Java...
Hi
I have a simple question which I am not able to figure out.
How do I use the nRF52833 DK without having it plugged to the computer. I tried switching the power to...
We are using a flash part that is 64 MB in size. It is S25FS512. We are trying to use 32 bit addressing mode by setting sdk config flags. However this does not seem to work...
Hi,
Greetings!
I just tried Low Power Node example application from SDK for mesh 16.0.0
It works functionally well, however I am little curious to know below point(s...