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...
hi all!
if I restarting advertising with BLE_GAP_ADV_TYPE_ADV_NONCONN_IND during CONNECTION occur sd_ble_gap_adv_start(..) returns error = 0x07 ( NRF_ERROR_INVALID_PARAM...
Hi,
Would I be able to get more information on the statement below from the nrf52832 datasheet?
"A step increase in supply voltage of 300 mV or more, with rise time of...
As an example, let's see this function from app_hrm (heart rate monitor):
static void conn_params_init(void)
{
uint32_t err_code;
ble_conn_params_init_t cp_init;
...
I am laying out a board in altium using the nRF51422 - just cutting out the essential pieces in the silk box from the nRF51 DK altium project.
I have some concerns. Once...
Hello, I am going to make a PCB to mount the module and programming pins SWCLK/SWDIO/VCC/GND. I wanted to run my module at 1.8v, but I am worried if the nRF51 dev board, when...
[87] CPU: Unexpected wake from System ON Idle when using FPU
This anomaly applies to IC Rev. Rev 1, build codes QFAA-B00, QFAB-B00, CIAA-B00.
I have the PCA10040....
I made a custom board with the nRF52+SDK11.0.0+s132. The firmware is based on the ble_hrs example (modified to fit my board and modified the application, but the basic premise...
I want to change Variable state( 0->1 or 1->0) when I push the button.
I was searching for example relating to the GPIO.
but I did not find that i want.
Everything...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
Hi,
I am working on an Eddystone application for broadcasting advertisement URL to both Android and iPhone devices using the nRF52DK with the latest SDK 12.2. I have read...
Hello,
our company wants to launch a new device using Bluetooth.
We use your chip and your Softdevice S110 v8.0.0, what Bluetooth licences are we required to pay, and...
Hi,
I am using SEGGER Embedded Studio 3.10h on OS X and SDK 12.1.0. I get this error
main.c:614: undefined reference to `ble_dis_init'
even though I have:
...
Hello,
We have found a bug in nrf_bootloader that can prevent the application from starting up properly.
In nrf_bootloader_app_start.c, the nrf_bootloader_app_start()...
I saw the example of Andriod nRF Master Control/Connect app triggering the FOTA for mbed platform without using any button. Unfortunately, I don't have Andriod device and...
during the pcb design of nrf52, is it compulsory to totally copy your reference pcb layout . since our case need to design a small size device, so i have to modify the pcb...