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...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
I can't seem to get any of the UART examples for the NRF52 to compile on Eclipse. Eclipse is complaining that there are two definitions for uint8_t, one in _stdint.h and another...
Dear developers,
Currently, I am studying the new SDK 12.2. Now, I'm reading flash storage module. It seems very useful.
Just a question: While Persistent Storage module...
So it points to the ACTUAL value of a characteristic. So why do we need that function "ble_hvx_push()" (forgot its name, sorry, but you know what I mean) for? And what's with...
hi dear Engineers!
if I use sd_ble_gattc_primary_services_discover(..) with NULL last parameter , all SERVICES discovered OK:
start_handle=0x0001;
err_code = sd_ble_gattc_primary_services_discover...
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...