Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
I got an error here err_code = pm_init(); APP_ERROR_CHECK(err_code);
<error> nrf_ble_lesc: nrf_crypto_ecc_key_pair_generate() returned error 0x8502.
<error> peer_manager...
I am using the BLE sniffer in Wireshark (nrf 52840 dev kit board) to attempt to capture packets between a BLE device and android phone. I am able to sniff advertising packets...
Hi,
I have faced an issue with cmsis_v1 thread creation/removal with the SDK connect.
I have created the following ticket on zephyr's side and attached the patch I'm...
Hello,
How to find NRF connect mobile app server's address in the app to be used for connecting to peer devices ? Is there any way that the device address does not change...
Hi,
We are currently implementing the nRF52840 in an upcoming product and we have a question regarding component selection for our configuration.
I've looked through...
Hello
I really need your help !
I am using SEGGER Embedded studio with two EV boards: nRF9160 and NRF52 DK
First I started with NRF9160 with clean installation of the...
Hi
H have developed a program for nRF51822 using "Arduino IED" and "BLEPeripheral" library, that performs an operation.
The operation is a button press and on each press...
Hello,
My board reads data from acceleration sensor and sends it to ESB message.
When acceleration is under threshold, nRF52832 went sleep mode.
Before entering sleep...
Hi...
I am using Nordic SDK V17.0.2 with a SoftDevice S112 and developing a project uses freeRTOS that came with this SDK
From reading the documentation about the...
my project ,sample data every 4ms comes in a GPIOE interrupt ,and in interrupt give a data come semophere , but in thread take this data come semophere and read data can not...
Hello,
I am using NCS v1.6.0 with the nRF52833 DK and would like to modify the TX power (e.g. from 0 to +4 dBm) and PHY (e.g. from 1Mbps to Coded PHY) in the peripheral_uart...
Hi!
I am running zephyr/samples/bluetooth/direction_finding_connectionless_rx sample application with minor modifications. I had no problem building application. I then...