Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
i am using the fstorage library for very simple persistent storage. How can i modify the linker script to put the storage at the end of the flash, and with a fixed...
I use next init in static void advertising_init(bool bonding)
ble_advdata_manuf_data_t manuf_data;
manuf_data.company_identifier = COMPANY_ID ;
manuf_data.data.p_data...
We have a custom board with the nRF51822 xxaa chip on it. The board is completely functional and uses SDK8.0 and S110 as of now. We are porting the firmware to SDK12 and S130...
Hello,
I have an authorized write long characteristic which I'm writing using nRF Connect. My peripheral app gets the expected sequence of events: 1) BLE_EVT_USER_MEM_REQUEST...
I made an app based on this tutorial on SDK version 11. But now I have to use the latest version 13. Everything changed. Is there an easy way for me to migrate to version...
Hi,
I'm in the process of evaluating the nRF52 for use with a Windows application I'm building.
I was able to setup a Central + Peripheral using nRF connect and this...
Hii this is vinu .iam trying to develop health thermometer service for central but iam facing problem in indication for specific measurement characteristic.and iam using cypress...
I am creating a BLE peripheral device and I am using peer manager in it. What is the maximum number of peers that my device can bond with? And what will be the result when...
The basic question is: if I initialize the SD and then forcibly change the priority of the WDT IRQ to zero via NVIC_EnableIRQ(), will that cause a problem?
I know you don...
Hi, We are using NRF52832 in our application. Can you please suggest swd interface module for programming NRF52832?? or tell me any cheapest way to program NRF52832??
nrf51 SDK9.
On peripherial one service has static passkey and it connected to another device on central nrf51 without problem.
I added sec open batt service on peripherial...
I want to undestand this. I can't see any examples with it. In the example ble_app_proximity I always received 100% level.
If it possible, can anybody give a ADC config example...
I am working with a Blend Micro Board (Arduino IDE with RBL_nRF8001 sdk), using
Evothings.
Using the RedBearLab Simple control example I can easily connect to the board...