According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
I am reading through the code and would like to understand the following macro
#define DRV_RTC_INSTANCE(id) \ { \ .p_reg = NRFX_CONCAT_2(NRF_RTC, id), \ .irq = NRFX_CONCAT_3...
Hello!
In the description of the usb module, I found the registers: NRF_USBD-> DPDMVALUE, NRF_USBD-> TASKS_DPDMDRIVE and NRF_USBD-> TASKS_DPDMNODRIVE
" State D+ and...
Hello,
I have been writing to my nRF9160 for the past few weeks now, no issues. My board was working fine yesterday. I left it on overnight to see how much battery it...
Info:
Windows 10
Segger Embedded Studio V5.20a
SDK16.0.0 & Mesh SDK 4.1.0
nRF52840 & nRF52832
I'm setting up a friend node and a low power node. The friend node...
Have used nRF Connect V3.30 for the past year to program nRF52DK with USB and nRF52832 BLE modules with Segger J-Link Base programmer without issue. Updated programmer app...
hi ,
I am working on the nrf525832 , i want to store the data which is sent from phone via BLE using nrf toolbox . I tried to merge the flashwrite and ble_app_uart example...
Hi,
I have some questions regarding BLE:
1) What is the max payload size? Where can I find it?
2) What is the throughput in bps? Where can I find it?
3) Where...
Dear Members,
I got the value for cadence, speed and HRM, then display it to LCD,
but after they are all (the input) in 0 value,
LCD is not displaying zero, but still...
Hi,
Recently I am using BLE for transmission on zephyr on nrf52840 When my peripheral establishes a connection with central, the subscription is also successful My peripheral...
The chip runs in the app stage and calls a function to make the chip jump to the bootloader stage (DFU mode).
The SDK we use is nrf5_ SDK_ 15.3.0_ 59ac345,
We made the...
Hello!
I have the NRF9160 DK set up to use UART2 and listen to AT commands from external MCU, NRF52840 DK configured to send using UART0.
The NRF9160 set up is done, pins...
I want to transfer 1000Bytes. if I transfer 1000bytes every second after some time connection broken,
and need to reboot the device and connect it again
how can I solve...
Hi, I get my first experiences with nRF905 modules (module DAYCOM M-FM-NR905 including spring antenna from Pollin) connected to ARDUINO DUEs. SPI communication works fine...
I'm designing a two layer board. I need to route the power supply to several parts while avoiding cutting up the ground plane. I'm consider running the power line on the opposite...
Hello
I'm trying to control the neopixeled WS2812. I referred to the following site.
https://electronut.in/nrf52-i2s-ws2812/
I'm going to use this example of neopixel...