Hi
our last product is based on nRF5340 and now we start a new design based on nRF54H20, and its essential for our design, i checked alot but there is no datasheet, reference...
just passed Cellular IoT Fundamentals while I was waiting for my nrf9151dk to be delivered... Now that I have the DK I can't get the dk to be provisioned...
I couldn't get...
NCS currently has a nice feature where the firmware versions are printed in the boot banner:
Is there a config option to also enable printing the nRF91 modem firmware...
Dear all,
after cutting the SB bridge to the QSPI chip and close the ones to get the pin free and disabled also qspi inside the nRF52840dk_nrf52840.overlay file I'm unable...
Hey, I have a problem understanding BLE behavior
I had a product was running in BLE phy 1M, and I wanted to convert it into PHY CODED.
It just sniffs all the advertisement...
Dear all,
I stubled upon the following issue when developing a BLE sensor product. When I try to bt_gatt_notify(); With only one characteristic, there is not an issue...
I was looking into the sdk provided by nordic for nrd52840Dk board and want to test the zigbee protocol. I havn't find any sdk for that.
Can you share me some links and...
Hello!
We are trying to get low average current consumption on the nRF9160 DK without success.
The floor current between modem active time is ~60uA, which is fine. But...
We've recently been testing the accuracy of the GPS on our devices. My basic method has been to trigger on GPS_TRIG_DATA_READY/GPS_CHAN_NMEA, and at each trigger fetch both...
I would like to advertise some sensor data (temperature, humidity, pressure, co2, voc and other) by BLE advertising packet without any connection. I know, I can put it data...
How much ram is my application + Zephyr + modem firmware using and how much is available in the nRF9160? I'm unable to find a memory map and anyway that wouldn't include dynamic...
Can we alter the eddystone tlm (telemetry) packet to send custom data . [This is not following the standard packet structure].
But I wanted to know how to alter the given...
I need a product that will allow me to connect a PC to a Bluetooth device through its Bluetooth connection. I will need to be able to send data bytes from my PC across the...
Hi everyone,
I am a beginner with Nordic SDK. I followed the " Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got...
Hello,
The fds.c fds_register() has suspicious usage of atomic variables.
It is first checked if there is space in the m_cb_table, then m_cb_table is modified and only...
Hi, I am trying to add timer information to the sending packet. We created some space(manuf_data) to store data. However, the problem is we do not know how to put actual-time...
Quick Summary: - Devices used: nRF52832 (Central), nRF52840 (Peripheral)
Example based on : BLE Scanner
Hi Team,
In my current application, based on a BLE Scanner Example...
Hi,
I'm using the latest SDK v16. I got the following error when call peer_manager_init()
<debug> nrf_ble_lesc: Initialized nrf_crypto. <debug> nrf_ble_lesc: Initialized...
Is there a recommended way to inspect the state of the heap? I haven't found anything obvious yet. I'd mainly like to know the amount free, the largest block, and perhaps...
Hi,
I start developing with ble_app_template and DK
I combine uart spi twi into it
It can connect to my phone(nRF Connect APP)and work fine on DK
However when i use...
We want use Nordic chips as the transfer medium for our data frames in mesh-like network.
So we don't need ATT,GATT,GAP,SDP,SMP and all high-level things.
As I can see...