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 am using the NRF52840-DK and using the Zigbee light bulb example.
1. The DK board successfully connects to the zigbee network - Z2M in this case.
2. I have added an...
Hi everyone, my colleague developed a firmware using Arduino Nano 33 BLE and PlatformIO. Now I have to rewrite the code using Segger Embedded Studio. The problem is in the...
Hi there, I am developing a peripheral to central system with nrf52840 base on NUS service. Now I tried to increase the MTU of the peripheral to 247 to increase the transfer...
Hi,
I am using NCS for development and configuring GPIO pin as input, but I found the GPIO can't configuring as NO-PULL mode. There are only two options: Pull up and Pull...
Hi,
I am working on ble_bms_app template. While the nrf52840dk is connected to laptop, I don't get JLINK connected notification on the desktop. Sometimes i get the connected...
Hello.
I'm using nrf52832 (S132 v7.0.1, SDK v17.0.0) to develop peripheral roles.
Setting UUIDs for advertisements, services, and characteristics. At that time, sd_ble_uuid_vs_add...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0) as central and Android device (Bluetooth 4.2) as advertise. Android devices use nRF Connect.
I can set...
We are aiming at a low pin count interface between modules. Ideally we would like to use the programming pins for both programming and as an I2C interface. Is this possible...
Hello,
I am new to Nordic, Zephyr and Linux. I have been going through the "getting started guide" on the zephyr docs website and ran into this problem not being able to...
I heard that nrf52832 rev3 has been released. Our product is using nrf52832 rev2, nrf SDK 15.3. If we change the chip to rev3, can we use the firmware without modification...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
As we can see that there is...
Hi,
I am trying out the smp server example with mcuboot and encounter this error when building for the nrf52840 dongle.
I read that it has something to do with the usb...
1. Erratum #7 counsels to add a DSB if reading sequentially from UICR and program flash, as below. But what constitues sequential? If my program reads from UICR on a thread...
I have a BLE application I'm writing using SDK17.0.2, and want to use FDS for some persistent storage. The first thing I want to do is to allow the user to update the name...