Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...