I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hello everyone,
I am trying to implement the OPTIGA Trust M from Infineon with the nrf9160. Unfortunately I encountered some problems regarding this topic.
I am trying...
Hi,
I'm working with the nrf52840, and I've had success with spi communication in the past. However, I want to switch to spim and am unsure how to do so. Can you provide...
Hey, Having some trouble getting the callbacks to invoke with the generic library on zephyr 1.7.1 to my understanding once it gets the data it should call it. have i misunderstood...
It is a very basic question.
For SOC firmware development with Segger and SDK, which layers of BLE are codes covering? Are Host and controller layers transparent to developers...
Hello,
Due to a routing error, the VBUS pin of the nRF52840 is connected to the GND.
The software works on the devkit but not on my prototype.
From what I saw in...
Hi!
Where master and slave is connecting, and then master is shutdown or move far away.Slave is wait for timeout.But the current of average slave e electric current
...
For my project I need to set the UART0 speed to 9600 baud.
So for testing I tried to compile the "Hello word" example by setting the board configuration file (ncs\v1.6.1...
CONFIGURACION:
NRF52 + SDK15 + SD132 + FREERTOS + NUS.
I have a task sending many packages to a central. I'm having an aboslutly aleatory behaviour: - At some time (could...
I’m checking the transaction of the data between iPhone and a Bluetooth device.
The device is developed by a business partner, but I’m not concerned the FW. I think we have...
Hi,
I am using nRf SDK5 and have a sensor that I am trying to extract the Eddystone UID data from the advertising packet. It shows up in nRfconnect as:
Eddystone UID...
I installed the nrf connect 3.91 with programmer v2.0.1 and J-Link driver v6.88a. However, when I cant seem to see the dev kit on my windows 10. I tried holding the reset...
Hi everyone,
I want to use the RTC module in my code, and I have some questions.
1. What I have understood so far is that the nRF52840 has three RTCs (RTC0, RTC1, RTC2...
Hello,
When using eDRX alone and without DATA (eDRX=81,92 sec, no PSM, no data transmittion,iDRX PDCCH = 1), it's showing an average current of 17,84 uA. This value is similar...
Hi Support team,
I have downloaded nRF5 SDK and found that there is a sample for serial via UART but however the samples ( <SDK Folder>\examples\peripheral\uart) is available...