Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Anyone had a successful attempt at using the fds(flash data storage) module( http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Flib_fds...
Hello,
Today I stumbled upon very strange nRF52832 behaviour which I cannot explain. I am using two TWIM instances (0 and 1) and one SPIM instance (2).
First strange...
SDK 12.3, pca10040 and armgcc
Built bootloader_secure (debug version) and flashed it.
Loading appears to take place but nothing showing on RTT console afterwards.
...
Hi all ,
I have 2 board peripheral run example ble_app_uart . I want to modify example ble_app_uart_c for concurrent connections to 2 board peripheral and send data between...
Hello,
I am an android developer and very new to Nordic. I have a client who wants me to develop an android app which can update his Nordic (nrf52) device firmware OTA...
Hi,
We're using Nordic's nRF6310 motherboard with different modules, targeting the nRF24LU1+.
Using Keil we can easily attach a debugger and it was trivial to get tracing...
Hi,
Sorry for the noob question: I would like to generate a signal on a GPIO pin that beats at exactly at 32768 Hz. Is it possible to use the RTC having prescaler set to...
Hello,
I have noticed that there is a SB32 on the newer nRF52 DK boards (PCB 1.2.1), right next to the debug connector. It looks like this is a reference voltage that is...
Hi
I use the example "light_switch/server" project of nrf5_SDK_for_Mesh, and I want to add ble scan and connect func to the project, and make it possible be discoveried and...
Hi,
For a project we need to use mobile wireless communication in our device.
So we are looking if some design already exist with NRF52 ? And how to integrate it in our...
Hi All,
I am using SDK 14.0.0, ble_app_uart and fatfs example together. I am getting certain error and displayed below, please help me with how i can counter this:-
...
Hi all,
I am trying the port the peripheral UART example to the BLE_app_blinky and adding the respective libraries that are missing in the BLE app.
after I included...
Hi, there
i am using nrf51822 to communicate with quectel ec25 .i want to send AT commands over uart and receive some response from quectel.for eg. i am sending a "AT" command...
Hello,
is there any documentation about DFU init file structure (SDK 14.0)?
I used NRF util for creating DFU package, but i want to create my own app for that purpose...