Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
We have a device which needs to survive dishwasher conditions. We believe most dishwashers operate up to 71C, but may reach 82C during 'sanitation' phase/drying.
This is...
Hi,
I'm using nRF5_SDK_12.2.0_f012efa and s132_nrf52_3.0.0_softdevice. We want to do the OTA on it. Before I add a DFU service to make it switch to bootloader, I have use...
Hello, I'm sending a series of data up to 7 bytes from an android phone, but I can only receive the first 5.
I'm asking what are the list of thing to mind if I were trying...
Hi,
I am trying to initiate Firmware Upgrade using the nRF Connect Mobile Application (also tried using nRF ToolBox).
As described in the below link -
github.com/.....
The footprint of sd_ble_gap_connect() is:
uint32_t, sd_ble_gap_connect(ble_gap_addr_t const *p_peer_addr, ble_gap_scan_params_t const *p_scan_params, ble_gap_conn_params_t...
This is what I believe, of course, my beliefs are flawed, so please DO point my errors out:
There is this attribute table on server/peripheral devices. The actual...
Hi,Nordic
I have one nRF24LU1P device, when I make it as USB Dongle, I will use :
hal_usb_endpoint_config(uint8_t ep_num, uint8_t ep_size, hal_usb_cb_endpoint_t endpoint_isr...
When I repeatedly (>290 times) send the same notification to the connected host via sd_ble_gatts_hvx, I get a sd_assertion:
Fault identifier: 0x1
Program counter: 0x104FA...
Hello,
I have a custom board which has NRF52832 SOC(i.e. main MCU) and another ARM Core-M0-based MCU(i.e. target MCU). These two are connected over I2C. I wonder how to...
nRF BLE sniffer is crashing within the first few minutes of use. Attached is the log of one sniffer
session from the start to when it crashes.
Here is my log.txt from...
I'm working my way through BLE Advertising, a beginner's tutorial and getting a SDK error 4001 when trying to use
advdata.include_appearance =
true;
Can anyone...
Hello!
I'm trying to nRF52 soc chip to drive the matrix sensors array (16x16), because there is no enough I/O pins for my project and thinking of use the shift register...
Hello everyone,
I have a program which set configurations by using write (nrf_drv_twi_tx) in the registers of a sensor.
I use the SDK 8 in the nRF51.
Here is the code...
Hello, I want to test using RTT for logging since I am using UART for send/receive packets. I made following changes in sdk_config.h:
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED...
I have device with nrf5x and I will customize this device on production. I use to flashing nrfjprog.
Will prepare one hex file and customize e.g serial number during flashing...