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...
I want to repeat that everything worked great in 1.2.0.
------------------------------------------------------------------- --------------------------------------------...
Hello,
I'm using the OpenThread from v4.0.0 of the Thread/Zigbee library and the TEMP driver to read nRF52840 temperature via a nrfx_temp_data_handler_t. I noticed the handler...
Hi,
I am trying to perform Buttonless DFU on a nrf52832 chip. I am using SES on Windows. I do DFU with nrfToolbox on my iPhone.
The way I do it is by packaging the DFU...
Hi,
I am trying to setup L2CAP channel in ble_app_uart. I referred the object transfer example and did the initialization of L2CAP parameters during ble_stack_init() both...
For certification purposes to qualify for the QDID defined by Nordic , are there any characteristics that are required to be present in the Device information Service (System...
Dear nordic team,
I'm developing a sensor based on nrf52840 and I want to make use of CMSIS NN. I have already integrated CMSIS in my eclipse project and can already use...
Hi,
Here i am reading the temperature data via i2c protocol , where the temperature sensor is connected to the nrf52832 .(15.2 version sdk) Now i want to publish the temperature...
I'm using nrf52840 with nRF5_SDK_17.0.0_9d13099 and usbd_audio loopback example. The example works fine with the given hex file but when i compile it myself, the signal seems...
Hi :) ,
My project continues quiet well, and now come the time to create final assembli of all my small block.
I'm using nrf52833, with s113.
I want my device...
hi guys,
now i have 2 pieces 52832 boards; A(PERIPHERAL) and B(CENTRAL); both run the nus service.
B( CENTRAL)--->A(PERIPHERAL) Through ble_nus_c_string_send();
and...
Hi. I need the NRF52832 to work in two modes. After power-up, the radio module worked like a normal NRF24L02, and after pressing the button, the BLE started. I took the example...
Hi Team,
We are working on the nRF9160 DK. We are integrating the central_uart code into the lte_ble_gateway, As we integrated for the purpose to use NUS(nordic uart service...
Hi,
I am developping some kind of driver as my company calls it which will be used to easily setup a mesh network for our projects. I am using the light_switch_client_example...
Hi,
We are using nRF52840 Dongle to receive BLE peripheral Device 240 Bytes notifications for Win10 program. And w e used "pc-ble-driver-4.1.1\examples\heart_rate_collector...