Hi Nodic support team.
Can i know which usb example we can use to modify to usb bulk application in nRF52_sdk_17.1.0?
1. nRF5_SDK_17.0.2_d674dde\examples\peripheral\usbd...
I'm having a lot of new trouble posting to devzone. I can not drag/drop files. It keeps suggesting "An error occurred. Please try again or contact your administrator." This...
We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hi
i created one timer0 interrupt in ble_app_hrs.
void timer0_init()
{
NRF_TIMER0->TASKS_STOP=0;
NRF_TIMER0->PRESCALER=4;
NRF_TIMER0->BITMODE=3;
NRF_TIMER0->MODE...
I am new to ARM and nRF51822. I am using a development kit with the PCA10000 dongle and the PCA10005 daughter card. I wrote a simple C program (attached) to blink the LEDs...
Well, I'm a little in doubt on whether this is the right place to file a bug in the reference manual. Anyhow, I think it's easier and maybe it will prevent that another guy...
Hello,
I updated the "ble_app_proximity" PCA10001 example for adapting the time constants of my needs.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(3700, UNIT_1_25_MS)...
hi,
In my device(nr51), have multi service and one client.
when i initial the client first ,then to setup service. this follow is O.K.
But, if i initial the service, and...
Keyboard source: Desktop 2 v1.0.5
Dongle source: 1. Desktop 2 v1.0.5 dongle hex; 2. Desktop 1.2.2.293 dongle hex
I found it is very defficult to pair the keyboard with...
Hi,
1. I have some puzzles,please give me some explanations,thank you!
In my design,I use some 51822 devices as tags which can communicate with the host.
The tags can send...
Hi, I want to know what's the differences between the NRF_CLOCK_LFCLKSRC_RC_250_PPM_xxMS_CALIBRATION and NRF_CLOCK_LFCLKSRC_XTAL_xx_PPM where xx means a decimal number.
when...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hi,
I want the NRF51 to respond to a received packet from a particular device using register TIFS to control the interfame timing.
For TIFS to work I have to set the...
Dear Nordic,
is it possible to build a simple data bridge at speed of 115200 and up based on nRF51822 with CTS/RTS support and a fixed pin code for nRF51822 pairing?
I am working on a multi-node network application with multiple transmitters and receivers and I have a question about timing for chips like the nRF24L01+. I would like to...
Hi
In my case i have gpio interrupt for every 25ms. so i change button detection delay t0 10ms.
and i given timeout in all while loops of twi_hw_master.c.
but my...
Hi,
we have nrf51822 custom hardware.
we are flashing application through j-link.
but after every flashing , i need to do switch off and on the device.
then only...