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...
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, i am implimenting ir with nrf24le1 but after adding the transmit.h,transmit.c nordiac_common.h and lib_ir_common.h the code is compiled successfully but it shows this...
Before(SDK11), I enabled uart and used printf function to print out log message to UART.
But, in SDK12 I can not see printf message. But, app_uart_put is working.
Where...
Hi
I've to provide support to an old project created with SDK 6, under GCC and Eclipse platforms. I've never had problems when creating the HEX file to be used on DFU service...
Just want to check if NRF52832 or NRF52840 can communication with iPhone 7 as instead of W1, which can transfer the data and audio from iPhone to earphone base on NRF52832...
While creating my own service I used ble_app_blinky as an example, once I opened ble_lbs.c file I saw it contains the service's declaration inside the macro:
#if NRF_MODULE_ENABLED...
I'm using nRF52 + SDK11.0.0 + s132. I have an SPI slave configured. I have 40B data being read by a master every 12ms at 1MHz SPI clock. The master is trigger to do the read...
HEY
I am using my nrf 51 dk too program the nrf51822 board externally. How I can identify the board in keil, only the 51 dk is shown in the debug settings. How i can select...
I would like to see output from NRF_LOG_DEBUG in the Rtt Viewer, to achieve that I changed (in sdk_config.h)
#define COMMON_CONFIG_LOG_LEVEL 4
#define NRF_LOG_BACKEND_SERIAL_USES_RTT...
Hi all!
These days I've developed a custom SAADC + UART program to fulfil my needs using the SAADC example in the SDK 11. I've tested it and all is working really fine...
I have 1 dongle and 2 NRF52DKs attached to my computer at the same time, when I am trying to use Keil to program just 1 board it seems like attempts to access all 3 my boards...
NFC examaples in SDK 12.2 and 13.0.0-1.alpha on nRF52832 (board PCA10040) may not work if HAL_NFC_FIELD_TIMER_PERIOD is set to a value higher than 255. HAL_NFC_FIELD_TIMER_PERIOD...
To my very limited knowledge, it has something to do with an "attribute table" of some sort. So you will have an init function, where you get to write all your attributes...
I use active scanning ,the observer will send a scan request when it hears and advertiser, and will listen for a scan response.I only see the scan event,but sent request and...
hello in nrf51 sdk, nordic has already ported freertos.
but if i want to port myself. can anyone tell me how to do it??
first i downloaded freertos from website. but then...