Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
Hi ,
i am using nrf52832 soc with customize board trying to optimize the power the following events occur:
1)The first time when i code uploaded it initialize all the...
Hi,
Is there a way to set somewhere in the softdevice or a library to automatically disconnect after an idle connection? Idle means, nog characteristics being read or written...
Dear Nordic,
I have some questions when study the usb audio of nRF52840;
What function when running the nrf_drv_usbd_errata_104 function?
Do I have run it? Can I remove...
Hi,
I am struggling to find a basic sample for UART communication in NCS. As an experienced Nrf5 SDK programmer, I find it very hard to convert my firmware to nRF Connect...
Hi Nordic Support
I have been experimenting with your nRF52840 board there has an SPI flash and have tested it with your USB example that can enumerate the filesystem on...
Hello,
I have the following setup:
a computer connected to a PCA10040 over USB
a PCA10040 connected to a NRF52832 over SWO (SWD IO, SWD CLK, SWO, RESET).
I would...
1. I am using the nrf52832 at the transmission side (ble).
2. at the scanner side I am using the ESP32.
3. I want to display the "advertising device name: " at ESP32 side...
Hi ,
I have been tryiing out the flash_storage example in the SDK /examples/pheripherals/flash_storage . The flash storage , permits us to write hello world to any memory...
Hi There,
I am developing Mesh applications based on Mesh5.0. At present, I have nrd52850DK broads, how can I do to debugger the application? Do I if have a J-link device...
I am not getting how to implement below two points in installation of micro-ecc
Enter the subdirectory for the SoC and the toolchain that you are using to build your application...
Hi Nordric,
In our application we want to receive the sensor data using SPI-DMA and to send processed data on USB.
1. Is it possible to receive sensor data and directly...
Hello,
When I set the tx power in the broadcast initialization, I found that there are restrictions on the setting of the Bluetooth name, as follows
My device name:...
The lNordic Semi Link
https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE
mentions that the nRF52840 Dongle can be used as sniffer.
...
I am using:
2x Nrf51422 chips on PCA10028
IAR Embedded Workbench IDE - ARM 9.10.2
nRF5_SDK_12.3.0_d7731ad
I need to transfer a 44 byte payload from one board to the...
I think my nrf SDK toolchain manager missed a tool somehow. When I downloaded v1.6.1 (following the instructions on the website) and tried to build my project using
`west...