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...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Hello
I'm testing the Release v1.6 of NRF Connect SDK in combination with our application. On Nordic NRF Connect SDK v1.5.1 we managed to get the following setup working...
The nrfconnect-setup-3.7.0-ia32.exe installer gives a malware warning from Google's VirusTotal website . There's only one warning, but it's from one of the larger malware...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as a central device and an Android device (Bluetooth 4.2, nRF Connect) as a peripheral.
I want to get Scan...
Hi ,
Need information for setting up nRF52840 on Eclipse IDE & GCC compiler . Need if any stepwise process guide available for setting up environment & debugging process...
Hi,
===========================
Chip: nRF52832
SDK: nRF5_SDK_17.0.2_d674dde
Role: Central /Peripheral
Project: BLE gateway
===========================
We currently...
Hi,
Please help me with this interrupt error
dk:PCA10095 0.11.0
sdk:ncs v1.5.0
example path:D:\ncs\v1.5.0\applications\2_hello_world_timer
example code:
test...
Hello, I have a big problem now. I set up a BLE network with 11 peripheral boards connected to 1 central board via NUS protocol. the peripheral board is based on NRF52840...
We are making a product with nRF51822;Powered by a CR2032 button battery ; Hope to achieve low power consumption;
It can be seen in the datasheet that nRF51822 has Internal...
I've been checking the nRF52805 Errata document to see which errata apply to our product and do not yet have a workaround implemented in our firmware.
Unfortunately, I'm...
Hi,
Device FW information is as follows: SoftDevice: s113_nrf52_7.0.1_softdevice.hex bootloader: mesh_bootloader_serial_gccarmemb_nrf52832_xxAA.hex device page: device_page_nrf52832_xxAA_s113_7...
I want to use our app in phone to communicate a nrf5340 board through ble. my project use sample peripheral_uart . but app ble three 128 bit UUID is different from ncs1.5...
Hi,
I'm trying to measure and log the low power coming from a peltier module. (TEG seebeck effect). In Ampere meter mode with LED for load I get nothing. Replace TEG with...
Hi,
I successful developed a application using nrf / zephyr SDK and install the applications on the nrf52840dk and dongle. Now I want to adjust the power using
CONFIG_BT_CTLR_TX_PWR_PLUS_3...
hello i am trying to interface RN8209c ic with nrf52832 using uart communication with sdk 15.2
uint8_t readbuf[50];
uint32_t err_code;
uint8_t buf[10]; buf[0]=0x7f;...