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 new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
In our project we need to store data onto the internal flash memory.
The data that's stored will be transferred and modified via "BLE uart service". When I tried...
Hi guys,
I'm working on an nRF52832 chip (PCA 10040) with softdevice s132 (v3.0.0) and I'm facing with a big problem; in my project I use an spi (instance index 0) and an...
Hi,
we have the need to develop an application that needs a precise second counter over time.
Our firmware is using the S110 SoftDevice (v8.0.0) and SDK v8.0.0 to perform...
Hi!,
I'm trying to compile GitHub examples, for example this github.com/.../nrf51-ble-tutorial-service
I cloned it into nRF5_SDK_12.1.0_0d23e2a/examples/peripheral....
Hello,
I have custom board with nRF52832, and I want to have possibility to DFU over UART.
I tested example bootloader (nRF5_SDK_11.0.0\examples\dfu\bootloader\pca10040...
I am using nrf51 SDK v.12.1.
And I found NRF_LOG_INFO("BLINKY START\n");
where can I find this log?
Is this different from SEEGER_WriteString or something?
Hi
We are using "gcc compiler" to compiler our programs. To download our programs we use "nRFgo Studio" app.
From the above image, when we load SDK into the device...
Hello,
Consider this scenario:
The client successfully writes to a characteristic by the application code can't use the data sent so it would be usefull to signal the...
Hello,everyone. Now i have the board nrf52832 and i want it to enter the low-power mode but keep the the advertising. Now the measured current is 160uA, I think there should...
Dear All,
I apologize in advance if it seems that the question has been already posed but it is still unclear to me.
I have a pin (SIG_OK) and I want to read its logic value...
On the nRF51 DK there is a MM8130-2600 connector. I suppose it is used for connecting coax cable when tuning the antenna(?)
The connector is quite expensive, though. Is...
Per the name "UUID" and the very limited background knowledge that I have, it appears that a particular device can have its UUID assigned by its manaufacture, who bought the...
Hello.
I am developing a BLE application on NRF52832 using Nordic SDK11 and S132 softdevice. I use Linux PC as a BLE host device, and can pair & bond the NRF bluetooth...
Hi there! I'm using the nRF Toolbox's UART to test the receiving of my data stream. I'm trying to send a data array collected (from spi) in my main loop and send it via UART...
I am studying the iot-sdk of nordic.
Now, as I have shown in previous questions, I can not detect the device under the linux system according to the toturial in iot.
Now...