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...
Hello,
I want to test bluetooth on nRF9160DK. How to do that? I programmed nRF52 on nRF9160DK with hci uart sample and board selected is nrf52840_pca10090.
But how to...
I'm currently trying to add SUPL support to our existing product, and I'm finding that the SUPL library is absolutely huge. Enabling CONFIG_SUPL_CLIENT_LIB appears to add...
Was wondering if anyone knew why this fault might be triggered?
It triggers when I try to use SPI0 and LTE together.
AT host is disabled.
The code stops here during...
While trying to utilize the TEMP peripheral today, I found that after the event handler returns a single reading the application does not continue to run. Any actions that...
Hi,
I got the nRF connect sdk downloaded and I can build zephyr projects for the nrf5340_dk_nrf5340. I somehow fail t find the sample projects as mention in
https:/...
Hi all,
I have a question regarding the difference between the nRF51822XX AC and nRF51822XX AA during the configuration of IROM and IRAM in Keil software.
I know that...
To the kind attention of Nordic support team,
We are going to use nRF52833 in our products, and we would like to embed in our PC side software (driver) a custom version...
Hi there,
I'm developing a custom board that integrates a NRF52840 based BLE module from Raytac. I was wondering if it is possible to upload the Adafruit nrf52 bootloader...
Hi,
I am implementing LESC on nRF52810 using an example.
Unfortunately, I didn't find any examples.
So, I am programming the PCA10040e with reference to the PCA10040...
Hi,
I am new to NORDIC dev and I find its ppi is really useful but also difficult to understand.
Now my device may be connected the truck engine to count the engine speed...
Hello Team.
I have NRF52840 Development Kit. here is description, what I want to do and How I am doing.
I will send command on terminal and kit will start scanning for...
Hi,
I developed a product using nRF52810 and am now preparing for mass production.
However, since I have no experience in mass production of Bluetooth, I would like...
Hello my current setup use :
nRF52 dev kit
Segger Embedded Studio V4.4
SDK160098a08e2
s132
nRF connect on a iPod touch
I can compile and once connected appreciate...
I am looking for example code on the EV-BT840(832)-V4 dev kit. I can program it with the hex file and it works, but when I program with the nR52 SDK example codes thru Segger...
I am trying Bluetooth mesh light-switch application on microbit, and I have flashed with same light code on multiple microbit devices, Though all the devices are getting detected...