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...
Hi All,
I am a newbie to Nordic SDK and Mesh SDK.
I am trying to generate my On/Off application using the Nordic Mesh SDK (v2.0.1).
Here is my setup.
1) Have Mesh...
I am in the progress of updating to nRF5_SDK 15.2.0 from 15.0.0, project on nRF52840/Segger Embedded Studio.
I have NRF_LOG_FILTERS_ENABLED defined since I want to log less...
I'm using the nrf52 to connect to a CAN bus via mcp2515. This chipset features an interrupt pin that will pull low when any interrupt is triggered and will stay low until...
Dear Sir,
Want to test out nRF52 BLE mesh, I downloaded the Android library from
https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
But don't know how...
hi
i downloaded (Nordic-Thingy52-FW-master)
it had many problem for compiling that i had to remove all c files and header file and install them again
all the errors...
We are working on a project where we utilize the S140 SoftDevice (on an nRF52840) for a BLE application. We are using the FreeRTOS as real time scheduler for our system. ...
The reason I ask if that its compiler recognizes the P0.xx pins, but apparently not the P1.xx pins. For example, it throws the error message:
Error: Identifier "P1_00" is...
Hi All,
Our application WILL NEVER dynamically allocate memory and thus we'll never need to use the heap. Currently, our SDK carves out 8K of memory for the heap in "gcc_startup_nrf52...
I am working on light switch example of BLE mesh SDK.
I am using five nRF52840 boards one for provisioner,one for client and rest for servers.
I am using Segger embedded...
I have developed my own custom BLE service. I need to send BLE characteristic to an SD card. I have implemented the FATFS example and it works.
Now I'm trying to merge my...
I'm using nrf52832DK with seggers studio and SDK 14.2. My settings are following.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection...
AIM: To establish a mesh network having 3 nRF52840 dongles and end devices(mobile phones) will be connected to the dongles. The primary aim is to send data(string/number)...