I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
I want to use the last page of codespace for storing a single 32 bit word of non volatile data. I am failing so far and I think I just don't understand the page numbering...
Hello everybody
I am working with the Raytac BLE Module "MDBT40", which is based on nrf51822.
And I am testing example project "ble_app_uart" in the SDK6.1.0 now.
...
I would like to confirm my understanding of Problem sending 6 bytes to multiple services using sd_ble_gatts_hvx
I use nrf52832 sdk13.0.0
BLE SPI is master. I dropped...
Hello,
I connected the nrf module to jlink as described:
• vdd(nrf)-----3.3V
• gnd(nrf)-----gnd
• SDO(nrf)-----SWDIO(jlink)
• SCLK(nrf)-----SWCLK(jlink)
• 3.3V...
I've run into some interesting behaviour in my code and wanted to see if anyone can clarify for me. It seems as though the SPIS module doesn't set the MISO pin as high impedance...
Hello,
I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.
However, I tested to see if I could...
Hi,
I used to use an imitated Jlink debugger to program/debug my target board(one Nrf51822 on it)
There are pins connection between them,it works just fine.
Now I...
I aslo read other question about sd_ble_uuid_encode .
But my problem is different from it.
I use nrf52832 and DK board.
I made my application from ble-app-template...
Hello,
I want to define a writable payload section and a static payload section (not writable) in one tag is this possible?
I have now implemented it like this, but...
While reviewing the Thread DFU examples I saw that Nordic ported the IoT CoAP library to thread. Is it possible to use other IoT libraries with some modification? Obviously...
I am creating a BLE peripheral device which I want to test using the automated testing feature of NRF Connect. I have connected a android phone to my windows PC and the phone...
Hi.
I'm trying to send data through L2CAP from Cypress BLE evaluation board to nrf51822 chip.
It seems that Nordic's API for L2CAP is much simpler than Cypress', but I...