Hi,
I believe the default application on Thingy91x uses LTE-m to connect, which is working fine. How do we make it use only nB-IoT?
For Thingy91, there is a guide
Getting...
I am using 2 nRF528400DK boards. Each board has a unique BLE Mesh sample loaded. The samples were made by modifying the default mesh sample provided by zephyr. One sample...
Hello
I'm using the settings partition to store user configuration data. I know that the BLE stack also uses it — particularly for storing bonding information — but I don...
Hello.
I have a setup in which two nrf52840_dk boards are communicating through BLE. I'm using Zephyr 4.1.99.
Under heavy traffic. the board which holds the 'central'...
How do I map the build codes noted in the Rev Errata to the stamps on our ICs? I have two versions with QFAAAB and QFAABB stamped on them but the documentation says QFAA-B00...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
hi i have a question
i ues ncs 2.9.0
This is the code that displays my Bluetooth connection
——————————————————————————————————————————————————
struct bt_data ad[]...
I tested sdk16.0 with secure uart debug example, that DFU needs to enter bootloader twice(press button4 and reset twice), first time to update setting file, second time to...
Hello,
I am developing using nrf51822 and J-Link.
In the Keil4 version, the RTT viewer worked fine, and only the project was migrated to the keil5 version,
but the RTT...
I'm using PCA10040 to test nRF52832.
But I can't see J-link device after connecting USB.
I installed J-link(segger), nRFgo studio, nrf command. But I can't see my PCA10040...
Hello, we are using the ble_app_uart example code, and are trying to modify it so that if a certain UART sequence is received from the connected microcontroller, it will disconnect...
Hi
I'm working on a project interfacing the nRF52840 board with the lis2dh12 accelerometer
I'm using SDK 15.3, basing my code on the provided driver and information...
Hello!
Now I have two devices about nrf52832 .One is central and another is peripheral. So I want to transfer the peripheral mac address to the central via nfc.
I do...
This is the config fun followed。
one sample every 125ns,one ant get 12us =96 samples.
and first 2+32 samples is ignored。
*******************************************...
I've already tried to set some zephyr configs, but n51822 to run as peripheral it nedds at least ~20KB
Have anyone got success or all the nrf51822 QFAA H2 will really never...
development environment: SDK 14.2 , NRF52840 as central and NRF52832 as periph for Bonding: Passkey Entry, Central displays, and the error occur on nrf52840.
I want to know...
Hi all! I am currently using an nrf52840, mesh sdk v3.20 and sdk v15.30
I have the following scenario which I am trying to solve:
I am receiving a new GAP name for each...
In an earlier thread ,
[quote userid="17188" url="~/f/nordic-q-a/33649/j-link-the-firmware-of-the-connected-j-link-does-not-support-the-following-memory-access-read-0x02000004...
I'm using the nus_c service with multiple central connections. Obviously, I need the connection handle in my event handler - ble_nus_c_evt_handler(ble_nus_c_t* p_ble_nus_c...
Our product use two NRF24L01+. One is for transmitting and another is for receiving. They communicate by 250Kbit/s. It is pre-production.
Now, we want use nrf52810 to instead...
I just trying log via Segger RTT viewer, followed the the same procedure as that of serial_lte_modem sample in my new project and could not see logs showing in the viewer...
I am working with nRF52 DK, SES4.30 and SDK 15.3 with SD 132.
This error just started occurring once I set up app_timers. My code for setting up my timers is below:
...