Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi, does the nRF9160's LTE modem support waking-up the application processor using an incoming call?
The OPS indicates that a DETECT signal can be input to a GPIO pin for...
Using nRF5_SDK_15.3.0, soft device 132 (Rigado BMD-300 eval kit), segger embedded studio
I'm trying to control ADS1231 by listening for DRDY to go low and pulse an output...
Dear nordic,
I have some doubts regarding this both examples. I am new in this thread coap
1. In Thread coap cloud client example uses coap post method is it right?(i...
Hi! I am evaluating Extended Advertising. Is it possible to get the rssi of ADV_EXT_IND at the BLE_GAP_EVT_ADV_REPORT event? That was possible with AUX_ADV_IND. My environment...
in advertising_init(); function, i add some code like below:
#define def_uuids_complete 1 //#define def_uuids_available 1 #define add_vbat_service 1
/**@brief Function...
Hi everyone,
I'm currently trying to develop an application with the mesh, the uart and the DFU.
I've started the project with the sdk_coexistence for use the uart and...
Hello
I am using a proprietary board containing NRF52832 chip
using Rigado board I can flash the system on Rigado board perfectlly
using my costume board, by using...
When my app starts up, I call "lte_lc_init_and_connect()" by using the Zephyr system workqueue. With it running on a separate thread, my main thread is still blocked. I have...
I am further developing a solution based on nRF5_SDK_12.3.0 and s132 v3.1.0.
I am using Segger SES to Build and Run the solution in nRF52 SDK.
nRF5_SDK_12.3.0 comes with...
Hello!
I´m trying to assign an unique id to my different devices. The main idea is to read an specific address (using 0x37000 atm). If i detect it is a new device i assign...
Hi,
I am using nRF52832 with SDK15.2 Running the ble_hid_mouse example. I am trying to connect an LED to pin 17 (where LED1 is connected) and am trying to duplicate the...
Hi,
With the 15.2 SDK is it possible to change the NRF52840's "USB Serial Device" Device Description/Display Name name when listed under Ports under Windows Device Manager...
Hi everyone,
I'm a little bit helpless at the moment, I'm using the function "nrf_drv_spi_transfer" for the SPI communication with a power management chip. This chip is...
I want to save data to NAND Flash Memory (W25M02GV) and extract data to USB MSC. If you have an example of this, I want to get help. The SDK is using 15.2.0. nRF52840 -> QSPI...
Hi Engineer I am using nRF52832 to develop a product. I want to save a flag to flash (FDS) before leaving the factory, and then read this flag every time I turn it on, and...