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 Folks, I am playing with uart ble example described in this link ( devzone.nordicsemi.com/tutori...).
I would like to make BLE uses a unique AA (Access Address) rather...
Hi,
for my sound application, I want to get the amplitude, or dB, of the PDM samples.
Are there any existing function implemented? If not, how can I code it on my own...
Hi, I just started using the nRF52 dev. kit. I am trying to familiarize with the BLE examples.
I have downloaded the nRF Connect...and I can detect the device.
The SDK...
Hi,
I added one more timer. As soon as the timer expires and it runs the event handler, and then advertising stops, and the firmware crashes.
Could someone please tell...
I've recently discovered the power consumption issue with FreeRTOS and SDK12.3:
devzone.nordicsemi.com/.../
So, I am now using SDK12.3 with SDK13.1 FreeRTOS files.
...
I am using Nordic SDK to program an nRF51822 chip. I want to optimize power consumption as much as possible so I am looking at using the -march gcc flag. The problem is I...
I am using the ble_peripheral template that comes in Nordic SDK 8.1. I setup uart logging and also debugging with the following lines of code:
void assert_nrf_callback...
Hi, We are trying to connect a LED to one of the GPIO of nRF52840, we would like to know how to connect it. Connect it such that the nRF52 GPIO sink current or source current...
Hey, I am using WT51822-S4AT module and want the nrf51822 to connect to phone. I don't have nrf51-dk. I am using stm32f0-discovery kit. Can it be done using that kit? I searched...
Seems battery reads are not consistent in thngy52 2.1.0 software.
Observed a ~4% difference in the consequent battery reads. This difference is high (upto ~40%) if the thingy...
In the recent past, I used a SoC in which GPIOs could be configured as "open drain", that is in which there is an internal transistor where the SOURCE is grounded, the DRAIN...