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...
Hi Guys,
I'm interested to get guideline on how could I customized the qspi example from nordic in terms of pins and command. I don't see any different between MX25R6435F...
The NRF_MODULE_ENABLED macro does not play well with Eclipse. I've tried enabling all Modules in the Symbols section of Eclipse but still it does not enable any module utlizing...
Hello all,
Anybody knows "EVENT_STARTED does not fire" issue will be fix or not?
I really do want to use the PPI function at Tacq=3us.
When can I get the counter measure...
Hi,
I am trying to use EasyDMA. Is it preferable to use with ...\peripheral\uart or ... \peripheral\serial. With ...\peripheral\uart there are lot of errors. I tried with...
In the code above I get an error that nrdx_gpiote_in_init() and nrfx_gpiote_in_event_enable() are undefined.
In CMSIS configuration wizard -> nRF_Drivers i've enabled...
Hello everyone, i work on nRF24L01 and i have 3 ardunio with 3 nRF24L01 and 3 IMU as transmitter and 1 ardunio with 1 nRF24L01 as reciever, i am trying to recieve data from...
I have migrated a project that uses Thread DFU from SDK for Thread and Zigbee 1.0.0 to 2.0.0.
I have successfully loaded the new MBR, bootloader, settings and program via...
Not sure where the problem is. Some of my boards, the microphone works fine, on others it doesn't. I am using a Knowles SPK0641HT4H-1 PDM microphone. I am using it as mono...
Hi,
I am experiencing an error of up to 8% on SAADC readings on the NRF52832. We have performed a sweep of the full range of the ADC and produced the following graph which...
Hi
My application requires that SPI CS is NOT TOGGLED within a transaction, only at either side
My Transaction consists of:
1 - Slave sets up buffer ready for Rx and...
we are entertaining the idea of using an nRF52840 with a Semtech SX1276 (or possibly SX1262) as a BLE/LoRa endpoint node. We believe this is doable but wanted to make sure...
Hello, I am using SDK15.2 on nrf52 DK with SD 6.1.0 and having an issue while sending back to back data using NUS service. I have edited the ble_app_uart application and trying...