Dear Staff,
we bought some nRF52840 usb dongle .
Could you please:
provide a link/reference in order to send BLE packets in particular:
Eddystone packets in advertising...
I’m using the Zephyr nordic,npm1300-charger driver on an nRF52840 to control the nPM1300 PMIC charger. At runtime I need to be able to turn charging on and off—on command...
I have a greenfield project that I am currently working on and I am trying to work out the best approach to limiting access/features via Bluetooth.
In the past we have used...
Hello dear Nordic support staff,
I'm working on some legacy code (NCS 1.8.0 in case it's relevant) and see this in the inclusion list of one of the files:
Functions...
Hey there!
I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting...
Hi Teams
I am designing a product using the 9151 SIP. According to the specifications, the operating voltage ranges from 3 to 5V. From the hardware design guide, I learned...
I am developing an server app on zephyr stack which requires to flash the image without SMP protocol, I receives the image data over BLE , how can I use Image management API...
we have a custom board with nRF9160, when using GNSS we configured it to periodic mode with 120 second interval, most time it works fine but every once in a while (like every...
hello Nordic
i am working with nrf52840 running ncs v2.8.0
this device connects with a central, via BLE, the central running on linux.
i am working with smp (simple...
We have an nRF52840 device that is required to do continuous BLE scanning in central role to find nearby advertising beacons and is never required to establish a connection...
I am analyzing the power consumption of a custom board with an nRF52833 BLE SOC and nRF21540 FEM for different BLE parameters. In one of my experiments I vary the amounts...
Dear Staff,
we bought some nRF52840 usb dongle .
Could you please:
provide a link/reference in order to send BLE packets in particular:
Eddystone packets in advertising...
Hello,
A quick question about using an nrf9160 (+ sdk 2.5 - modem 1.3.5)
When I activate the following parameters: # LTE-M (LTE-CatM1) CONFIG_LTE_LINK_CONTROL=y CONFIG_LTE_NETWORK_MODE_LTE_M_GPS...
Hello!
I need to use download_client to get files from an HTTPS server. I'm stuck in the implementation process - I'm lost when it comes to TLS etc. I tried to extract some...
Hi,
I'm developing my app on nRF52840, NCS2.7.0 on VS Code 1.100.0.
My application needs to save settings data (4 x int32_t ) to external the NOR Flash (mx25r64) in `settings_storage...
Hi,
I am analyzing the issue that the BLE module can maintain a relatively short connection distance. Besides the transmission power and frequency offset, I also take...
nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...
nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
Hello, I have an application developed with the nRF9161 DK board, which essentially consists of a GPS tracker that acquires a position every x time and sends that same position...
Hey,
I have been using the FOTA download client library with bg95 module for HTTP dfu for a while and works perfectly fine.
Now that I have added a few additions to my...