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...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hi, I have a particular issue that happens intermittently, I was hoping someone here has come across the same issue and possibly knows how to fix it.
My Setup:
Using...
Hi
I am trying to add manuf data to ble_app_hts sample advertisement but without success:
static void advertising_init(void) { ret_code_t err_code; ble_advertising_init_t...
nrf52840 last version of SDK Hello I need help. I want to start ble_adv and then stop with a button signal and start again with another button signal. The idea is
Loop:...
Hi,
I am using ble_app_uart example and want to detect the read evant/ call back. Kindly help me how to register a call back function of a read type characteristic. I want...
Hi all, I'm working on nrf52832 in segger embedded studio. Using ble scanner app, I'm entering some random values. So when i enter a value, I'm adding them to watch and checking...
Hi,
i am working under the mesh concept in nRF52. I saw the mesh demo in nRF thingy the link is here.
and i also have 4 nRF Thingy boards in my hand. i want to do the...
Hi.
I am currently weighing up whether to use a PCB or a chip antenna. Due to my product is going to be less than 20mm x 20mm, I would prefer the chip antenna to save some...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
Hi
I changed the clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC, but it dit not work.
In the migration guide( Migration Guide ) I found out, that the method SOFTDEVICE_HANDLER_INIT...
Hello,
I am working on a custom PCB with NRF9160.
I have modified nrf9160 uart sample to add UART_1 and enable SPI_3 and everything is working fine.
Now I need to include...
Hi ,
I am using SDK v0.4.0.
Modem firmware : mfwnb1nrf9160030123prealpha
Asset tracker example is downloaded to the NRF9160-DK.
Since I am using NB IOT, I select...
I use nrf52832 sdk 14.0
SD+ boot(for ota)+app
In the applicaiton there are some user data to save. I used two pages ( one pages start from 0x6E000 and the other start...
Hello!
A few questions about the flashlog:
1. What's the difference between the flashlog and the crashlog?
2. What is the recommended way to obtain flashlog/crashlog...