Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
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...
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...
Hi ,
I am trying to interface SD card with nrf52. For this I am using fatfs example of new 12.0 sdk. I can able to write the data to file but when I am taking the data...
HI,
I followed this link github.com/.../nRF51-ble-bcast-mesh to develop mesh in nRF51822 dongles. i am able to flash the code( nRF51-ble-bcast-mesh/nRF51/examples/BLE_Gateway...
Hello, I am working on characteristics tutorial.(our service.c)
And I succeeded in notifying characteristic from nordic to android.
The methods I used to notify characteristic...
I'm in the process of migrating to SDK 12.2 and I noticed that nfu_dfu_settings.c now includes app_scheduler.h and makes a call to app_schedule_execute().
How do I use...
want to send a float as a value of a characteristic
I have successfully achieved this using the simple way
Below is the example of just two float variables in an array...
Hi,
I have a PCB with a nRF51822 QFAC A1 onboard, and I wrote a firmware with mbed for this PCB in which P0.08 is supposed to be set to 1 during the initialization and...
My company is in the final stages of prototyping and we want to release our first product in the coming year (focusing on European and American markets). The next steps are...
Hi,
Does anyone know if there is a way to achieve 12 bit duty cycle resolution at 25 KHz PWM frequency for 5 channels (individual duty cycle for each channel) using the...
I have one of the new Power Profiler Kits, and it works really well (well done!). The only problem is I can't reprogram the dev kit while it is connected to the Power Profiler...
I have tried to build this by double-click on the .xcworkspace file, in the folder obtained from the downloaded .zip (dated Nov 24, 2016), then "Build + Run". I get 203 errors...
I have modified the template's code so ble_advertising_init should setup manufacturer data, once I have this assignment:
advdata.p_manuf_specific_data = &manuf_data;
...
Hi,
I want to use nRF51422 on ant and ble dual mode.
Does nRF51422 can use sd332 and where has example project
or
The nRF51422 just can use Sd310 only so far.
Than...
Hello,
When line 10 of the below code is executed the system enters the BusFault_Handler, at this point the NVMC register is as followed: Ready = 0x00000001, Config = 0x00000001...
Hello ! I am using Red Bear Nano which has nrf51822 and I have connected it to a computer with linux. On the computer I downloaded arm-gcc version 4_9 and I linked it to the...