Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hello,
I have an existing customer who has products based upon the nRF24L01+.
He would like to upgrade to the newer nRF52x series but is concerned about backwards compatibility...
Dear Nordic
I found a example using nrfx_twim_rx() to scan slaves, I was just wondering if I can use nrfx_twim_tx() to scan slave devices by send zero byte data? I use nrfx_twim_tx...
Hi,
In the BR Bluetooth (not BLE) there is a profile called OPP (object push profile) that enbled sending text messages to mobile phone with out the need to install any...
Please check the file attached in the attachment section. I am trying to compare NRF52 series chip. Please correct me if I am wrong and please add the missing values of NRF52810...
I see in the SDK that PB-remote is experimental.
"Provisioning over Mesh (PB-remote) (experimental)"
We are working on a very large project and are in the process of choosing...
I try to load my nRF52 with app via ble from windows 10 laptop.
nRF52 dev kit is loaded with the Softdevice and Bootloader from nRF5_SDK_12.1.0\examples\dfu\ble_dfu_send_hex...
I have an external 32MHZ crystal on my custom board.I want to configure it to 32 MHZ external crystal to operate the chip. i changed the some register configuration in software...
all works fine with iphone that mean data stored, bond 's information that has been persisted during DFU processing.everything works with iphone. but when the device that...
Dear Nordic Team,
Thanks for supporting.
Now i want support for single channel(Ch 37) advertise , please support anyone. I am using ble_app_uart example.
My SDK : SDK12...
I'm running some stress tests on a nRF52832-based product, with the following setup:
- SDK 12.0.0
- SD 3.1.0
- Compatibility modes 1 and 2 enabled.
The device exposes...
hi ,
1. How do I migrate the codec OPUS part of SR3 ? I want to use it for audio. But migration always fails. Any migration examples?
2. How effective is ANR work? Are...
I use blinky_freertos demo on nrf52832,
now I want to disable FPU,
but when I disable FPU in Keil MDK option->Target Floating Point Hardware Not Used,
there is an error...