Hello guys good Morning,
I am currently studying the examples in the Nordic Dev Academy. I am in lesson 5 from the "NRF Connect SDK Fundamentals", and I managed to toggle...
Hi, I'm using nRF21540 with the nRF52840 as in your nRF21540-DK board. In one pin I use the same configuration of the board with the ceramic chip antenna, in the other pin...
Dear Nordic company,
I have question connected with nrf9151 chip. I know, that this chip contains two parts, ARM core and modem.
I am trying to understand of Serial...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Using sdk5.2, and ble_bondmngr_bonded_centrals_store() called on_disconnect, and then call
err_code = sd_ble_gatts_sys_attr_get(m_conn_handle,
m_central.sys_attr.sys_attr...
Hi!
I wonder what is the GPIOs nominal voltage level when I'm using the internal DC/DC converter?
I know that the internal DC/DC converter output voltage is 1,9V but I...
Hello,
we made PCB based on reference with ST balun. In circuit the low freq crystal is optional, so we didnt use it. In software i noticed app_timer use RTC timer. So the...
I am trying to bootload an extremely large hex file using a slightly modified DFU (modified from SDK v5.2.0's example)
The problem is that the hex is so large that eventually...
Im having errors like Arduino is in the while(1) loop if I enable the DC/DC converter in the characteristics and generate service.h file , If I do not use this setting everything...
I have a NRF24L01 board, which acts as a receiver. It listens on RF channel 2 using address pipe 0 address as follows 0xC47B4D0331. I am able to transmit to this NRF24L01...
I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active...
www.dropbox.com/.../error.jpg
it is not even reach main()
same as devzone.nordicsemi.com/.../nrf51422-flashes-ok,-but-debugging-fails-stays-in-moves-r0,r0
is it related...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi
In my project, we wanna transmit large amount of data from UART master to nRF5182, and then to iOS7. Baud rate is 19200. Feed-in speed is near 2KB/sec. BTLE transmission...
I am trying to use this android app to read/write values from my nRF8002. Every few seconds I get a request to bind to the board, even if I already accepeted to bind to it...
I have a example using nRF24LE1.
So. I want know what can I change that example. or how to I get nRF24LU1+ example.
nRF24LE1 example is this.
/* Copyright (c) 2009...