NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
I want to use the RTC Tick Event as my system tick. But on both the RTC0 and RTC1 my programm freezes after about 8min.
It looks like the Tick interrupt is still served...
Hi,
We are currently at the process of manufacturing prototype boards, the manufacture cannot do pitch size under 0.25mm. They kept telling us that the chip's BGAs exceed...
Hi, I got a nrf51822 board and a st link v2 mini as shown below. I have been trying to connect the nrf51822 board so that i can upload code to the board by following this...
Hello folks,
I'm newbie on NRF, I have NRF51422 with Keil IDE and I want to create a mesh network on that kit which will continuously broadcast the data of sensors to the...
I am beginner to nrf51 i would like to increase my expertise on nrf51. Are there any recommended books/ tutorials/ weblinks whcih could help me to gain a better understanding...
Hi there,
We have designed our circuit board with the nRF52832 chip. One of the GPIOs is used to monitor a 12V power supply. We use a voltage divider on the 12V so the...
Hi.
I want to ask Nordic employees about the Queued Writes module. Tell me please, is this module required for all applications? If it is not required, then why in all examples...
Hello, i did the DFU quick start guide and everything work fine however when i try to send a ZIP file (124KB) with my own code the receiver show "Abort event. Reason: 0xD...
Hello ,
This nRF9E5 wake up function is driving me slowly nuts...
How to distinguish whether the wake up is coming from RTC or from GPIO.
I have tried to read the wakeup...
Hi
I'm working on a password pairing project. You must enter the correct password to connect properly. And This function can be normally implemented between mobile phone...
Hi . I am using Ublox NINA-B301 EVK for BLE developement. I am not using JLINK debugger . As this EVK is OPEN CPU I want to program the module with available examples in Linux...
Hi, We are in the process of migrating our SDK version from 13 to 15.2 and the error we were facing after porting of SDK is that , we were not able to track the BLE events...
Hi.I use SDK12.2.I want to blink the RGB LED.so I use pwm.this is my code but it only bule color light on.does anyone know why?
#include <stdio.h> #include <string.h>...
Hi Nordic:
I got a strange result, I compile a example of Mesh-sdk-2.2, such as proxy_client, then I copy proxy_client to another folder such as proxy_client_b and compile...