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...
Hi all,
in Central mode I would like to retrieve the list of all the devices present.
I have developped a litle USB dongle, and I need to list alls peripherals, but after...
Hello,
I am using hardware PWM on NRF52832 in order to drive a MOS. I found something unexpected with the rates. i understand the PWM rate is determined by the clock divider...
So I'm trying to merge the ble_app_uart example with a project of my own, using SDK 14.2.0, but keep getting errors with the ram.
At first, my own project's ram start was...
NRF_LOG_ERROR should be coded not NRF_LOG_DEBUG for error conditions.
Not only will the log calls not be compiled and not displayed if
NRF_LOG_DEFAULT_LEVEL is less than...
Dear Madam/Sir,
I'm measuring the nRF52840 DK current consumption with my custom ble_peripheral app and other example ble_peripheral apps, namely ble_app_proximity, ble_app_pwr_profiling...
Hello,
I'm using the nRF51422 uController and the SDK 11. I tranferd from Keil to Eclipse and followed the tutorial to do so. But now I got a Problem while flashing my...
Hello Nordic team
I am working on "ble_app_uart_pca10056_s140" SDK V-15.2. IDE: Segger Embedded Studio.
After compiling above project I am trying to download two files...
nrf52840
sdk 15.2
i am using termite for serial viewer. and problem is my code gets complied with no errors and when i open termite there is no data in termite. i checked...
As it is stated in documentation, RTS is active low. But a peripheral device we use expects it to be active high. Can this be changed in software somehow or it requires a...
Using NRF5 SDK 15.0.0 with nrf52832.
I'm curious about the intended use for the BUTTON_HIGH_ACCURACY_ENABLED flag in the button module. I have a project where the main loop...
Hello,
Can someone tell me what is the sampling rate of ADC of the nrf51422. I have read the product specification document and reference manual but I could not find the...
Hi,
Im migrating from SDK8 to SDK12
app_timer crashes
Debugging at app_error.c shows m_error_data to be :
softdevice, pc 0x000104AE, fault ID 0x00000001 error_info...
In this function :
/**@brief Function for handling events from the GATT library. */ void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt) { if...
Hi,
I am trying to send some data over bluetooth, using the nrf52840, and i am using the ble_app_uart example to send the data. I am not receiving any data, when i connect...