hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
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...
I'm using the nRF52. I started off with SDK11.0.0 and noticed that SDK12.0.0 is available. It seems that the GPIOTE IRQ priority has gone from 2 to 6. Any reason for this...
Not a question, reporting a typo. InfoCenter "nRF52832.Product Specification.RADIO.Packet configuration" about the sixth paragraph "The S0INCL field in PCNF0 determines if...
Hello,
When I use the .hex of the tutorial, works ok. But when I compile the tutorial works Ok until when it suppost to sleep (after the timeout time), then gives an error...
I'm working on my owm dfu service and until recently I used pstorage_raw for handling memory. Now as I wanted to implement bonding, I added the peer manager, because I'm not...
What are the expected wait states when reading data from RAM and FLASH on the nRF52? This is stuff on the DCODE bus.
What I'm seeing whilst profiling is a load instruction...
Hello,
I had this compiler error issue .
I know this dirty laundry shall be cleaned by Keil and Microsoft Windows. But you still can help if you add to your SDK project...
I have clone nRF51 mesh project(nRF51-ble-bcast-mesh-master.zip), and I can find BLE_gateway sample project in the zip file, but I can't find a led_mesh project. Does anybody...
In SDK 11, there was an immensely useful function known as NRF_LOG_PRINTF. in SDK 12, this seems to have been replaced by NRF_LOG_DEBUG, NRF_LOG_INFO, NRF_LOG_ERROR. However...
pin 2 is for turning on and off at sepecified time...
pin 3 is for turning on the light whrn button is pressed and turned off automatically as time decided in the program...
I have been debugging this problem for a few days and have exhausted all of my options. I am relatively new to embedded development so user error is not out of the question...
Hi,
I need to load ble code to mrf51422. I read on the forum that I can do it using nrf51 dk but did not get the steps. Couod someone give me detailed description about...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello to everyone!
I'm digging documentation of SDK. and I meet a lot of doxygen things like this
/**@brief Macro for configuring a pin to use a GPIO IN or PORT EVENT...
Hello Everyone,
I want to program the BMD-300 with the nRF52 Preview Development Kit.
I have connected:
BMD-300 -> nRF52-DK
SWDIO -> SH_SWDIO (pin #4) on P20
...
Sorry for probably stupid question..
All the time in SDK we set need bits through the mask, for example
NRF_GPIOTE->CONFIG[idx] |= (pin << GPIOTE_CONFIG_PSEL_Pos) &...