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...
Hi! We would like to build two different sw variants from same source code and mostly the same config options, probably only needing a single "define"-difference in code....
Hi,
We have a question regarding firmware over the air update, can we update the firmware of the devices connected in Mesh network or we need to connect single device...
Hello,
to use the twi sensor library should I define for each sensor an own NRF_TWI_SENSOR_DEF?
I found not really a documentation about the usage of the twi sensor library...
Hi,
I've got a lot of BLE_GAP_EVT_TIMEOUT when my ble central trying to connect with BLE peripheral (sometimes more than six in a row).
The configuration of my system...
HI,
I have couple of questions here.
1.Is there any sample application that upgrade firmware over BLE using zephyr/NCS 2.1.0 for nRF52840
2.If so our requirement is...
We are using QSPI XIP mode to access data in external flash for our project. We are trying put QSPI peripheral in standby mode.
However, we can't uninitialized QSPI peripheral...
I want to develop a device with the following selection.
BLE module: Raytac MDBT42V (nRF52832)
nRF Connect SDK v1.2.0
Where can I check the version of SoftDevice...
Good Day!
I have a Samsung Note 10 smartphone (it supports Long Range) and I want to connect it to an nRF52840 microcontroller using BLE Long Range.
What is the approximate...
Hello
I was using the NRF52840 dev kit as J-link to develop a custom board. at first was working, i uploaded a blink code to it then i modified the libry from gpio.h to...
Hi,
We used the SLM (serial LTE modem) application in our custom board with NRF9160 configured as a slave chip and interfaced with an STM32 MCU via UART interface. The SDK...
Hi there,
Currently developing a producting using two nRF52833 boards one as peripheral and one as central:
- 125kbs coded phy (S8)
- 40 byte MTU
- using extended...
Dear Nordic Engineers
I have a question, it about SPI PIN input voltage of NRF5340.
Our cutsomer use NRF5340 and STM32 develop a product. STM32 and NRF5340 use SPI to...
Hi, we will shortly be sending our product to an independent lab for testing. They have asked us to provide any available documentation/certificates that apply to the on-chip...
I used the NRF52832QFAAE1 chip for Bluetooth development before, and later changed it to NRF52832QFAAE0 to use the same software program, but NRF52832QFAAE0 can download the...
Hi Team,
We are trying to store the audio that is being captured and transmitted by nrf5340 digital mic and then store it to connected android phone. For this we tried A2DP...