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,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to build UART support into my current project but the compilation of the nrfx uart driver fails. See error below:
Any idea how to solve this? Is there good guide...
Hi,
I'm using the NRF52840 with the "nRF5_SDK_for_Thread_and_Zigbee_2.0.0".
I tested the zigbee light_bulb example and zigbee light_bulb + ble. It works fine so my next...
I'm trying to extend the light_switch client example (from mesh SDK 3.1.0) to a gateway. The gateway will consists of nRF52832 and a WiFi module connected via serial interface...
As the title descripes i get an error with a file name in it but i can not locate this file.
I am working with the 802.15.4 wireless uart example on a nRF52840 DK. I only...
All nRF52832 based RF modules on the market have been certified using a Nordic SoftDevice. Some manufacturers say that it is ok to use a different Nordic SoftDevice without...
Hi I have been put into at task with a nrf52832 device (Mesh) that can only update the application. This is a big problem because we already have multiple device all over...
Hello. We are using nrf52840 for our product and I wanted to use aes ccm encryption for security. I was able to integrate CC310 library but I found out that encryption works...
i'm working on dynamic multiprotocol between ble and thread.
i want to ask about ble packet size in link layer and how could i change packet size ? is it could affect loss...
I am using arduino to send message through BLE to a mobile, which use "nRF Connect for Mobile" to scan the arduino.
I am able to get the information of Blood pressure (0x1810...
Hi,
We are developing a device with nRF52840 and mBed-os. We have a bootloader based on SDK 13.0.0.0-1 with softdevice s140 5.0.0-1-alpha.
Changes that has been made to...
Dear nordic,
I need a help from your side i want to create 1 hz(1000 ms time period) frequency pwm using PWM driver. i created upto 30 ms time period but i cant create time...
Hi, I'm using nrf52840 TWI master. Sometimes the I2C bus result as locked in endless loop to retry the start conditions. I see that in this case SDA and SCL are tied low for...
Updating the SoftDevice on the nRF52832 from S132 v2.0.x to S132 v3.0 using the Dual Bank Bootloader from SDK v11.0.0 results in the application not starting up after the...
I am planning to use Open bootloader example as my starting point for adding a bootloader to an application. I donot want Softdevice. Initially I am going to check the dfu...
i am working on ble_app_uart central and peripheral, so basically peripheral will sleep wake up and send advertisement packet to central . Now the issue is if peripheral is...