Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I am building the coded bluetooth gateway using nrf52840 and ENC28J60. Integrated between two examples:
https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth...
Hi to everyone!
I am working (with Keil uVision) on a custom PCB that includes the NRF52832 (MDBT42Q module) and some sensors from MAXIM INTEGRATED. There is a Sensor Hub...
Hello, I was told to make a new ticket after commenting on this ticket .
I am using SDK 14.2, S140 alpha, NRF52840. Segger IDE. I have been developing with this IDE & SDK...
Hello
I want to transmit location data to website using udp, the examples udp and gps are very good and I need combine in only one project but dont understand what files...
Hello,
The product specification for the nRF5340 peripheral chapter here mentions " The application core peripherals are accessible from the network core".
However in...
Hello I am using ncs version 1.5.0 .We are using nrf9160 dk version 0.15.0 & 1.0.0 for our development.Whereas we observed some issues like the network latching time is getting...
Hi, as part of my project i have 2 nordic 52dks one as a pheripheral (sending) and on as a client (recieving). where i am sening a buffer of 8, in the order
buffer[0] =...
Hello -
I am creating a new BLE Peripheral application with nRF52832 and S132 soft device. I would like to add the ability for the peripheral to force a disconnect with...
hii this is rohit vekariya
i am new in nordic , i am trying to use nrf52840 dongle for usb communication with PC my goal is get data from mobile app and send it to pc ,...
The Peripheral device works with iOS, Andriod and Win devices running a central node (SDK s140).
My Central node works fine when I disable bonding on the peripheral.
But...
Hi Dev team,
I have been working on the Thingy91 and I had a question regarding using the kernel timers during runtime.
Is it possible in anyway to change the kernel timer...
Hi, Iam trying to use libuarte in ble_app_hrs code. I have two uart ports in nrf52833 in which uart1 iam using libuarte. Have made changes in sdk_config.h file and included...
Hi Team
I read the usbd_hid_generic in nRF SDK 16.0.0. The function hid_generic_idle_handler_set set a handler for idle reports. What is the idle reports mean? where descript...
Greetings,
we are writing a library for nrf9160dk, which is using PDM to read out microphone data from an extension module.
we are using NCS v1.5.0
To summarize the...
Hi guys,
I created an example for Mesh SDK where I defined my own header files. I called those header files in appropriate C files and tried to build and run a code but...