Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
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...