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...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
Hello,
I'm currently porting all my C++ code from SD130 SDK10 to SD132 SDK12 and I also upgrading from device_manger to peer_manager.
I've noticed that in peer_manager_types...
Hello,
It seems that NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE has wrong documentation. In sdk_config.h it says:
// <o> NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE - Default Baudrate...
Dear Nordic Team,
Thanks for support.
I want to know the possible for nrf52832 act as a sniffer. If it is possible means i want to latest sniffer hex code.
Dear Nordic Team,
Thanks for support.
I have tested Current Time Profile sample application whenever connect with nRF connect APP the debug widows shows always "Current...
Good morning all,
We have a circuit based on 51822 chip.
We are currently trying to monitor some value from 0v to 24v from the analog inputs.
It's working, however...
I recently saw that SDK12.0 provides a Bootloader Cryptography module. I'm not certain after reading the documentation that this module can support my use case:
infocenter...
Hi,all. i want to use nrf51822 to generate a 3.3M hz wave,but i don't know how to do this.Can this chip reach so high frequency?Can someone help me? Thanks !
I'm trying to implement context switching from handler mode to thread mode using PendSV. I set the PendSV pending bit inside an ISR with SCB->ICSR = SCB->ICSR | SCB_ICSR_PENDSVSET_Msk...
Compiling nordic project I get errors:
compiling main.c...
..\..\..\main.c(37): error: #5: cannot open source input file "softdevice_handler.h": No such file or directory...
I am not sure if this is a limitation with Keil or Nordic SDK. I made another copy of ble_app_uart inside SDK_11 s130 and renamed it with a much longer name. I tested that...
I'm using the nRF SDK5 v11.0.0.
I'm trying to test out UART Logging in the simple blinky example bundled in the SDK.
I added NRF_LOG_INIT() and then a NRF_LOG("Testing\n...
Hello everyone,
I am trying to implement a bootloader to my application to be able to enter in DFU mode.
I am using nrf51822 (32KB ram 256 flash) and s130.
I have taken...
My understanding is that the nRF51 is known to need a fairly stiff external pull-down resistor on SWCLK to avoid noise putting the chip into debug mode. I note that the nRF52...
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application...
Does nRF52832 have battery monitor?
I can't find in the datasheet if there is an externarl circuit to monitor the battery. I'm using a CR2032 coin cell battery.
Tha...