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 have created an application that collects data from sensors and GPS in two separate threads and publishes via MQTT. The two thread priorities are set to 10 and...
MIN and MAX macros are commonly defined in many code bases. These macros are also defined in nordic_common.h. To avoid conflicts with other libraries, it would be great if...
Hi, I have two pins, one handles a system wake-up event and the other reacts to an external uvlo event. The wake-up event is the only PIN that can interrupt and it configures...
Hello,
when I send notifications or indications to central device without bonding it works perfect. But after bonding they are not sent. I receive following logs when cetnral...
I am using nRF52840 dongle and nRF SDK version nRF5_SDK_17.0.0_9d13099.
When I am trying to debug the application it gives an error.
using your example project on nRF52840...
I can't go into too many details, but the scenario we have is:
We have an NRF52840 device connected to a PC through serial (for both power and communication) The NRF device...
I am trying to create a minimum working Keil uVision 5 S132 project with PCA100400. When I compare the examples with mine, I notice that during startup, when the code of flashed...
Hi
I heard in the "nRF Connect SDK" presentation from May 2020, that the nrfSDK only support BT 5.0.
Is this still correct that the features of BT5.1 and BT5.2 are not...
Hello,
I want to use RAM to keep some data after a soft reset, so that I can find problems after reset. And I also found some implementation methods, such as using .non_init...
Hi so I ran this example:
https://devzone.nordicsemi.com/f/nordic-q-a/40476/unable-to-convert-to-long-range-after-looking-at-umpteen-examples--/157426#157426
When I went...
I need BLE sniffer and I puchase this device because in this manual of "nRF Sniffer" say that "nRF52840 Development Kit (PCA10056) " is compatible.
https://infocenter...
Hi,
Looking at the footprint you supply for the aQFN73 package (I have looked at the one supplied for nRF52840), I see that the pad have a size = 0.275mm. If IPC-7351 is...
Hello,
We have a product that sends out an ESB message approximately ever second, it does this using the RTC timer with the following setting:
It sends the message...
We want to add the nRF52805 to an existing product but also want to have the option to perform a firmware update.
The current DFU implementation doesn't allow the softdevice...