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 want modify ESB example Rx to log the time between received messages. I am using SDK 13.0.
Unfortunatelly, function app_timer_cnt_diff_compute always return 0.
Can...
I have some units that seem to have a frequency error.
Please see image below from a spectrum analyser.
It is the received signal from 2 units both transmitting a constant...
Hi, I would like to analyze data between a peripheral and a central (BLE 4.1.) It seems that the nRF52 and sniffer can only monitor advertising channels. Am I missing something...
Hello,
I have designed a PCB (25mmx55mm) and placed the nRF24l01 module (available as a standard add on module). But I am unable to get the data out of the board. I have...
Hi Nordic,
Are there any plans to update the BLE Sniffer?
It would be great if all the op codes for logical link control could be added and to fix the malformed packets...
This is the Energy Profile that is shown for the nRF82832 and I am wondering about the RX/ switch parts. I assume these RX phases are for receiving scan requests?
What happens...
Hi,
I have a question regarding DTM in nRF5 SDK v14.2.0.
From what I understand Nordic is making use of the payload type '11' = Vendor Specific and is using the length parameter...
if flash nrf52832_xxaa.hex , board start to blinky
if flash s132_nrf52_5.0.0_softdevice.hex, board seems dead
what happed after flash these two hex files
does these...
Hi Folks,
I am playing with uart ble example described in this link ( devzone.nordicsemi.com/.../).
However, I would like to disable encryption on BLE link. I was trying...
Hi,
I have installed Software backend (micro-ecc) as given in:
infocenter.nordicsemi.com/index.jsp
Compiled example: experimental/ble_app_multirole_lesc --> compilation...
I want to make a BLE peripheral device that only allows connections from authorized mobile apps, and an app that only allows connections from authorized BLE devices. What...
Hi all,
I'm having problem porting some project from Keil to SES since our project use absolute memory location to put some variable that will be share between main application...