I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Hello, a question about this link:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_bootloader_dfu_process.html
which says...
Hai,
We are using RTC in one of our project (in nrf52832).
RTC is working fine. I am waking up by every 30 mins once. But I am not able to configure same RTC instance...
I have an end device acting as a server, and I need to send data to a bound client. This is custom data, so I cannot use a reporting attribute. Basically I need to access...
Hi,
I am absolutely new to this DLMS and in the course of exploring some kind of opensource DLMS stack I came across this Gurux and fortunately NORDIC did some kind implementation...
Hi,
I am developing an ESB application with 1 central (nrf52832 DK) and several peripheral. The peripheral are nrf52832 + ICM 20948. Development is done with Segger embedded...
I am trying to setup development environment by following below steps.
The nRF Connect SDK Zephyr repository contains a list of required Python modules. Install these modules...
Hi,
I have bought NRF24LE1 module. Now I want to program the module. So, will anybody please suggest me which programmer should I use to write hex file ? I have mPro programmer...
Hi,
I am currently trying to implement a beacon scanner alongside peripheral mode BLE on an nRF52832. As I am only scanning for beacons, I was hoping I would not need to...
I have been trying to connect to 4G using iBasis and other vendor's SIM card but have not been successful.
I have the nrf9160 DK two years ago and have been sparsely trying...
Hi,
We have 4 NRF52833 DK being used for our development work.
Among that, 3 of them have stopped working and are not powering up.
They power up some times when connected...
Hi,
to develop a device driver in Zephyr for TI DAC80501, a 16-bit DAC, I2C interface,
I have to
1. add the dts child node under the i2c controller node
$i2c1...
I'm using the asset tracker project and I want to add in the ability to store information on the board. However when you include the littlefs file system you get a build error...
Hi Team,
We are using the nRF52840 board for our development purpose. We are using the external debugger(i-jet) for our development purpose.
We are able to connect the...
I have a firmware build that uses the nRF52832 (SoftDevice S132) to return a variety of read characteristics to an external device. So far so good. I can verify that the values...
hi ,
i want to use the pin p0.19, p0.20, p0.21, p0.20 as the spi‘s pin scl,cs,mosi,miso.
and i test in the project nRF5_SDK_16.0.0_98a08e2\examples\peripheral\spi
my...