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,
We are evaluating devkit nRF52840-DK using SDK nRF5_SDK_16.0.0_98a08e2.
The application development is ongoing, based on examples\ble_central , using which we are...
Hi,
I have a multilink NUS central that connects to several NUS Peripherals using SDK 16.0, S140 (NRF52840 REV1). Currently I'm testing with only one peripheral, sending...
We're using the nRF52840 in our product.
We require to perform continuous scanning, with little power usage as possible.
We've seen in the Nordic specs and verified with...
Hi,
I'm using NRF52840, and I've developed a feature which bonds with NRF toolbox application. The problem is that when I'm using secured BLE, I can't receive any messages...
Hi,
I have an issue with getting a GPS fix from time to time under the almost same conditions. When it did not get a fix I could see in the UART log that the nRF9160 was...
Our custom board has an nRF52832. In our custom build system the application HEX and SoftDevice HEX are merged together into a single HEX file, this is achieved by Nordic...
We are in the process of getting our product through SRRC certification in China. I am using the radio_test example from SDK 11.0 for this. All is working fine.
However...
I downloaded SDK v16.0 and in the examples, I can't seem to find the dual_bank_ant_s332 folder.
It is present in SDK v14.2.0 in this path
...\nRF5_SDK_14.2.0_17b948a\examples...
From what I can see so far, it appears that the application processor flash is at 0x00000000 - 0x00100000 and the network processor resides at 0x01000000 - 0x01040000 .
...
I am having trouble because TX / RX processing using UARTE cannot be performed.
nrf52840 DK <---------> PC
The operation of TX / RX can be confirmed with UART. (Interrupts...
Hi,
I have two questions:
1) After requesting PSM mode (assuming the MNO supports PSM mode for NB-IoT) and afterwards enabling GPS, does the GPS automatically detects...
Hi,
I am currently working on the development of a customized Tracker application. I was testing one use case where the Tracker definitely not being able to achieve a GPS...
Hello,
I'm using BT840XE module and ATT_MTU Throughput Example with S140. My goal is to measure maximum data transfer speed between module and different phones. Module acts...
Hi,
I'm using nrf52832 (SDK 15.3). And I have 24 chips on the same I2C bus. They all work fine right row. But if one of the chip is broken, the whole system will crash....