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...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello together, I am trying to work with the SEGGER software and would like to test it with a Sample from the nRF Connect SDK.
I've installed it over the Toolchain application...
Hi, I want to transfer 900KB file from mobile to NRF52.
I am using nRF5_SDK_15.3.0_59ac345. - Can you guide me for that? - How BLE receives a bin file from DFU via the NRF...
Hello, Following is my development environment IDE: Segger SDK: 16 SoftDevice: S132 Right now, we are trying to merge the following two examples. - examples/peripheral/nrf5...
I'm looking for a simple demonstration application that can run on the nRF52 Dev board and communicate with the default Thingy52 firmware. My plan is to get this working on...
I'm trying to read the Device Name from address 0x21 on a BQ40Z80 fuel gauge, using my nRF9160 chip, connected via SMBus.
When polling the address space, I nicely get an...
I'm using Ubuntu 20.04, SES 4.52c, SDK 16 nRF52840 DK board.
I'm going to need to use the PWM driver to supply clock pulses to an I2S microphone and the I2S peripheral running...
Hello all, I've run into a weird problem that hopefully someone has a clue. My environment: - PCA10040A, nRF52832 - sdk 17.0 - softdevice s132_nrf52_7.0.1_softdevice.hex ...
Hi:
I have a set of 2x Thingy:91 and 2x Thingy:52
I want to make a setup where the devises work in line over a longer distance. T91-T52-T52-T91 is that possible all working...
I want to run the realtime counter RTC2 with softdevice S132 WITHOUT an interrupt handler. I have no purpose for an RTC2 interrupt handler in my code, as I simply want to...
Hello,
i have issues getting the new softdevice into my product.
nRF52832 with 512kB Flash and 64kB RAM.
Currently i use s132_v6.1.0, a bootloader and an application...
Hello, I am developing an application with nRF52 DK. softdevice 112 and SDK V15.2.0. This is a "continuation" from my previous ticket ( https://devzone.nordicsemi.com/f/nordic...
Hi Devzone:
I am having trouble finding the right information to get ozone to run on Nordic nRF52833 with my own project. I followed in instruction here: https://wiki.segger...
Good afternoon everyone, I am facing problems using libuarte example (SDK 17 and NRF52 DK. Using SES and S132, PCA 10040) It works well with puTTY or other software, but I...