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...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hi to all. We develop new battery sensor based on nRF52832.
We already have an experience with Li SOCL batteries ER14505-VB 3.6V, and satisfied with it. Have in stock also...
I use sdk15.2. bootloader nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble_debug. Application nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu...
Hello, I'm currently attempting to display a screen during an OTA-DFU process. First and foremost, through BLE, a BLE Central will command my BLE Peripheral to commence DFU...
I am working with NRF52832 master with TWI slave device, however , since our board already has external pull-up resistors (10K) , how do I disable TWI internal pull up resistors...
Hi nordic
I am using SDK 14.2.0 Softdevice s332 5.0 Board nrf52840.
I am doing test about DFU example and I am writing in flash about test image.
It is possible. I made...
Hello.
We have a working DFU system using Nordic's Secure Buttonless DFU bootloader. The bootloader correctly checks if the incoming DFU package has the correct 'init packet...
Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can...
So, here is an interesting and fun one: I am using a module with the nRF52832 to control an LED driver with a PWM, we
According to the documentation http://infocenter...
I am starting to use FDS for saving data to flash memory. In the "flash_fds" example the macro APP_ERROR_CHECK() is used to check for errors in most of the function calls...
Hello,
I tried to send data through the proprietary radio. My devices are NRF52832. The data I would like to send is an uint8_t array:
Right before I send it out, I...
Hi everyone,
My English skill is not good, but I really want to share this problem to all developers that I spent three hours for it.
Example nRF5_SDK_for_Thread_and_Zigbee_2...
Hi!
I have questions for Nordic developers team. What capacity of network is possible with nrf52840 thread mesh? I've tried to attach large amount of nodes to mesh and...
Hi Guys,
I want to use the TWI for my mesh application in which I want to read out 2 sensors (Sensirion SHTW2 and SGCP3) and then send the sensor values over a mesh network...
Hi all,
I´m using nrf52832 with sdk 14.2.0 and softdevice s332.
I have opened and closed the eclipse. Now when I open it, it compiled and gives me this error that I did...
Hi,
I am using nRF_SDK_15.0.0?a53641 and writing a program with keil.
I am trying to read data from the acceleration sensor( LSM303DLHC ) by communication with BLENanov2...