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...
device addr:38 D2 69 BB B9 E7
The address type returned by the nrf_ble_scan_address_type_decode function is BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE。
The type...
Hello Nordic Support!
About on-chip access method to Flash memory of nRF52832 please tell me. It is necessary to store calibration data in non-volatile memory (Flash)...
Hi,
I am a newbie and just strted first evaluation with nRF52832 board. I am using SEGGER IDE.
The example i am using is: C:\nordic_semi\nRF5_SDK_15.3.0_59ac345\examples...
I am trying to use the Watchdog on the nRF52840 as a means to check state of the application via different variables. If I see the application in a bad state, I would like...
Hi all,
I have a trouble about understanding.
As far as I understand, when Device 1 send service change indication to Device 2, Device 2 will rediscovery service of Device...
it seems that SDK 15.2 is missing the uint64_t cast for the reload_value calculation again.... or am i missing something? we use a 5 minute value, which does not work unless...
I try to DFU operation.
SDK15.3.0 / GCC / nrf52840
My application image size is 123,484bytes (nrf52module.bin)
I run command ,
nrfutil.exe pkg generate --hw-version...
Hello All,
I am working on nRF51822 using IAR IDE and nRF51 SDK 12.3.0.
Right now I am checking power consumption of device in ideal mode but right now it is higher. ...
Hello. I tried to understand MMA8652FC Acceleration sensor with 52832.
I don't know what means 16Hz, 8Hz, etc. under table.
I know just concept of High pass filer. that...
Hi, I want to use wolfssl library on nrf51822 and I'm in stuck.At first, I compiled wolfssl as arm-none-eabi ,then added the static lib to the project in segger studio.
...
Hello everyone!
I'm trying to build a project of gathering the information from several temperature/pressure/humidity sensors and sending it to one display.
Sensors will...
Hi, I've tried to set BLE power to max but an app error is raised when I use the sd_ble_gap_tx_power_set function. Parameters should be wrong but as far as I've read over...