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 want to develop the nRF series at segger embedded studio for the first time. But I tried the following homepage to install manually. www.nordicsemi.com/.../Segger-Embedded...
NCS(nRF Connect SDK) is a good environment to develop nRF52,but it seems not stable until now.
I want to use NCS(nRF Connect SDK) to develop my project ,and met some unknown...
Hi Supporter,
I use apptimer in proprietary_rf gzll, I used as below ,but it doesn't work.
1) app_timer_init(); ,here I ennable the RTC1 in the sdk_config.h
2)app_timer_create...
Hello NRF ,
I have been using NRF9160 DK GEN-1 board for NB-IOT and GNSS tracking and able to configure my network SIM as well as the NRF cloud .
I have used SDK 1.4.2...
Hello There,
Basically I just want to get Sensor data like (Temp Sensor) who already connect to Arduino and I get it , So I just want that data to nRF9160 over UART in...
Refer to nRF52840 Technical Manual USB 2.0 (full speed (12 Mbps) controller) The USB2.0 rate can be up to 480Mbps. We have a product whose USB transmission rate must not be...
I have created a program code on the Adafruit nRF52840 express in the Arduino IDE. I want to read this program code (including bootloader) via my j-link edu mini and save...
I noticed that the nRF Connect SDK has kept up with ZBOSS updates throughout the year. Is there a plan or recent releases with regard to the "nRF5 SDK for Thread and Zigbee...
Hi! I'm working on a custom board with nRF9160, I want to flash it with the asset tracker sample, however, I do not own a J-link device. What I have is a FTDI USB-UART converter...
My Thingy:52 is version 1.01. I haven't used it for a while and after charging, it didn't seem to be advertising. It was soft-flashing a green LED. I decided to program it...
Hi,
i am working on nrf52dk. i want to include "pwm" example in "ble_app_uart" example . i have included all the header files. and functions in "ble_app_uart" example. ...
Hi,
what is safe temperature range for nRF52840 - nRF9160 UART communication on 115200 baudrate without external crystals for HF clocks please ?
Thank you.
Hi,
I'm trying to program a custom board with a nRF52810 via nRF Connect. I keep getting the following error messages:
I followed this post and tried the following commands...
Hey guys,
I have nrf52832 custom Bluetooth module. It is stand alone nr52832 module . I just want to toggle any gpio on this module .
Can you guys tell me which library...