Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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...