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 make OpenMesh stack running as a task with freertos(8.2.1).
first,I got two LEDs tasks running on nrf51822 very well,That's the base.
Then I set mesh stack as...
Hi,
I am using relay example code to test, the example code is under below folder: C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\11.0.0-2.alpha\ble_central_and_peripheral...
I am using the nRF5_SDK_11.0.0.
I want to state of the system off sleep after entering system on sleep.
For example, from the state of system on sleep, it becomes system...
Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these...
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hi everyone,
I have a nrf52-DK, I made samples with the saadc unit and i noticed there are unexplained peaks.
I connected the MIC's output (its VDD is from the board)...
Hi I bought quite a few of these on boards on e-bay and have worked a lot with them.
One thing that is confusing me is the variation in the number of retries, even when...
Hi,
I have tested a sample code which sends some data through BLE in nRF52 development kit(PCA10400). The code is attached below.
nRF5_SDK_11.0.0_MPU6050_Acc_X_Output...
I'm trying to compile the bootloader_secure example for the 10040 dev board using make, and it appears the makefile was not updated correctly with the changes made to the...
Segger RTT viewer is a great debugging tool. But every time when I download new firmware into my board I have to close the viewer and then open it after download is finished...
Hi guys,
in my application, I'm trying to do multiple fota, I succeed at the first time & after that I can jump again to the bootloader, but after that something is going...
I used nRF51822 IC and SDK11 with softdevice S130. I found a problem that our product cannot work. I dumped the hex code of 2sets from 0x00000000 to 0x0003ffff. One can work...