Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hello, I now is in a problem.My equipment set up matching binding but after binding equipment connection will connection failure.If it is not binding, it can be the connection...
Hi
We have developed the product where we are using the nrf51822 chip. Because we are using custom made PCB we have to make tunning of antenna for a long range of BLE module...
Hi All,
I am working on nrf52840 pdk, where i can see that my OLED SPI 128x32 display isn't displaying properly and displaying only garbage value.
Although the same...
I'm starting a new project using Nordic's nRF52840, I have the Preview-DK. My development environment is a MacBook Pro Running Parallels running windows 10. I have downloaded...
Hi, All!
I'm using nRF51822 to support custom protocol, and define array "packet[40]" for PACKETPTR. when "packet" is constant value, the radio tx is very stable; but when...
I'm having trouble with my UWP Central/Client application, and I want to see how it responds to modified Peripheral/Server behavior.
How my large (several kB) reads are...
HI,
I saw in a recommended layout for NRF52, that the traces goes as follow:
the side that closed to NRF passes through load capacitor and then goes to the connected...
Dear Nordic Team,
Thanks for supporting.
I am try to implement static passkey in experimental_ble_app_blinky example. After include Peer manager facing below error....
Hi everyone,
I am using nRF52832 chip and trying to use BLE on that. I flashed SoftDevice. When I flash the "ble_app_uart" example, error code 0x3001 occurs. the function...
I am using jlink to program the custom board. I was able to program the board earlier, but now this error is comming. I have rechecked the connection and it is fine.
The...
Hello all,
I am in the design stage of custom board for Automotive application using nrf51824. i have the below queries,
In the below link there are two reference...
If the DCDC is enabled in the nRF52832 and during operation one or both the external inductors is damaged what is the effect on the device? Will the power sub-system compensate...
Hi,
I can send and receive commands from nRF51 Dongle to nRF51822 via using nRF Connect UART over BLE Service.
My question is : Is there another way to reach nRF51 Dongle...