Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
To the kind attention of Nordic support team,
In my *.emProject I have svd file definition as usual debug_register_definition_file="$(NRF_SDK)/modules/nrfx/mdk/nrf52.svd...
Greeting to Nordic Team!
I'm new to nordic devices as well as Q&A section, so apologies in advance if I make any mistakes raising a question.
Two things I would like to...
Hello,
We are trying to get DFU to work on our custom board running nrf52832. It has previously worked on the devkit. Our board does not have a crystal so we are using NRF_CLOCK_LF_SRC_RC...
Dear Nordic fellow,
I'm in the process of testing the Bluetooth radio chip of the Nordic nrf52832 sold by Rigado.
As I've read here, I can use the radio_test example....
I am trying to update the data fields in tlm, temperature.
I have updated the functions update_temp to send a hardcoded data.
static void update_temp(void) { int32_t temp;...
H i
I faced probl ems when handling messages from the callback function of the mesh ( generic_set_cb() in my case) we are using generic SDK 15.2 and mesh SDK 3.1
Here...
Hello,
I'm currently trying to configure the LIS2DH12 interrupt pin to wake up the CPU from sleep. I'm using SDK 15.2 with nRF52832. In the SDK there are files on the LIS2DH12...
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library...
Hi. I just put this on my main code: uint32_t pg_size,* addr,pg_num, numero_guardado_memoria=0 ; pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; addr= ...
Hello,
I have an external chip in SPI slave mode and connected to 52840 through SPI interface. When data is ready it will notify 52840 through its dedicated IRQ pin (connected...
Dear Nordic Team
We would like to use the following Chip device for one of our products:
NRF52811-QFAA-R
To this matter I have the following question:
1)Can you...
Hi
I'am trying to get working the nfc_uart_tag example from SDK16 on a nRF52840-DK with the IAR Workbench 8.42.2. As mentioned in the post IAR Library (v7.xx to v8.xx) compatibility...
Hi
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
I check peripheral and central BLE devices are transmitting emptyPDU packet after...
Hey all
I have to following setup:
nRF52840-DK (development kit)
Nordic SDK 15.3
Development using eclipse CDT (Makefile project)
I'd like to implement an EC...
I have a problem with building my nRF52832 projects. The problem is with nRF_drv_twi. When I started the project, I was able to compile the project. After some time, I didn...