When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am looking to check signal strength and would like to be able to do it as easily as possible.
The default asset_tracker sends messages which can be seen in the nrfcloud...
We have an application running on our devices that are using ble_nus to communicate with a base station.
The use case is approximately something like this:
On button presses...
Step1 : init a Client model in Provisoner:
Step2 :config this client:
Step3:set the pub address of this client & control the remote gen_onoff_Server model: but it...
Hi
I've found an issue with the serialization code for the function sd_ble_gap_device_name_get in the SDK 14.1.0. As far as I see the issue still exists in the SDK15.0.0...
Why did Nordic deprecate the -30dBm TX power setting on the nRF52832? The current TX power settings jump from -40dBm all the way up to -20dBm, Why the power jump of 100X?...
HI Nordic Team :
Our important customer uses nRF52832 to develop bluetooth key product . they want to know how long the 52832 enter IDLE mode by calling WFI instruction...
I am using nrf52832, SDK 15.2, Softdevice 6.1, Embedded Studio to program a custom PCB device. My aim is to eventually send data I have from a peripheral device (through SPI...
Hello Nordic Support,
I would like to know if I don't specify the CFLAG -mfloat-abi but have floating point calculations in my code for NRF52832 target, does the compiler...
Hi,
I use NRF52840 on a custom board. I am utilizing low-level SoftDevice flash API for accessing flash:
sd_flash_page_erase() and sd_flash_write().
I want to register...
What would happen if using the recently released Programmer app from nRF Connect v 2.6.1 for PC, you accidentally erase all de contain inside the Device Memory Layout window...
Hi
Can anyone please explain me as how to change the start address of flash (while using soft device) and changing the start address of RAM too. I am working on nRF52840...
I'm looking at the patched version resulting from applying the pc-ble-driver patch, but this might be present in the original as well.
675 case APP_USBD_CDC_ACM_USER_EVT_RX_DONE...
Hello,
I'm trying to receive a 2-byte data from a sensor from Maxim Integrated MAX31875 but the nrf_drv_twi_rx function only receive 8 bits data. Does this function to receive...