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,
to be able to send more advertising data, i want to cyclical switch between different advertising packages. This already works so far.
Do i need to include the AD...
Hi there,
I am assessing the possibility of replacing a low-power MCU in one of our products with an nRF device.
Currently, our low-power MCU spends most of its time in...
Hi, all. I am trying to add a GPS module to the nRF52840 DK, just like what is done at this post. https://devzone.nordicsemi.com/b/blog/posts/nrf52840-long-range-demo
But...
Hello,
I want to write multiple words using the usb keyboard. I am working with usbd_hid_composite example on SDK_15.0.0_a53641a. I am able to write just a letter using...
i.e. it would be similar in type to the nRF24L01 radio code, but obviously different since it's part of the vastly different nRF52.
Any examples to draw upon?
Unable to get logging information for SAADC example project in SDK versions 15.0.0, and 15.1.0.
I have no problems accessing the logs for the ble_uart_app example project...
I want to do power profiling in my nrf nrf51822 devices. Nordic don't have any online tool to calculate current consumption for the nRF51 series. So how to calculate current...
Hello, We are using nRF51822, SDK12.3.0 and softdevice S130. It is a multiprotocol application using the softdevices' timeslot feature: Our protocol running in timeslots concurrent...
Greetings,
We are currently certifying a device to be compliant with FCC & IC rules in the US & Canada. The upper band edge measurement is failing on advertising channel...
Dear Support,
We are in pre-certification phase with our product using nRF52840.
For RF testing purposes, our testing house asked us to provide the following, and I am...
Dear Nordic,
I configure a GPIO pin to PWM output, from this diagram, if we enable `PIN[0].CNF.INPUT`, we can read GPIO status while the PWM is running. But I check the...
Hi
Am I alone in my judgement that some of the Nordic Example code is a good example of how NOT to code? These examples should demonstrate the perfect way to utilise a given...
I want to develop a custom Firmware for the Thingy:52.
I am using a Segger Edu J-link Debugger and the Thingy:52 PCA20020 Version 1.0.0. As an IDE i am using 64bit Segger...
Hi
We met the problem is that clock low time period is out of spec, we got the value from oscilloscope is 1.24us@pull up resistor 10K/7.15k when clock speed=400kHz. The...
Hi,
I'm using nRF52832 with SDK 15.0.0 base on ble_app_uart example. But I meet a very strange problem. The project couldn't run after I program, no matter I use IAR or...