Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
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...
It seems like a really great company, but after exploring and asking , and searching for a good BLE solution, I just can't find a good fit.
So you want a GOOD processor...
What is the Best way to send float over BLE?
Values range between -2.000volt and +2.000Volt (-2000mV / +2000mV)
Do I break it into two uint8_t and manipulate the +/- sign...
I am engineer, and I may be sensitive to user experience, or just a bad engineer but I do not get this.
I read ALL the guides available in the last 5 hours,
this
this...
Hello,
I have just migrated my project from sdk 9 to sdk 12.2....and of course from Device Manager to Peer manager. My initial project which was built off of the sdk 9...
During the webcast earlier this week, we were shown a phone pairing with the nRF52 dev board using NFC.
Is the code used for that NFC demo available as an example project...
Hi,
I am using nRF52832 as the core of my device that works with battery. I have to keep the SoC powered on all the time. When the off push-button is pressed I restart...
I am using a nrf52832 to communicate via UART to a GSM module (AT commands).
I have setup the device with a baud rate of 9600 and using HW flowcontrol. The nrf52 is doing...
i want to communicate nrf52dk with arduino over spi.i want use nrf52dk as a master and ardunio as a slave.kindly refer me some example or code or any thing which s helpful...
Hi,
I'm working on migration from project based on SDK12.1.0, 132SD3.0.0 (calling A project) to the one based on SDK13.0.0, 132SD4.0.2 (calling B project).
I developed...
hello,
Please let me know why the BLE_GAP_EVT_DISCONNECTED event does not occur even when I exit the application.
It does not always occur when BT smart setting is enabled...
case 1: i use rtthread RTOS, main() disable global irq,on os scheduler enable global irq.
but i on task init stack, sd_softdevice_enable not return,system always reset.
...
The Device Family Pack 8.12 needed for the newly released
SDK 13.0.0 and SD S132 4.0.2 is missing from the download area.
Error #544: Required Software Pack 'NordicSemiconductor...
Hi everybody:
Chip: nRF51422
Board: PCA10028
Firmware: S130_nRF51_2.0.1
My last post showed that if BSP_SIMPLE is defined, I can't use button event trigger function...