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...
I have a question about LE Secure Connections(LESC).
Is it possible to pair with multiple devices in multi role operation? I am considering the following connection. ・Peripheral...
I'm using ble_app_uart_c example with NRF52840.
And i want to read the beacon device id( 8 byte ) at Central(nrf52840).
The ADDR value could be verified through the questions...
Hi, i'm using nrf52832 uploaded ble_app_beacon example.
I want nrf52832 to work as a beacon and as a nfc tag.
Thus, I added some nfc example code. nfc_t2t_lib.h also...
I'm investigating a failure in 2 devices. The devices are immediately failing in application start-up due to fds_init failure. I tracked the failure back to fds pages_init...
Hi,
I could not find the logic for spi_xfer_done flag (main.c) that is being updated after SPI transfer is done in the SPI example from SDK 15.3.0.
There is no particular...
In light switch example, I am trying to implement relay feature. I used nRF5_SDK_15.2.0_9412b96, nrf5_SDK_for_Mesh_v3.0.0_src.
When compiled light_switch_client_nrf52840...
Hi,
I am using modem version 0.7.0-29 alpha modem firmware. ( I have also checked with 0.6.8-131 version )
I have already done MQTT connection with Azure IOT hub and...
I need to increas the speed using the UART ove BLE application.
I try to add new characheristics to the Nordic UART Service.
I have added the UUID for this new charactheristic...
Hello,
I would like to get AT Command Sample to work on nRF9160. I erased the module using Programmer software "erased all" and then loaded Secure Boot sample, then updated...
Hi,
I have successfully set up the nRF Sniffer V2 Beta 3 using nRF52-DK (PCA100040). It works very well with Wireshark integrated toolbar, I can select the specific device...
Hello,
I am running a secure bootloader on the device and want to use the nRF Connect Desktop tool as DFU server to upgrade the device firmware. I launch the "Bluetooth...
Hi,
We are developing a GPS tracking device using nRF9160 module.
We want to use a battery as long as possible maybe for 7 days.
Here we need two cases for our application...
Hi,
I am using the BLE UART central and peripheral to send 100 messages of size 65 bytes (64 bytes + new line) continuously to the peripheral in the hope that I can see...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral...