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-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
I compile a .bin file for DFU. The bin file is 62020 bytes. I create the zip file for DFU, it is 62909 bytes.
If I extract the zip file, I get the bin file (62020 bytes...
We are currently designing a prototype board for our product using the nRF52832. We need to calculate the transmission line with on a 4 layer PCB. The stack-up looks like...
I am trying to use your swift iOSDFULibrary cocoapod. What I am doing is the following. I have a library written in swift. That library is where I have your iOSDFULibrary...
As Bootloader IROM starting address 0x78000 and size 0x6000 is same in SDK 13.0 and 12.2.0 expecting to update Device firmware (BL+SD+APP) from 12.2.0 to 13.0.0 SDK.But in...
I use SDK9 nRF51.
I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted.
Why I can't to delete bounded devices...
Hi,
I would like to know which is the difference between using a Softdevice or not.
Looking at the blinky example, the two versions are provided. The "main.c" file is...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...
I am trying to add the example in examples\peripheral\pwm_library to another project to get pwm working. In the other project I have included all necessary stuff but I get...
Hi guys. I am struggling to get buttonless DFU to work in my owm application. I am using SDK12.2 with gcc on a pca10040 board with S132.
I have successfully followed this...
hello,i am using nrf52 dk, & am working on bluetooth uart & looking for data is send from mobile to nrf52 dk board. i am having examples of data is sending from board to mobile...
Hello, I am using nrf52DK and programming it using keil 5 trail version. It has memory limitation, if the code exceeds the size it shows error. Can you please suggest me any...
It is very inconvenient to modify the makefile and the project explorer at the same time each time I add a new module(~.c) in the eclipse.
So I want to use eclipse managed...
Hate to ask this question here, and I have seen the other threads , but I am hoping to buy a small quantity of nRF52840-QIAA engineering samples (just the chip - not the PDK...
I've been using the nRF connect app to evaluate and test custom services that I'm building on the nRF52832 (Raytech module). Everything has been working great and the manufacturer...