I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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'...
Greetings,
Here are the details:
IDE = SES v4.12
SDK = v15.2.0 and v15.3.0
Hardware = Nordic nRF52 DK (PCA10040 v1.1.1) * 2 and Rigado BMD-300-EVAL * 2 (vB)
I connected...
Can you explain me what I need to do in order to have the esim ? Do I need a physical component ? I am new to this subject if someone can help me a little bit. Thanks
I am trying to measure and characterize expected battery lifetime of my design. I've noticed that as the effective Connection Interval goes up, so does the Rx current peak...
After init I2C channel
#define TWI_INSTANCE_ID 1 // because SPI0 share same reg add with TWI0 we change and enable TWI1
#define MAX_PENDING_TRANSACTIONS 5
NRF_TWI_MNGR_DEF...