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...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Hello, We have been using the PCA100059 version 1.0.0 dongle with a custom firmware which fails to run on the new PCA10059 version 1.2.0. Unfortunately there doesn't seem...
Hello,
Im a beginner in microcontrollers programming, just started with the pca10056 and pca10059. Im aiming to develop a beacon scanner for pca10059, to send data via usb...
I compiled and debugged the PCA10040e ANCS example (ie emulating the 52810 using the 52832) from SDK 15.3 - successfully. But I wanted to turn off code optimization to facilitate...
Hello,
As many mobiles do not have NFC I would like to use LESC OOB pairing with an QR-Code which could be shown on the device terminal. Well, I know where the NDEF message...
SDK version :15.2
question; when i use app_timer , i got interrupt which is not i wanted.
i creat and start timer :
app_timer_create(& m_timer ,APP_TIMER_MODE_REPEATED...
I'm using nRF SDK V15 with nrf52DK board, running the ble_app_hids_ms example.
I I want to have continuous non-stop advertising duration, should I have both APP_ADV_FAST_DURATION...
Dear Sir/Madam,
My question regards the behavior of the EasyDMA during the transfer of data to / from a serial peripheral like SPI or UART.
Let's suppose that during the...
Hi all,
I using SDK 15.1 and 15.3 for test.
I am working with DFU for NRF52810.
I tried success for NRF52840.
But I can't update success for NRF52810.
Below is scrip...
I use the Firmware «AT host sample» on Thingy91. Then I connect to Swisscom network on band 20. The current consumption is about 3.5mA. Then I send AT+CFUN=0 or AT+CFUN=4...
Hi All
We are using nRF9160 DK, and we are working on ADC channel. we use This example of ADC. I am using single-ended with no over-sampling with a gain of 1/6, reference...
Hello
my setup is sdk 15.3, nrf52840, s140, open bootloader and an application.
Everything is merged, flashed and running and no changes are made at the standard addresses...
I am currently developing a peripheral app on a custom board with a nrf52832 chip on it and connecting to the device using QT's ble library. I'm having issues where my connection...
I want to turn on /off LED by advertising TX of BLE
peripheral : nrf52810 central : nrf52840 Specifically, peripheral performs advertising TX, The central processes LED...