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've been struggling to track down excessive power consumption on a nRF9160 device and have found that, when all UART/Serial are de-selected/off, adding or commenting out...
I want to modify the asset tracker application, for that I copied the 'asset tracker' folder from 'ncs/v1.4.0/nrf/applications' to a folder outside the ncs directory. Then...
I am trying to add a characteristic and am getting error 7 (invalid param). I started out calling sd_ble_gatts_characteristic_add() directly but I realized that characteristic_add...
Problem:
I am trying send samples from SAADC to the NRFconnect app at 1kHz. I have built my application on the ble_app_uart__saadc_timer_driven__scan_mode example . I have...
Chip: nRF52832
SDK: 15.0.0
SoftDevice: S132 6.0.0
IDE: IAR EWARM 8.30
I have a peripheral-role application with __ICFEDIT_size_cstack__ = 0x800 (application call stack...
Hi Nordic:
I know mesh LPN can receive messages from it's friend node, that means when any other nodes send messages to LPN unicast address, LPN's friend node will buffer...
I have developed hardware utilizing an nRF52832 and am developing a bootloader for the system. I have had success following two tutorials: Getting started with Nordic's Secure...
Hi,
I'm trying to print a float over UART but I think the NRF implementation is faulty. I've tested not UART SDK example with the following changes, inserted at line 168...
I have a Thingy 91 and try to analyse the PSM and eDRX in asset tracker application. I use NCS 1.4.0 in this case.
In prj_thingy91_nrf9160ns.conf file I found the settings...
I have: nrf51822 bluetooth module, STlink V2, Keil, segger studio, nrf51 sdk and softdevice files.
I have achieved making the led blink at a ble peripheral device by nordic...
Hi,
I'm using nRF52840 with nRF5 SDK 16.0.0 and Mesh SDK 4.0.0.
I'm trying to add PB-GATT service to the ble_app_uart_coexist example. I set MESH_FEATURE_GATT_PROXY_ENABLED...
我正在执行ble_app_uart_c例程的功率测量,并且已经关闭了串行端口,这与打开串行端口时测量的波形不同。 我猜封闭的串口会影响扫描。
This is the waveform without closing the serial port
This is the waveform without serial port...
I add a compiler flag --wchar32 i n the Misc. Controls section of C/C++ to support character pointers with 32-bit width. But got errors as log attached. Any help is appreciated...
Hello guys,
I am a newbie with nrf52 and I am trying to debug ble_app_uart project under ble_peripheral directory. I do get download successful as shown in image below...