Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...
I've mistakenly closed the case https://devzone.nordicsemi.com/f/nordic-q-a/85450/insufficientresources-error-message-while-performing-usb-dfu?ReplyFilter=Answers&ReplySortBy...
Hello,
I am referring to the ISP4520 example code .
I would like to change the I2C(TWI) pin assignments as below.
SCL:P0_07 / SDA:P0_12
But I can't find where to set...
SDK 17.1.0
nRF52840 DK central + nRF52840 peripheral device
Hello,
I'm attempting to set up reading characteristic values on the nRF52840 DK as a central from a peripheral...
hi,
We are currently having some problems erasing flash,The problem recurrence rate was 1%,the recurrence rate of specify chip problems is 100%,Here are some scenarios as...
Hi,
In secure_bootloader(SDK17.1.0) example, I want to replace the ECDSA_P256_SHA256 with ED25519, what should I do?
I tried to modify sdk_config.h, but the build didn...
I have the EV BT-840 DK and I have the AT firmware installed. With AT commands I am able to connect and send data to other BT-840DK. Right now I flip the AT command switch...
Hi Guys, I am following the numbers and tutorials and setting up Visual Studio on a windows PC and installing the Nordic extensions. I get as far as a successful build but...
I was able to work with the mfrc522 RFID card reader through SPI on nRF9160dk. The application was developed using connect SDK v1.5.1
When we tried developing using SDK...
Hello!
I need to control several motors using the nRF52832. The problem is that my laptop cannot supply enought current to run the motors, if I try to run it, windows detects...
Hello!
I am trying to write a program for controlling a servo motor. I got recommended a code for making a PWM signal by someone else from devzone, so I am using a modified...
Hello, I would like to know what is required of me to automatically create com port in windows that would allow me to use my ble device as if it were attached by ordinary...
Hi,
I want to receive some data in my nRF52832 from MATLAB over UART and send some other data from nRF52832 back to MATLAB. I need some bandwidth for data transfer from...
Dear support,
I am the beginner of of the Nordic with 52840 chipset, i am try to running sdk 1.90 with zephyr os
i am try to running this case : cfb
C:\Nordic\NCS...
Hi,
I'm trying to use two nRF52840DK as Zigbee routers. I have the following setup,
Software
Application: Home Assistant
SDK: nRF5 SDK for Thread and Zigbee v4.1...
I really like the flexibility that the CLI from FreeRTOS gives me for making my own commands. Does Nordic have a similar library available that I can just import easily into...