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...
Example:nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_ancs_c\pca10040e\s112\arm4
I tested ancs on the board,connected ancs with the iphone, chose to forget...
Hi team ,
I am an starting with my first FIRMWARE development project & the board will be nRF52DK.
Could members please let me help with some basic query on the same ...
Hi all.
all my examples for the nRF52840 DK 15.0.0 build correctly except for all the UART and serial examples which has 1 error
The error is "Conflicting types for 'put_char...
I use SDK nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac and project nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\zigbee\light_control\light_switch.
I use pca10056...
Hi there,
I am migrating my central project from SDK 13 to SDK 15.2, almost all the project is already migrated, but I am having an issue with sd_ble_gattc_write () it is...
Hi
I've a problem with one or maybe two of my nRF52 DK's. If I open nRFConnect 2.4.0 Programmer (or the BLE app) and connect only one of my nRF52 DK's the device selector...
I have an nRF52 DK and a CR95HF development board from Mikroe ( https://www.mikroe.com/rfid-click) and I'm using the Nordic SPI SDK version 14.2.0
I have managed to get...
Hi all,
I'm working on a project which will automatically send data from LM75 sensor through mesh proxy_client to proxy_server. So, I did merge two examples twi_sensor and...
Hello Nordic team
I am working on ble_app_buttonless_dfu example code and implemented accelerometer code via TWI0. And Accelerometer INT pin connected on GPIO via gpiote...
I am looking to develop a number of Zigbee compatible devices for home automation. Can you tell me if the nRF52840DK and dongle (no debugging using the dongle I understand...
Hi all,
After I combile light switch example and remote example for my client and server board . Function Remote run fine . But when I push button for send unicast message...
Hi. I try to run example Light Switch Demo.
I use: Mesh SDK v.2.2.0. NRF SDK v 15.0.0. Softdevice: s132_nrf52_6.0.0.
I see that relayed messages have maximum TTL = 4,...
Hi, I already have device that plays audio from sd card. New feature is needed that user can send MP3 file to device from mobile phone that will be stored in sd card and then...
below is a little part of code copied from nrf5_SDK_for_Mesh_v2.2.0_src:
***********************************************************************************************...