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...
I am trying to light-switch test different features in my app to see if I can save some memory, and I found that the examples\peripheral\cli example won't compile if I turn...
The bluetooth of android APP is easy to disconnect (we make smart door lock products); The product is delivered to the customer. It is easy to disconnect and not connect with...
Hello,
I learnt about some resource pre-allocation in the datasheet, e.g. ppi, or API documentation, e.g. app_timer rtc1. I see the SDK drivers are trying to take care some...
SDK16, S112, 52810. I have DCDC set up and external 32.768 crystal oscillator on my board.
Here is my code part:
main()
nrf_power_dcdcen_set(true); nrf_delay_ms(100...
Dear ,
Follow the previous ticket, https://devzone.nordicsemi.com/f/nordic-q-a/59034/agps_thingy91
I am trying to use asset_tracker : https://github.com/NordicPlayground...
I am writing an application on a BLE chip that will transmit high volumes of data to an Android phone (520,000 bytes / second signal).
According to some tests I've seen...
my board uses 51822. I am using 52DK to debug it. I have plugged my board with 52DK as following:
RX -> p0.08
TX -> p0.06
My question is, when I init UART in code...
Device: nrf9160 (dk and custom board)
sample application : MQTT simple
segger studio (nordic version): V4.42a
There are 2 main issues:
1) in the main.c file, Segger...
Last time I used it, it worked fine, it's been sitting in a drawer for some time since then.
When I tried to use it now, i get this error - even though I can read the...
Hi team Nordic,
Looking in the nrf53 datasheet, it seems like the PDM clocks are the same (peripheral) as the nrf52, is this correct?
You usually wanna run the newer high...
Hello,
I am using an nRF52840 on a custom board, and I want to add the workaround for Errata [87] Unexpected wake from System ON Idle when using FPU . However, the the...
Hi,
I´m trying to flash a custom board with nrf52833 chip with the nrf82833 DK.
How can i make sure, that tha DK board will program the custom board? Currently it...
Why isn't this working?
The MPU_RESET_PIN is set to : NRF_GPIO_PIN_MAP( 0 , 20 )
I can not seem to be able to alter the state of the PIN. Whenever I read the PIN its...