Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hi,
I'm working on an application with an accelerometer without SoftDevice (for the moment).
The accelerometer communicate in I2C. It send an interruption when a new sample...
hi
I develop nrf52832 based ble device, this based rtos therefore ble communication have critical
time limit.
I will use mesh protocol my ble device, in the environment...
GLS is implemented using Nordic(S110_7.0_SDK6.1).
When set to Control solution function.
The setting of the device and the READ value of the application do not match...
I am trying to integrate an iBeacon Library on nRF51-xxAC with SDK10.0.0 and S110v8.0.0 . Can anyone please help me out if any one has ported the iBeacon Library and what...
I want to implement one central device to ten peripheral devices connections.
I'm using nRF52832 DK and S132 5.0 and SDK 14.0.
So, I have run multilink_central example...
I managed to sniff Nordic mesh sdk 0.9.2 packets on raspberry pi 3 using "hcidump --raw", and I can read the raw hex data of mesh packets of light control demo, but since...
Trying to interface this module with atmel core micro.
We are able to transmit data by this module but not receiving the data at other end.
At transmitting side we are getting...
Hi,
Currently I'm working on nRF52 with SDK11 and SoftDevice S132.
Till now I've worked with IAR and my code was based on the "ble_app_uart" and the dfu "bootloader" examples...
WHAT EXACTLY IS THE PURPOSE OF PPI. IF I AM GENERATING A PWM SIGNAL IN PIN NO 21 AND USING A WIRE I CONNECTED TO PIN NO :24(BOTH GPIOS) IN NRF51422 BOARD AND WANT TO COUNT...
Hey I was using the relay example in SDK 12.2 on the s132 NRF52DK.
We added a service and characteristic using the Nordic tutorial - devzone.nordicsemi.com/.../
Using...
I have a very simple test script which enables a BLE service (only the Generic Access and Attribute), advertises and waits for connection. It also sets four pins to input...
We made a READ request from the client with nRF 52 as BLE peripheral.
READ was automatically repeated 10 times when writing 200 bytes of data in a characteristic fashion...
I want to program my nrf51822 aa module but when any softdevice has been already programmed, it doesn;t work..
it says error of erase failed..
flash download failed cortex...
Hello,
I am using nRF52832 DK s132 and interface with accelerometer. Now i have successfully read 3 ADC channels with time period of 244 microSecond on terminal. But i have...
Hello,
I am working on an nRF52832 application that uses SoftDevice S132 v3.0.0 as BLE central, BLE observer, and a proprietary protocol using the timeslot API.
Sometimes...