Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
HI,
i want to send a caps lock to BLE keyboard in report mode, but i had tested the sample in central_hid (NCS V1.5.1) and found that: It only can send caps lock in boot...
I need to transfer large amount of data from Android app at 2 mbps (it seems that bitrates about something like 1300 kbps are achievable) to nRF5340 device.
Data is audio...
Hi,
What would be the best practise to sample ADC with nRF52? ADC has its data-ready pin. I have tried use PPI with DMA, but realized that DMA current consumption is not...
When nRF9160 receives a TLS packet > 2048 bytes the socket closes unexpectedly. This problem has been documented in other tickets here and I believe noted in the nrf_modem...
Hello,
I am studying the NRF52 module and more particularly the 2.4GHz Radio peripheral of the module.
I would like to understand some things:
1 - sending at 2Mbps...
Shalom!
I have using the nRF9160 examples created an application for a future proposed custom board that when there is external power should always stay connected to our...
hello, trying to add pairing feature with LESC to ble_app_blinky_c, I got to a point where I get the following:
I don't find the definition of ocrypto_curve25519_scalarmult_base...
With current ESB implementation I'm not able to delegate radio event to other thread or workqueue. Kernels stays in idle (tickless kernel) and all radio frames are lost. One...
I am working on the nRF5340DK and NCS v1.5.0
I can run the USB Audio Sample Application and the USB HID mouse Sample Application which can be found under samples/subsys...
NRF52840 eval kit is configured as ble_app_uart_central and for peripheral, we are using movesense sensor which is running our firmware. The central and peripheral get connected...
Hello everyone,
is there an example that demonstrates how to turn off and on the Bluetooth completely multiple times in the application?
I need really low consumption...
Hi All,
I am new and trying to connect External BLE Pressure Sensor to NRF52840-DK Board
Do you have any example code for interfacing external BLE sensors that I can refer...
Hi, I am trying to connect the AWS_IOT library to a thread netork but find it really hard to get the TLS sockets working. I have connectivity for normal TCP and MQTT as well...
Hello,
our project has a requirement,
nrf52832 is used as a peripheral, and the mobile phone is connected to nrf52832.
The amount of data is relatively large. We want...