Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
Hi
In nRFgo Studio there is an option to read the entire memory of a chip. In my case nRF24Le1 to a .mhex file.
The first lines of the .mhex file says:
Infopage:
Identifier...
I try to create a beacon which can receive dynamic UUID through UART and advertise with the received UUID.
Now I am working on the sample ble_app_uart, to replace the existed...
Hi,I have need to set TIMER2 interrupt at high priority because I need a interrupt at 0.5ms.
This interrupt must comes while Softdevice is enable and my device(nrf51822 beacon...
I've a query regarding the assert message that I see in the application.map file, when I use GNU Toolchain for building the application firmware for NRF51 SOC.
Environment...
Hello,
We avoid MITM attacks by using a static passkey. Does it mean that the attacker can decrypt the connection if attacker get the passkey? What I transfer or receive...
Keil uV5, nRF51822, TWI hardware version
I'm trying to use twi_hw_master.c and I have made one simple change to define the CLOCK and DATA pins to 1U and 2U for my target...
From reading the product specification and the reference manual, it appears that there is no accessable DMA controller. and since there is no EASY DMA for uart, how would...
Hi,
I'm trying to transition my application from SDK 7.2.0 to SDK_9.0.0 and am having some issues when including nrf_delay.h compiling with gcc:
Nordic/nRF51_SDK_9.0...
I have another problem ,when i debug s130 demo by jtag,set free run,the software running OK
,but when i set a breakpoint or stop running,then free run again,the software...
I run a laptop which previously ran this fine on Windows 7 x64. I now run Windows 10 x64.
I cleaned out j-link, nrfgo studio, libusb etc and reinstalled nRFgo Studio again...
I know that it is possible to make 4 PWM outputs, but I need to generate 5. I will be using SoftDevice 110 and BLE. Is there any possible way to generate a 5th PWM output...
Hi,
I need to interface a LED driver (PCA9632) using TWI.
In the TWI APIs I can't see any way to pass the slave address to the TWI instance. Speaking about the nrf_drv_twi_init...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hi, I have an nRF8001 on a Red Bear Lab BLE shield mounted on an Arduino Uno. I'm using BLE to trigger the execution of potentially long running (well, a few seconds anyway...