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...
When playing with the NRF9160 samples (https_client and mqtt_simple, haven't tried others yet), I found a problem and workaround to that problem:
I'm not sure if it's a...
I'm trying to use the 52840 with a QSPI flash memory device (SST26VF016). The page program instruction to the flash uses 4 IO lines and the first byte (opcode) must be 0x02...
Dears,
I need to use the nRF52840-Dongle for BLE device to communicate with the end devices, the platform is ubuntu and the programming is python3.7, I have problem on it...
I am using Meander line inverted F antenna for beacon and development board based on nRF52832.
Is it okay to go with this antenna or shall i change this antenna.?
Where...
I have a custom PCB using the nrf52832. when flashing my PCB or connecting to the RTT terminal, pins SWDCLK, SWDIO, VDD & GND are used. i would like to know if theres a way...
Dear Sir/Madam,
I want to test the BLE 5.1, Aangle of arrival (AOA) and angle of departure (AOD) feature. Kindly guide me which of the example of sdk 15.3.0 is useful for...
Hi all!
I am working on the SDK 15.2, with S132 6.0, and i use the SES IDE.
I have created a custom service with 32 characteristics for now. The goal in the future is...
Hello All,
I want to write codes for all the peripherals like GPIO , GPIO with Interrupt ,UART ,UART with interrupt , I2C , SPI , All Timers..without using the drivers provided...
Hey! I am testing some power consumption of my application, and I need to have a long rest period of appr. 15 minutes. I'm using an RTC timer in System ON sleep mode, full...
I have made a bluetooth beacon based on nRF52832 chip. I am able to write code DeviceDownload\nRF5SDK17009d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_beacon...
Can i use 2 nos NRF52832 BLE chip on single PCB , PCB size is 30x50 mm ,
1 chip for scanner
2 for advertising
3.If yes what is the position for antenna of both Chip...
Dear technical support.
We are using this chip (nRF52832) in our hardware.
I'd like to check is this feature AoA(part of BLE5.1) enabled in the chip?. Is there any application...
We are designing a people location tag for building workers. Bluetooth direction finding AoA/AOD is good for the application. Is there any development broad for Bluetooth...
There is a potential for the NRF_MESH_ASSERT(m_reliable.next_timeout_index < ACCESS_RELIABLE_TRANSFER_COUNT) to fire on line 170 of access_reliable.c if the following conditions...