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...
Installed nRF5_SDK_15.2.0_9412b96 and nRFGo Studio. nRFGo Studio fails to recognize the nRF52840 DK board. Screen like this:
It sees and correctly identifies the Segger...
I am trying to do things like
get the current date and/or time
configure a socket
activate a socket
Usually I use commands like
at+cclk
at+csdf
at+ctzu...
I am following the Thingy:52 "Compiling With Keil" instructions provided in the following link.
nordicsemiconductor.github.io/.../firmware_compile.html
However, I get...
Hi,
We have released multiple products with the NRF52832 chip with SDK's ranging from 10.x to 14.x, quite successful so far.
However, one part that is lacking in my opinion...
I have been struggling with getting nrfjprog working on CentOS 7.x. Each invocation results in the following error due to the version of glibc used to link the nrfjprog binary...
Hello!
A quick question about how to shutdown unused RAM on the nRF52810-CAAA?
We're not using any of the Soft Devices. Our code is pretty tiny. Map file attached.
We...
Hi,
I want to read data from my ble UART (NUS), to do that I implemented the NUS service and registered the onDataWritten callback (which is the MBED equivalent of the HVX...
Hello:
If we are to use the nrf9160 in a production product, what additional certifications are required? For example, if I purchase a Telit cellmodule, I still have to...
Hello All,
I want the DFU service at the application level, not at the bootloader level. Means I have to build a very simple bootloader but I want DFU service at the application...
Hello nordic:
nrf52832 how to control pa, i use this functio pa_lna_assist(). This function is the solution on BBS.this used for s132,but i use s332.the ble is ok,but the...
As per description, I don't understand how to make a dfu package that writes the whole MBR+Application range and doesn't use a SoftDevice, for example out of a hex file such...
I'm using SDK 15.2 and trying to set up a USB mic class. I am having trouble getting the SOF audio interrupt to fire.
I initialize the app_usbd module with the configuration...
Hi
I would like to know that is there any Blue tooth low energy relay like RFID tag , which can detect bLE only and can trigger a circuit. It should have small form factor...
Hello everyone , i have noticed that the sniffer can pick up the the packet from the same channel twice.
According to the Bluetooth 4.2 specification, the advertisement...
Hi all,
We were developing our application using nRF52840 and later decided to change to nRF52832 considering our hardware constraints. nRF52840 has 16 bit counter for EasyDMA...