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?
In SDK 15 the bootloader DFU enter check in nrf_bootloader.c has the following code:
if (NRF_BL_DFU_ENTER_METHOD_GPREGRET && (nrf_power_gpregret_get() & BOOTLOADER_DFU_START...
Hello,
We are working with Low Energy sensors that are programmed to make a periodic ADVs to our scanners/apps/Raspberries, in order to start a service if required. So the...
Hi,
I am using cli and made my own command like bellow, as you see i have a command with 3 sub commands. But i think my idea is primitive because if i have 1000 sub command...
I am starting building industrial-grade system which contains several nodes connected via wireless channel.
As a wireless protocol I decided to use BLE 5 due to long ranges...
I am trying to program mpu_simple https://github.com/Martinsbl/nrf5-mpu-examples with Segger, and I get to connect sensor MPU6050 to my board but I do not receive datas of...
Hello. I followed all the steps provided in the readme document. After dragging and dropping the hex file to the j link, the led 1 starts to blink, indicating that the board...
With an nRF52, is it possible to wait longer to measure the RSSI on a channel? I'd like to measure the RSSI over 1msec or so, rather than a tiny 8us (typical) snapshot.
Hi,
This is my first time to use Nordic product and I have used nRF52832 based SDK 12.0 and SoftDevice132 v2.0 about 2 months. And the IDE used for devlopment is KEIL MDK...
Hi
Im using the DFU secure example (examples\dfu\bootloader_secure\pca10028)
Im working on a NRF51822-QFAA ,S130 SDK12.3 , Im not sure about my IROM/IRAM definitions,...
Hi Nordic Team, One of our customer wants to integrate communication via Thread BLE on his IoT-Gateway. We found your nRF52840 Dongle. Does this dongle have any certifications...
Hi,
I am planning on using nrf52832 for a beacon application. I happen to get a schematic and layout from Nordic website for development.
I am attaching the schematic...
Hi, I am trying to interface MPU^)%) sensor with NRF52832. with help of BLE UART. i will get the resultant data on BLE APP. but here i got some error is this the linking error...
Hi,
we want to made the device which should working in the mesh network without provisiong procedure by user.
Typical application - network with 500 nodes, every node...
Hi, I am using nordic nrf52832 module with BLE mesh SDK V2.2.0 I want to do DFU for application + softdevice without any serial connection through mobile app between BLE mesh...