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...
Hi,
during normal operation, my device shows a power consumption of 4.7mA.
Normal operation is:
accelerometer (lis2dh) detects a shake and wakes up the nrf51 via...
Hii ,
i am using customized board (chip : BT832).
err_code = sd_softdevice_enable(clock_source, softdevice_assertion_handler); hangs. it took some delay and after that...
Hi all,
I have seen a pair of questions ( this and this ) that I think have something to do with this, but didn't find a solution.
I have a custom board with a button...
I want to have an application similar to UART in the SDK example, with multiple peripherals.
I tried to modified existing UART example, but cannot make the central node...
I want to add the nrf52832 to my customized board and I am studing the possibilities for flashing it once that is located on the board. Is it possible to flash trhough the...
I have a board with some LEDs that are driven in the same way as with the nRF51 DK board (i.e. there is a resistor in series with the LED and you drive the pin low to turn...
In our testing we encounter some devices (Centrals with nrf52832), where the peer manager event PM_EVT_BONDED_PEER_CONNECTED contains a invalid peer id 0x4000 (allowed values...
I have a device the uses MSP430f169 and CC2500 RF controller for communication I need to replace the CC2500 RF controller with nRF51422 device.
As I understand an nRF51422...
Hi,
I develop application on MBED platform with NRF52-DK. I figure out that pin "logic" on this board is interchanged. For example. I have LED connected to some pin. When...
Hello,
on my custom board I am trying to use pin P0.09 and P0.010 for interrupt-purposes. So I integrated the necessary adjustments as mentioned in this topic here , which...
Hi,
I develop application using BLE.
In my scenario two NRF52832 operate in two different roles (Client and Server).
I have ready to run app (as server) and can communicate...
Hi,
When I call nrf_drv_spi_transfer to transfer 250 bytes in non-blocking mode, it takes 1.1ms. Is this normal? Any workaround? If it is normal then I have to split my...
My android app give me this "register with gatt stack failed" error on Samsung S7 marshmallow. The scenario is that I am working with 21 BLE peripherals (nrf52). I scan available...
hello dear Engineers!
I Prepare PCB to produce, so have some question about QSPI pins.
According to the "52.10 Registers" , it is possible to Assign any pins to QSPI...
Hey, I have my nrf 52 dk. I have soft device v3 on my nrf 52.
I was doing a blinky test with two boards (one central and one peripheral)
I was just wondering how to...