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...
So, time to give back...
Updating this post ( https://devzone.nordicsemi.com/f/nordic-q-a/23488/a-nrf52-function-mapping-to-nrf51/124863?focus=true#92262 ) which outlines...
Hello
I am in a process of pre-manufacturing for NRF52832 and have a fully working application containing
softdevice: s132_nrf52_6.1.0
secure ble bootloader
application...
As i understood by reading the forum and documents, the maximum advertisement packet length is 31 bytes. That means that devices with custom UUIDs (128bit = 16bytes) may not...
Hi,
I am a hardware designer. I have little knowledge about firmware or software.
Now I want to apply the nRF52832 to an ultra-low power application as a beacon.
I...
I have recently ported my nRF52832 application from SDK 12.3 to SDK 14.2 and have been disappointed to find that the preripheral is locking up after a period in operation...
Hi,
My product have to pass SRRC certification,but the pre-test is fail. The certification lab need to test RF frequency at 2402MHz, 2441MHz and 2480MHz separately,and the...
I have a nRF9160 DK that I am trying to get on a network. The iBasis sim does not appear to be in the coverage area, the SIM activated, but has not had both LEDs 3 & 4 blinking...
Hi,
I have nRF9160-SICA Modules with me and I designed a custom board for them. I do not have the nRF9160 DK.
I want to know if there is any way to program nRF9160 using...
I have two TIMER instances, TIMER1 and TIMER2, both setup to Clear Mask on timeout (aka restart). I use TIMER1 and PPI to trigger ADC measurements every 5msec. In the ADC...
I've been documenting this issue and asking questions here:
Intermittent device reset in modified ble_app_beacon example
Since I need to post a proprietary schematic,...
Hello,
I was examining the power supply part of the Thingy and I noticed that the charging current is set to 0.5 C, wich is 720 mA (checking XR6804's datasheet it seems...
In order to evaluate the nRF9160 for coming projects, I need to know if it is possible to use Keil as the development platform for the device.
We have a very large codebase...
Hi, May be it's some what basic but I'm not able to update my pwm value. I'm using sdk 14.02 with softdevice in SES. This is my code:
PWM Config:
PWM init:
Update...
fds appears twice in ble_ots:
1. In ble_ots_init:
err_code = fds_init();
2. on_disconnect
err_code = fds_gc();
It does not look like fds is really used in ble_o...
Hello!
I use Segger Embedded Studio. Ubuntu 18.04 I'm trying to build mqtt_publisher project from zephyr samples. And get error: undefined reference to `sys_rand32_get'...