I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
I've used PCA10040 sdk15.0 example ble_peripheral ble_app_uart
I can handle it through terminal.
If I insert strings through terminal, App can receive.
But, I...
hii,
i am trying to interface the nrf24LU1+ and nrf52832. I wanted to know if i can program the nrf24lu1+ without the requirement of nrfgo motherboard. or is it necessary...
I don't want to use MESH, because there are too many data
Application scenario
Mobile phone ------------> DeviceA --------------------------------------> DeviceB
...
Hello,
Would there be any particularly adverse side-effect if two NRF51822 GPIO pins (e.g., P0.18 and P0.19) were shorted together? One of the pins (e.g., P0.18) would be...
SDK :15.0.0
Examples:ble_peripheral / ble_app_uart / pca10056 / s140
Board:nRF52840 DK
After pairing, may be connected, because the indicator lights continue to shine...
Hi,
I am using sd_ble_gatts_characteristic_add to set a characteristic in my service. The function call return 0 - NRF_SUCCESS but when I browse the service with nRF connect...
Hello,
I try to add pairing functionality to my app. Error code NRF_ERROR_INVALID_PARAM occur from the sd_ble_gap_sec_params_reply when i want to read my characteritic...
Hey, I have a sensor (ADC with data rate is 250 sps), attached to nrf51822. It has Data ready pin (output), which toggles from high to low when data is ready. Also this sensor...
Hi, I'm using nRF52832 with my custom board. (sdk 15.0.0)
I changed ble_uart example code, so I can receive GPS data through bluetooth.
Now, I have to send GPS data to...
Hello all.
few years ago, I made some product using nRF51822 on SDK v10.0.0
currently, I have to software update to use ECC(Elliptic Curve Cryptography) function on...
I'm using: nrf52832, SDK 15.0, SoftDevice S132 v6.0.
I'm trying to control a motor using an H-Bridge. If I simply do a nrf_gpio_pin_write to set forward/reverse to 1/0 or...
I have the nRF52832 PCA10040, V1.2.1, 2017.23 development board with ble_app_blinky_gcc_nrf52.ld RAM/FLASH settings:
MEMORY { FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000...
Hi,
My freertos based application (SDK14.2) calls battery monitoring procedure every few minutes .
I've initialized the SAADC
Within the function I call
...
Hello, I have nrf52 and configure uart0 for connection with external device. I have configured it as NRF_SERIAL_MODE_DMA and set irq_handler .receive NRF_SERIAL_EVENT_DRV_ERR...