I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi, I'm having issues connecting to the ble_app_ots example application from the nrf connect phone app. I have attached a trace from wireshark, and for comparison what it...
Hello,
I tried the basic proprietary rf code that is esb_prx and esb_ptx on the boards and the communication is very fine. The default set of data that is 0x00 to 0xFF is...
Hey! I'm writing a program for communicating the laser sensor pmw 3610 (pixart) with the micro nrf52832. In the sensor datasheet it is said that the time between sending the...
Hi:
I am an engineer from China. Visiting infocentre in China is quite slow. I found some offline documents for nRF5_SDK in https://developer.nordicsemi.com/ and they are...
As the subject description.
I have already test the official sample buttonless_dfu_app and the secure bootloader already. It could work for OTA fucntion.
And my application...
Hello!
I am new to controller programming. My work at the institute is connected with bluetooth research, so I need to learn how to program nrf52840. My microcontroller...
So I looked at the example of the temprature read and I got the following code:
But the problem I got is with the: while (NRF_TEMP->EVENTS_DATARDY == 0), I don't want...
I read the discussion in the following link, but my application is different so I want to ask for advice on how to proceed.
https://devzone.nordicsemi.com/f/nordic-q-a/50642...
Hi all,
I successfully flashed the peripheral_hr sample from the Getting Started guide into my nRF5340 PDK (from here: https://infocenter.nordicsemi.com/index.jsp?topic...
Hi,
I am new to the SAADC concept in nrf52. I have to measure the battery voltage using SAADC over ANI0 pin. I using battery with voltage 4.1 volt.
This voltage is divided...
Hi nordic,
In our project we are using pairing and bonding process. the first pairing with the iphone was successful, I delete the NRF52832 pairing infomation,iphone pairing...
Hello ...
Our product (nRF52810, SDK 15.3.0, SD 112 6.1.1) allows the user to change the device name, which typically happens once when new product is received. Our app...
I am running the ADC demo for the 52833-DK (pca10100) and can’t seem to get any valid readings. SDK 16.0: examples\peripheral\saadc
I am applying 1.5V to AIN0 on P8 and...
Hi, I am developing something using Zephyr on a nRF52840-DK as one Bluetooth mesh node and a Thingy as the other. To program the Thingy, I have it connected the Thingy to...
Hello -
I am trying to run the USB CDC ACM example on macOS 10.12.6. Following the instructions in the example app, I should see a virtual COM port as /dev/ttyACMx when...