Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
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...
Hello,
I am trying to estimate Battery life. I am using CR2032 with 230 mAH capacity. I am confused with the calculations.
As per excels sheet in below link, for 500...