Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
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...