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...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
Hello,
I'm trying to program a nRF52840 Dongle with the thread MTD client example by using nRF Connect but I get an error saying I need to add a SoftDevice. I thought...
Hello, I am new to NRF52. I have setup a project under Embitz ide. I can compile GPIO toggle code and program the the code. However when I try an transmit example github.com...
I have 100 samples of string data (Ex: AABBCCDDEEFF:1592636399:1592636399 ) . I am using the flash_fds module. Also, I want to read the read all the samples at once. I am...
Hi,
I am developing the 'buttonless dfu' to the 'hrs freertos' using the SDK v15.3.0.
However, after I compiled the modified code and loaded to the target broad, I got...
Hi
In ble_stack_init(), err_code = softdevice_enable(&ble_enable_params); err_code = sd_ble_enable(p_ble_enable_params, &app_ram_base); err_code is 4.
I use nrf51822 in...
Hi,
I got a nrf5340 pdk, and I download demo Peripheral_Heart_Rate into board, load peripheral_hr.hex into app_core and load hci_open_amp.hex into net_core. it running ok...
Hello. I have one multirole device (device A) and three peripherals (devices B, C, D). Device A connects to devices B, C, and D as a central role, and connects to the phone...
Hi,
I am developing a product using nRF52833 . (S113, SDK 16, IAR8)
I am developing based on the usbd_ble_uart sample.
I use ble, spi, twi, ppi, saadc.
and, I use...
Hi,
On page 420 of the nRF52811 datasheet (v1.0) it states that pin 14 (P0.18) can be either 1) Digital I/O or 2) Single wire output (SWO). The SWO is not mentioned on any...
Hello, In our project the nRF52 resets randomly
we use the NRF52832 with softdevice S332. On the application space we run a FreeRTOS application with 2 tasks. We want to...
Hi,
I am trying to determine whether or not to use a watchdog timer in our firmware. The device is and IoT device, making sensor readings and entering sleep mode for a while...
Hi all,
i am trying to merge ble_app_peripheral example with twi_scanner. So i created twi_ad7147.h and twi_ad7147.c with the twi configurations.
But i am getting this...
Hi All,
I am working on a custom board using the BMD-340 from RIGADO, and I am hoping to be able to see all the logs on the RTT viewer.
setup -> SDK 16.00, J-ling programmer...
HI Team,
We have generated the private key from "nrfutil" tool and we want to integrate to our code, how to extract from python generated file "private.key" file to hex...