Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...
Hi all,
First of all thanks for Nordic team for the excellent support. It is very useful for a beginner like me to get started on BLE development.
I am using the nRF51422...
The issue is that if a peripheral needs to enable interrupts (or anything else partly protected by the SoftDevice) and is configured before enabling the SoftDevice, the NVIC_...
Hi, I use nRF24LE1 configured for power down on register retention mode with RFRx active.
When the CPU is on power down i don't have any interrupt from RFIRQ.
Init configuration...
I downloaded the power consumption example code to a nRF51-DK to measure the current consumption during SYSTEM ON and SYSTEM OFF state.
For the SYSTEM ON state, I used...
On our custom board, we have a dedicated hardware reset IC which toggles the nRF51822's nRST line low in response to a magic button press. The nRST line has an external 100k...
Hi,
it's possible to decide if send a scan req to a peripheral device? I want to send a scan req only to the peripherals that have a specific adv packet...it's possible this...
So, I am working on a handful of nRF24L01 to test some ideas out with radio devices and read thru many example source codes, libraries and datasheets and now I am going a...
Hello everyone
I want to develop a prototype by using nrf51822 but the problem is i did not find information concerning the packages please i request you to provide the...
Hi,
I know it possible for a nrf24l01+ configured as RX to receive communication from several nrf24l01+ configured as TX. (because RX has 6pipes.) I tested and that works...
Hi,
Loaded SDK8 S110 softdevice and application to nRF51822(pca10001), then the application works well. When I want to reload the sofedevice by nRFGo, I get the error message...
Working on a remote monitoring system.
Ethernet solution is on the table now.
But it needs to have extra chipset on board to do so.
I haven't had a chance to look into...
Is there any way i can get UTC time?
Is there any real time clock which keeps track of the time even if the chip is off?
I am using nrf51822 and require the UTC time...
Hey everyone,
I'm having problems with my app's ram usage as you can see from my previous questions.
I've tried this little piece of code:
void memcheck(void){
...