I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
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...
As I can see, I flashed Zephyr to Carbon 96 board, I don't fully understand the process,
I mean, I see .bin and .elf files but i don't see boot.img file, how do i make a...
The nRF52832 datasheet refers to a transmission of multiple packets in Figure 37. I have attempted to load multiple packets to the radio FIFO using nrf_esb_write_payload(...
Hi All,
I have developed an application on the RedBear BLE Nano2, and am trying to port it accross to a custom nRF52 board.
The Hex that the Arduino IDE outputs does...
I have an application which requires protection from passive eavesdropping, but not man in the middle attacks. I want to enforce the use of diffie hellman key exchange.
...
Hello
i am using Nrf52840 with sdk 132 and version 12.2
i am using the Heart Rate example as template.now i am just testing.
Before making connection,i like to Advertise...
I have a sensor which has output in the range of 0-5V. I want to connect it to an nrf51822 GPIO pin and to be able to read the value via it's 10 bit ADC. Is there any guide...
hello, there my application is like that...
(1) calculate size of receive buffer. than read that size of data.
again new data comes, then again calculate that size of...
Issue: With my external antenna design, I get lower dbm than PCB antenna (nRF51DK) with same distance.
My external antenna design: -70dbm
nRF51DK: -40dbm
In this...
Today when I started power profiler kit, it suddenly started to show peak values like 80 mA. This has not happened before, but the values with the same hardware have been...
In the data sheet of the NRF51 and 52 there is mention that sensitivity of NRF51 is -96 dBm and NRF52 -98.
But I read some where that when RSSI is -90 then that signal...
We are working on a dynamic radio power change for a proprietary RF protocol, and we are missing some granularity on the NRF_RADIO->POWER levels.
Typically we would need...
I am wondering what is the logic and magic behind using sdk API's to advertise vendor specific 128-bit service UUIDs. In the "Nordic UART Service" example (nus, SDK12.2.0...
Hello all!
We are designing our first projects with NRF52832 and the DC-DC decoupling capacitor on DEC4 pin used in reference design is:
1uF 0603 X7R 16 Volts
Our...
Hi
Now I'm using sdkv12.2 and S132 on nRF52832. All the examples in the SDK put the device name in the advertising data packet. However, for our applicaiton, we need to...