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...
Hi, I am using nRF52832 with sensor, nfc , Softdevice S132 v6.1.0 and SDK 15.2.0 to advertising packets .The sensor is interfaced with nrf52832 using twi interface. I have...
I learned from the following support ticket link that for adding a pre-bonded LTK to the nRF52 bonding store, I can call pm_peer_new().
https://devzone.nordicsemi.com/f...
Hi,
I am trying out the udp_with_psm example from: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_with_psm as a first step in sending...
Hi Team,
I planned to have product with this nRF52832 chip and now development was getting stopped because of known issues on SAADC on this nRF52832 chip. When I am seeing...
Hi. I am developing application that should work both ANT+ and Bluetooth. For bluetooth connection I am testing with nrf connect for pc, but I was wondering if there is similiar...
Ran in to a build error when using nrf_fstorage_nvmc.c: \components\libraries\fstorage\nrf_fstorage_nvmc.c(128,19): error : conflicting types for 'write'
nrf_fstorage_nvmc...
Hi,
I'm working with the latest software version of nrf52840.
Can you kindly specify the exact addresses of:
1. Flash usage of Softdevice
2. RAM usage of Softdevice...
Hi Team,
We are currently validating a BLE enabled embedded device. The device has an ARM Cortex M0 chipset and uses Dialog Semiconductor for BLE.
Could you please let...
When using the 0.7.0-15.alpha firmware release. What is the best application side code to go with it. Should still tag v0.3 be used of: zephyr, nrfconnect and nrfxlib?
...
I now want to update the program in SDK14.2 to SDK15.2 through DFU, so softdevice, bootloader, app need to be updated, how should I operate? I first try to update the bootloader...
Hi,
I want my nRF52832 to connect automatically/instantly with my Android device like my headphones or my watch for exemple . For that, I'm using the bonding (peer manager...
Hi Nodic team
Now I word wrong with the nrfutil to upgrade the firmware
I want to have a look of the nrfutil log file,But I can't find that
so would you please tell...
Hello,
Now,in my application I use to power the nRF52840 with a 3.3V external supply at the VDD pin.
I want to know how to set it, I want to power the nRF52840 with a...
Hi
I am using the mqtt_simple project and want to use the second UART (UARTE2) for other serial communication.
For quick test I have add the folloing in the main function...
hello,
i am doing a project with nRf52810 and sdk15.3' app_ble_uart example and integrated secure ble dfu with butttonless dfu service, it is working successfully
now...