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...
I have couple of nRF52-DK boards which I think got damaged by accidentally getting reverse voltage.
I have tried to analyze and detect which part would have blew up by testing...
Hi,
I have successfully done one publisher and one subscriber example by using mosquitto broker on raspberry pi and 2 nrf52832s. What I want to do is that I want to send...
Hello, I have a very basic question:
Are Bluetooth nRF5x products compatible with other manufacturers? For example, can I have an nRF51 dongle communicate with a Microchip...
There are two APIs in SDK 14.2 to access the nrf52832's AES core. What's the difference in behavior between the two?
I noticed that nrf_ecb_crypt() has a useful return value...
HI:
I Select the SDK11 as my BLE master.
" nRF5_SDK_11.0.0_89a8197 \ examples \ ble_central \ ble_app_multilink_central \ pca10028 \ s130\arm5_no_packs ".
I Select the...
Hello,
I use NRF52832 and nRF5_SDK_15.2.0 for our custom board.
Also, FreeRTOS(Tickless IDLE is enabled) is used. And, System ON mode is used for sleep mode.
Now,...
Hello,
I am trying to send data from nrf51822 through UART TX to esp8266. I've gone through the app_uart examples and I can recieve data through RX but having difficulty...
Hello,
First, I follow this tutorial --> https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial . It's working well on the...
Development Environment: Segger Embedded Studio 4.16
Debugger: Segger J-Link Lite/ Segger J-Link Pro
Debugging a custom nRF52810 board using SWD interface.
I am experiencing...
hi
i create mesh network using the light switch client/server every things work well!
i have number of client and only one server.
i set the server to subscribe to the...
Hi,
i'm trying to sort out a performance problem I have with Android clients connecting to my nrf52832 using ble_nus service. Notice my problem is not about the absolute...
I am successfully using the ZigBee OTA upgrade example, but the firmware upgrade takes quite long, approximately a half an hour, so it is not an adequate time at the firmware...
Hi,
I'm using nRF52840 with SDK15.0.0 wit code from : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial
I could make...
Hi there! I'm an engineering student who is just getting started with all the ARM SoC's and BLE environmenment, in order to develop a project for college. The project that...