I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi
I'm running nRF52840 MCU at 1.8V, and trying to use the dev kit (PCA10056) to program the external nRF52840 MCU.
According to the datasheet, the dev kit runs on...
Dear employee
for bug 89,
According to <nRF52832_Rev_1_Errata_v1.8>
It is mean below?(spi with blocking mode)
But I think it should be this
when transfer...
Hi Support ,
I'm estimating the average consumption of nRF52840 chip .
Regarding the BT consumption , I used the Online Power Profiler an got the results . But these...
Hello everybody, I've got some of nodes for the light switch example. I'm working on nRF52832 chips. I tried to find answear for my questions, but i didn't. I want to create...
Using the nRF52832 device with the S132-v3.0 soft-device (s132_nrf52_3.0.0_softdevice) and SDK version 12 (SDK120200F12) (Customized for our application, which includes use...
Hi, I need to read a pulse signal with the nRF52840 . I tried to use the timers but it seems to go in conflict with the I2C that I use to communicate with another device....
Hi,
I am trying to make a simple function for writing via SPI. I am using the SPI example and it works fine. Now I would just like to make two SPI functions that I can use...
Hello Nordic,
I am trying to make NRF52840-DK Communication with MAX30003 ECG Board via SPI. I am using the SPI example and it works fine. Now I have made three SPI functions...
Hi,
I'm currently starting on my graduation internship. For my assignment, I have to implement a Bluetooth Mesh network using Thingy 52's. I'm currently researching what...
Hi,
in provisioner.c,
/* configure the publication parametrs for the on/off server */
case PROV__STATE_CONFIG_PUBLICATION_ONOFF:
I've changed publish_address.type...
Hi,
I am using nRF52832 and nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
We are planning to send data from the sensor via SPI communication via nRF52832...
Working with SDK 15.0.0
I am porting code from a much older version of the SDK and as such am having to make significant changes to the way the code functions. The previous...
hello,
I am interfacing NRF52840-DK with MAX30003 ECG Board Using SPI Communication. I am using SDK15.1.0 -Peripheral-SPI example code.
I have working MAX30003 Aurdino...