Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Our application has a bug that I am trying to track down, but it's being a little tricky. We are writing a good deal of data to a NAND flash IC over SPIM. Right now the SPIM...
Hello,
Today i am not generating any question but based on the previous exception i had to handle. based on that i have come up with the final customize design of the...
Hi
Evaluating nRF5340 and 52833 devices for our product prototype. Besides of BT functions we need to support certain real-time hardware capabilities such as very narrow...
Hi, we're just starting with BLE and Mesh. Very confusing and find it hard to follow the on line information. Hopefully someone can point us in the right direction :
My...
I posted a similar question yesterday for an example using the standard SDK. The fix was to make the flag set by the event handler andI used for the IF statement in my main...
Hello,
I am reading a data from a file and sending write req in loop to transfer chunk of data using pc_ble_driver but getting following error message after transferring...
I am trying to re-connect my android phone to nrf51822 using already existing bond, I am able to reconnect to the card, but the issue is I still need to perform gatt.discoverServices...
This was already discussed in several threads but seems to be still unsolved completely. We have some android devices and ios devices. The peripheral is encrypted with LESC...
I have modified the ble peripheral example - ble_app_uart to run on the PCA10059 USB dongle and the demo I developed using that as a starting point works very well. The problem...
Hi Team,
I am developing a product that is a combination of a mobile app and a hardware including an nRF52832. The hardware should notify the mobile app on events as quickly...
Hi,
I would like a circuit recommendation with LNA to connect an external passive gps antenna? Is it possible to use an external passive antenna with nRF9160 or is it more...
Trying to read the device identifier register on network core returns all ones -
Curious why this is so? Other INFO registers have seemingly valid values
Hi,
we try to get the NRF52840 to sleep and then wake up from an GPIO interrupt.
We try it in debug mode which should give a emulated sleep mode. So we stop all processing...