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...
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...
hello support ,
when I add the following code to ble_app_hrs example under the function advertising_init() there is no Advertising from the DK
What could be problem ?...
I am porting an application with buttonless DFU from SDK 14.2 to SDK 15.2 to target nRF52840 and in the process working to prepare the code for production.
After some effort...
EDIT: 27 OCT 2018 - Narrowed down my issue quite substantially and have it working for hacked up peripherals but the hacks aren't useful except they confirm the problem. ...
Hi,
We have custom board with nRF52832.
For regulation, we want to use radio_test example.
In order to do that, I am trying to make the nRF52DK a COM PORT and connect...
Hi ,
I'm trying to evaluate the FATFS example and unfortunately the statement disk_initialize(0) in main.c fails.
I'm using PCA10040, SDK 15.1, and switched between...
Hi,
I am using nRF52832 SDK 11 and even when I add the library on keil it can't find nrf_drv_gpiote.h.
As the screenshot shows, it is loaded:
But it says it is not...
I am new to the Nordic BLE tools, and I am trying to use the Nordic ble_app_uart sample project so that the I can send data over Bluetooth to a smartphone application. I am...
I just upgraded to JLink_Windows_V635g.exe and the latest "V640".
The new version are causing the J-Link RTT Viewer to update the log terminal very slow.
Is there a workaround...
Hi,
I'm gonna make my first attemp with the RF 2.4GHZ antenna, and want to get a good performace for the RF transmission meaning minimum loss of the power transmission...
Some questions about the operation of the DFU over Mesh.
If a node goes out of range while the DFU is in progress it seems that it will never get the update and the only...
Hi,
Does nRF52832 can output any frequency waveform by PWM interface? What's the maximum frequency output of PWM?
Which timer is used by PWM?
If I want to use "APP_Timer...
nrf52832.
SDK14.2
Segger ES V3.34a
I would like to send a struct to a characteristic value,
typedef struct { int8_t test1_array[30]; int8_t test2_array[30]; uint16_test3_array...
Building nRF5 SDK for Mesh v2.2.0 " dimming example " with nRF5_SDK_15.2.0 in SEGGER Embedded Studio fails with:
Assembling ‘ses_nRF_Startup.s’
D:\Nordic nRF5_SDK\nRF5_SDK_15...
Hi
I am using Ubuntu 18.04 and nordic linux development environment SDK s110 with makefile and flash
I want to to create GATT database with this characteristic status...
Hi Everyone, I am trying to add a characteristic in the BLE_UART project. I'm intending to use that characteristic to transmit the state of a button. I have copy-pasted the...