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...
To the kind attention of Nordic support team,
I'm experiencing some problems switching off in a clean way the usbd library/usb driver/USB peripheral. I do need a clean switch...
Will Nordic provide the official implementation of models in the mesh model specification, which include the Generics, Sensors, Time and Scenes, Lighting models?
Thanks...
Hello, I have to work on a project concerning the Bluetooth Low Energy ( https://github.com/bjornspockeli/custom_ble_service_example )
If you already worked on it, I hope...
Hello,
I have some questions on power removal on nRF52832 chip.
I think that some tasks are managed by the application and some other directly from the stack, the firsts...
Hey,
I have a product which is using nrf24l01+ for communication. There is packet loss in the communication which I am trying to figure out the reason for. Is it possible...
U-blox NINA-B111-04B is being adopted. (Nordic Semiconductor nRF52832 is used) For product evaluation, I would like to connect with Anritsu BLE tester MT8852B for evaluation...
Hi all,
I am continuing with university project now in its 4th year of development for a wearables leg motion measurement application. Two trackers with identical hardware...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Primarily addressed Torbjørn Øvrebekk, Nordic.
Refer document nRF52 832 Product Specification v1. 4
I read " The same block in the Flash can only be written n WRITE number...
Hi,
I'd like to implement my own application level z_SysFatalErrorHandler so have declared it in main.c and removed the __weak qualifier, however when I force a fault it...
hi all
i want to create ble device with nrf51822 can connected to 433 rf transmitter device and when send every command to ble via ble service, ble device send specify command...
Hello,
I am trying to build the example code ncs/nrf/samples/nrf9160/secure_services in SES4.18 Mac.
However, the build failed with the error:
1> /Users/dev/nrf9160sdk...
Hi,
I am working on nRF52832 with SDK 15.3.0 with SoftDevice s112. I am actually shifting from nRF51 to nRF52. I have merged nrf51 custom code to nrf52, and able to advertise...