Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
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..
Everyone,
i am using nrf52 with softdevice 132.
i used peer manager.
i am able to able to flash softdevice, bootloader and application.
but after that application...
Hi,
I've built a device using an IMUduino board, which is supposed to be similar to Arduino Leonardo board with a nRF8001 bluetooth. I was able to connect my device to...
Hi all ...
My product uses multiple BLE peripherals (Simblee by RF Digital) communicating with a common BLE central to time events detected via sensors on the different...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
So the nRF51822 has one 32 bit, two 16 bit timers and two Real Time Counters.
What is the difference in a timer and counter? The timer API seems to hard link RTC1...
Hi,
In my project I am using nrfutil.exe tool to create a .zip by using the following command
nrfutil.exe dfu genpkg j1.zip --application application_nrf51822_xxac.bin...
I'm running into a weird problem where there is a long delay that is variable between calling ble_conn_params_change_conn_params() and receiving the BLE_GAP_EVT_CONN_PARAM_UPDATE...
Hello,
I've got a problem with my nRF51 DK. When I attach it to the USB port the drive doesn't appear on Windows explorer and green diode doesn't flash too.
I've been...
By design, the TI LP55231 LED driver IC will fail the TWI write of the reset register (0x3D). It's necessary to reset the IC in an edge use case. I'm using the nRF51822 HW...
Hi,
I want to write a characteristic, the value size is fixed, for example the size is 4 bytes. When I try to wirte 6 bytes from the client, the first 4 bytes is writed succesfully...
Hi all,
I have the nRF52 DK programming consistently without any trouble both on Kiel and using the nRFgo Studio.
My problems arise when I connect a 3rd party module...
Hi,
im trying to set up 3 PWMs for simulating a RGB LED with the 3 leds on the nrf52-dk.
I need the following behavior:
pushing on a button increases the width of the...