Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
We are having nRF51 dongle which is having USB compatible. But My test systems only have the option for DB9 with UART support . Is there any possible to convert nRF51 Dongle...
Hello.
First some background:
I have an application running on nRF52840. Development began with the nRF52832 using nRF SDK 13 or 14. Then migrated to 15.2, 15.3, and finally...
Shalom!
I have a nRF9160 DK board that I am using before our custom hardware prototype is ready. My application is based on the UDP example code skeleton along with code...
Dears,
Is it possible to change the -64dBm threshold to something else in the wireless module? (example: -70dBm, -75dBm).
I´ve seen in some forums that there are other...
Regarding the Nordic guidelines for aQFN, it recommends to use 0.305/0.61 for through hole via pad,
We want to modify the PCB pad as shown in the picture below,
and keep...
Dear ladies and gentlemen,
I found the following page giving instructions for porting an example from pca10056 to pca10056e:
https://infocenter.nordicsemi.com/index.jsp...
We are trying to implement UART driver that will work together with SoftDevice. We can't use UART or UARTE with single-byte buffers since high-priority task like SoftDevice...
Hi,
I am using nRF52840 and Mesh SDK 5.0.0. I want to add a DFU feature in Mesh Light Switch Client and Server example code. I have generated zip files for the Client and...
Hi everyone,
I am new to nrf community. Currently, I am trying to develop an IR transmitter on NRF52832 DK which transmits HEX codes for IR (not raw data). I am unable to...
Hi there,
I worked myself through the Matter DoporLock example including commissioning into a Thread Network using OTBR. I find manually obtaining the credentials from the...
Hi All
Do you know of any Mobile devices/Apps supporting Bluetooth5.1 and Direction-finding currently on the market (or planned to be)?
Is it going to be added to nRF...
err_code = sd_ble_gap_adv_start(m_adv_handle, APP_BLE_CONN_CFG_TAG);
nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
I would like to ask that for the above...
Hi there,
We have a mesh network which runs now for quite some time on our own hardware. We are using heartbeat messages to collect RSSI values between nodes in the network...