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...
Hi,
the mesh profile spec 4.2.1, for the composition data page 0 states: "The size of the state shall not exceed the maximum useful access payload size". The maximum payload...
In SDK5, I found 2 examples : a server GATT in Central & a client GATT in Peripheral...
But in my case my device (nrf52840 board) needs to be :
a peripheral : slave...
Is it possible to send and receive data with the thingy91_at_client_2020-04-29_bc7ade8b?
I found, that this is not supported by AT commands, instead socket libraries for...
Hi everyone,
I have created a custom BLE service with a characteristic and I update the custom value after enabling notifications by calling the ble_cus_custom_value_update...
Hello,
I am integrating saadc example to ble_uart in order to receive analog input signals and send them via ble connection to android application. Low power consumption...
Dear Nordic Team,
We are working on connecting an I2C device to an nRF52840 Dongle . The code we are using is one we've been developing for a few weeks with an nRF52840...
Hi,
For BLE softdevice, I am wondering if it is possible to set connection supervision timeout to infinitive, which means the connection will never be considered lost? ...
Is the process of communication between QSPI and Ext. flash same for QSPI and PSRAM? If not, what could be the procedure?
And how can I communicate with 2 PSRAM using single...
Hello, I want to create a device, that can auto-connect to my phone and only my.
I thought to do it by filtering the MAC address.
But as far as I understand iPhone and...
Hi,
I was trying to find my way configure and SRAM which has QSPI interface. However some commands are different and cannot find how to modify and adapt the qspi module...
SDK 15.3.0 documentation says:
"Error codes are 32-bit unsigned integers with the most significant 16-bit reserved for identifying the module where the error occurred ....
Hi
I am currently trying to design my own custom board with just the nRF52833 SoC. I am using this for AoA and I/Q sampling. I had a few questions.
1. What is the...
A quick question. I've made an App based on the peripherals not required by the SoftDevice, in particular s112 states RTC0 and TIMER0 are used. I'm moving onto the Bluetooth...
I am able to run all samples from this folder /ncs/v1.2.0/zephyr/samples/ and see the output on the LTE Link Monitor.
However, when I try to run the GPS sample from /ncs...