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...
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 all, I have an nRF52832 which is woken up every 15 seconds by an RTC to check for ESB broadcasts. The nRF52 will be powered continuously until the battery runs out, so...
I want to use AES ECB block present on nrf51 and nrf52 boards for resolvable private address (RPA) generation.
Are there any measurements about how much battery the...
I have an iot/coap environment setup and i want to read input voltage connected to p0.01.I can read the input in terms of resolution(0-1023).I can convert this values to voltage...
I have a project where I need both TWI instances as well as an SPI instance to be used with sdcard and fatfs libraries. When I try to compile I get the error: SPI1_TWI1_IRQHandler...
hi,everyone,I want to ask who know why sdk11.0 ble_ancs push message without push App Identifier?I look at the print, push the news started with tittle ,and the "p_attr -...
Hi!
I'm trying to use a custom made whitelist with my scanning device, but no data is arriving.
Is there something I need to do at the advertising devices? Here is the...
Hi, I have a custom board based around the nRF51822 which I programmed via SWD with the ble_app_hrs_pca10028_s130.hex image provided in the SDK, however when checking with...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
Hello everbody,
I made some current measurements with mit DK nRF52 and the nRF52832 Chip.
Everythings works fine, but I always get "peaks", as you can see on the Picture...
I am using nRF52 pca10400 and I would sample some audio signal for short periods of time, but I found a lot of difficulties with the SAADC example from sdk 13, since if I...
Hi,
I want to collect sensor-data, save it to flash and access it later.
I´m not quite familiar with ways to save data and get a little bit confused by the fds library...
Hi,
We are currently facing this issue, where after a DFU application firmware update (or bootloader update) the bonding information gets wiped out.
We are using a custom...
Hi,
I'm trying to control LSM6DS3 by TWI communication.
Slave address of the chip is 0xD4 when SDO/SA0 pin is low.
I'm using SDK13.0.0.
My code is like below.
...
I will test the receiver blocking of ETSI with the nRF51822 module
(EN300328 V2.1.1 2016-11 5.4.11 Receiver Blocking).
However, please tell me the next items because I do...