Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi!
I've found mismatch between schematic reference from Product spec ( here , page 692) and PCA10056 PCB (Preview Development Kit) for same operational mode.
In specification...
Hello,
i am using the Nrf52,
i am facing problem on the following line
#define MESH_SERVICE_BASE_UUID128 0x23, 0xD1, 0xBC, 0xEA, 0x5F, 0x78, 0x23, 0x15, 0xDE,
0xEF...
Hello DevZone community,
Currently I am using nrf51822.
Could you guys please tell me how to enable code protection besides check the "Lock entire chip from readback" in...
Dear All, Please update me if is it possible nRF52810 is having capability for SIG Mesh or Mesh Network? Also is to possible to establish Mesh network beetween nRF52810 as...
Hi All,
We received a new design with a nRF52 powered at 1.8V. We are using a JLINK probe with the SW protocol for the burnin code.
When we apply 1.8V we can’t program...
The function find_adv_name() found multiple time in BLE central examples is using the global variable m_target_periph_name instead of the parameter name_to_find . There is...
heelo every one ,
i want to use bluetooth to connect my nrf51822 to my smartphone can anyone help me because i don't have any idea there is any example ready to use pl...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
nrf52832dk pca 10040 board
besides ports bits and dir setup and baudrate, etc ...
this is part of my uarte init funct (pDev = 0x40002000)
pDev->TXD.PTR = (uint) TxBuf...
I just bought a nrf51 dk to master this wonderful SoC series.
For now I intend to keep my research and studies with Bluetooth 4.1, but would like to prepare for a jump...
Will uarte interrupt call NRF_LOG_INFO, will run away the possibility of the processor? backend uses RTT
I set uarte receive dma buffer to 10, then the sender to use the...
Hi all, we have a problem with a project based in nrf52832 and a custom board. The project is based in "ble_app_uart" example, and also we have the following sensors:
Accelerometer...
hiii friends,
i have developed new board using nRF52832 xxAA. i am dumping code in this using nrf52 DK and it is working fine but when i am removing power from this and...