Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Hi,
I use Multilink Central and Experimental_ble_app_blinky examples.
Multilink Central sends only 1 byte. I want to send more.
Blinky does not work when I change the...
Hi all,
is there a way to set a characteristics when a read command arrive from APP, or it's necessary to set it before to read?
I see for example battery service, it...
How do I get data from a scan response packet using master emulator?
I do know about
BtScanParameters scanParams = new BtScanParameters();
scanParams.ScanType = BtScanType...
Hi, Nordic
Now, I have one nRF24 Dongle, two nRF52 devices.
two nRF52 devices will send data to nRF24 via ESB(gzll), but need to pair.
Can two nRF52 devices can pair...
What is the most energy efficient microphone input method, PCM via I2S or PDM. Does the SoC have a special HW handling of the PDM format for converting to PCM? Does the filtering...
Hello,
I am developing custom HAL driver for TWIM in NRF52 (PCA10040). The problem is that after the slave device stretches the clock signal, ninth period on SCL clock is...
Hi, i use the original ble_app_template (sdk11) with two lines of code added by me (See below) which erase the last page in flash (flash_page_erase((uint32_t *)(pg_size *...
Can you tell me what is the main different between nRF52832 and nRF51822 and can you send me following information about these products and nRF51822 Bluetooth Smart Beacon...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...
Hi all,
Is it posible to set notify and read for one characteristic ?
I ask because Android offer me read or notify method.
I need read value from characteristic on Android...
Hi,
I am trying to implement dfu in one of my application, I am following the instructions detailed at this link , but I am meeting the following problem :
When I tried...
I am using the timeslot API and softdevice to advertise two separate types of message. This works well. But I have also used ble_radio_notification_evt_handler_t in an attempt...
I'm trying to remove the debugging UART statements to reduce power consumption, however, not initializing the UART seems to hang the system right after advertising start,...
Hi,
I am using Nordic SDK9.0.0 and softdevice S310.
I want to develop dual bootloader(UART + BLE).
I have problem after merge both bootloader. Induavidual example...