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 just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi.
Is it possible for the NRF52840 to act as a USB host? or is it "only" a USB slave?
It would be awesome if we could connect a usb peripheral directly to the NRF52840...
I'm confused.
in other platform, i know flash stard and end adress ,alse page size ,i can read and write data directly.
But use pstorage mode as follows :
pstorage_init...
Hello,
I want to bring some data by UUID.
I know the ble_nus_init() can set UUID and I know it was set by sd_ble_uuid_vs_add().
But this way only change the UUID while...
Hello.
I loaded Soft Device and UART example on the board. Then I connected Nordic_UART through by Bluetooth.
And I want to add a virtual COM PORT on Win10. I entered...
I want to connect the nrf52 board to my nanoPI via cables/connectors, making a serial communication,
is there an example/tutorial for that?
It's worth mentioning that...
Hi,
Newbie question... I have latest SDK v11.0 and have built the ble_app_uart example (installing the s130 softdevice and app to my nrf51822. I can then power the nrf51822...
hello,
I need to calculate the battery life of cr1632. For the calculation I need to know what is:
-Average Current consumption of device? (nrf51822 Bluetooth smart...
Hi, everybody , I want to ask I open SDK12.2.0 bootloader_secure project compilation is wrong?
But there was no uECC . h file in SDK12.2.0 .Why is this?And I want to ask...
Hi
I am trying to test the LE Ping feature between two nrf52s. I am enabling the LE Ping feature from one device via:
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout...