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...
Hello,
I cannot find an example in the current SDK on how to use APP_UART. I do not want to use app_uart_fifo because it has quite some overhead that I do not need. All...
I am using nRF5_SDK_11.0.0_89a8197 to test esb maximum throughput.
in the macro definition of NRF_ESB_CREATE_PAYLOAD,
#define NRF_ESB_CREATE_PAYLOAD(_pipe, ...)
...
On the nRF51, there are 5 OVERRIDE registers (0-4) in the radio module.
What do those registers do and when should they be used? The FRM was not clear about them.
From what I can see the scenario where you have a serialized app running from a separate CPU and how to do firmware update on that is not discussed anywhere on the Nordic...
ToSendTONordic.zip
Hi,
I am using s130-nrf51822xxa. I tried GPIOTE example and it works fine. I tried ble_uart example and it works.When I try to combine both of them...
As of API level 21 BluetoothGatt#requestMtu can be used to go beyond the limit of 23 bytes GATT_MTU_SIZE_DEFAULT. Will the SDK support such enhancements one day?
In BLE notification i am getting 31 byte data but it comes in two packets 20 byte + 11 bytes continually.How do i get last 11 byte data which comes in 2nd packets after 2s...
Hi,
i want to test the Server feature of the Master Control Panel 3.10.0 together with a nrf51 Dongle. By pressing start under File->Server setup the server starts, but...
Hi I have problem with LFCLK timer. In os_tick_init() in RTX_Conf_CM.c there is a loop and it won't end.
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0)
{
Do nothing.
...
gaps.zip
Hi,
I have a code that continuously toggles a pin(I use nrf_drv of gpiote+ppi+timer2 for this purpose and interrupt time = 30usec). I have basically taken the...
I know the things like the TWI allow you to send additional data when you instantiate a transacation. Is there any way to do a similar thing with UART?
I'd like to pass...
Hi
I'm using the PeerManager/FDS/FStorage in my project since a few months. We have this software running on real hardware and on simulated environments. While researching...
Hi NORIC's Engineers:
I am a handware engineer who is from Jetway company in China.
I am sorry for my english skill to descripe my questions about NFC antenna of nRF52832...
Hi!
I'm am working on a project where there I need to connect two nrf51 modules and a phone.
Say: Module A, module B and phone P.
The setup i a bit tricky to explain...