I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Hi,
I want to reduce the current both in the TX mode
and in the system on idle mode as much as possible.
I measured the current consumption of nRF52DK with the original...
With s132 v3, in addition to configuring the GATT to receive larger packets like so:
ble_enable_params.gatt_enable_params.att_mtu = 247;
err_code = softdevice_enable...
Hi all,
I'm working on secure bootloader on sdk12.2.0, And Installed nrfutil v2.3.0 by following the user guide nrfutil v1.2 successfully and it working well without any...
Hi everyone,
I'm using SDK 12.2 on nRF51822. Trying to get the buttonless dfu app example to work.
Here's what I do:
Compile buttonless dfu app.
Generate settings...
Hi,
I'm new to python and also the NRF51 dongle. I need to build a python script to connect my NRF51 dongle to a BLE device without using Master Control Panel. I tried using...
Hello,
i a have a problem debugging application with bootloader installed. I work with GCC for the application.
What is happening is the following:
If i program application...
Hi,
i used the SPIM example to create a connection with my ads1256. on my breadboard it worked properly. now i switched to a layouted board and every SPI pin is working...
Hi all,
I am using a J link to program a NRF52 via keil. It is successful but, every second program it fails with a Flash timeout error.
I am programming the application...
Hi,
I am trying to secure DFU on SDK 11 (NRF52). Would you please suggest if there is a way to secure firmware on old sdk, without upgrading to sdk 12+?
Thanks.
Hi All,
At the moment, I have three nodes and would like to configure one node as an end-device and the other two as routers. Using CoAP, the simple_coap_server is used...
I am migrating from nrf51 to nrf52. Using SDK12.1
On NRF51, I used the PWM Library to use 2 buttons on the DK to dim up or down onboard LED1 (called OUTPUT_LED).
It worked...
We are attempting to perform an OTA and as such want to transfer a large amount of data as quickly as possible.
When I attempt to transfer the data with connection intervals...
Dear Nordic team,
We have been working with SDK 8 and Softdevice S110 so far. We would now like to have the DFU using OTA for our product. I am looking for SDK versions...
Hallo Community,
I am new with Nordic chips, now Im trying to develop a BLE central, then i took the BLE_CENTRAL BLE_APP_UART example to start doing it, the SDK is the...
hello,i am using nrf52 DK.I was testing ADC example code .I am giving acq time is 3microsec .I want to find the total time is taken to sample adc for one sec.In data sheet...