hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
Hello,
I'm using nRF52840. I developed a project using openthread libraries: in particular I included " libopenthread-nrf52840-softdevice-sdk.a " library to have the CLI...
Hello. I'm using the NUS BLE service to send ADC sensor data. I am having the SAADC callback function call ble_nus_data_send() to send raw samples. I have set the min and...
I need to measure full power consumption of nrf52, on PCA10040 from... a 5V source (because including some other 5V devices). I measure it from 5V pin and not usb plug. I...
Hi,
as I know from the mesh spec, the number of elements cannot change after a device was provisioned. Nordic even went so far as to define the number of elements during...
Hi, how to measure RSSI in OpenThread? I have 2 nodes, what is correct state that I have to assign to each node to do transmit/receive test, is it leader and router? or router...
Hello,
We're thinking of powering external sensors through GPIO pins configured as high-drive. The sensors themselves consume only a few milliamps at most, which is easily...
Hi,
I would like to control a piezo driver using GPIO pin on nRF52840 DK.
I've read posts about this kind of application. But still confused about how to set up PWM...
Hello again Nordic Pro's,
I have a mildly modiffied version of ble_app_uart_c that compiles and runs fine on an NRF52-DK board. I am now trying to use the same code on a...
Hi,
I'm very new to the Nordic BLE chips. Sorry in advance for asking stupid questions, but I'm willing to learn! This is my first project for my current job, I want to...
Hello,
I've been trying to run the OpenThread mqttsn_client_publisher example from the SDK. I have also set up the border router according to the tutorial on the infocenter...
Hi:
I meet a strange softdevice assert when I do dfu in nrf52832. There is no info or call stack for this assert, I only get the assert is NRF_FAULT_ID_SD_ASSERT.
Do you...
Hi,
I have been working with the Thingy:91 at the version 1.2.99 but this also happens on previous versions (I do not know which it was but the serial_lte_modem code had...
Hello,
I am facing a issue with the LN service. I am notifying the position at 10Hz and this work well. I have implemented a custom service that allows to send a file by...
Hi,
Just as the title says, I want to use nRF52840 as a peripheral(s140, v7.0.1, BLE_NUS_MAX_DATA_LEN is 244) and using NUS.
And it may pair to a nRF51822(s120, BLE_NUS_MAX_DATA_LEN...
Dear
I got a problem about SES when I create a indepent transferable project for PCA10059.
Background:
I have success to modified a light-swich server from PCA10056...