I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
Hi,
With zephyr's example : https://github.com/zephyrproject-rtos/example-application I am evaluating to add a sample clap sensor as a custom sensor into the zephyr sensor...
I was working with nRF Connect for Desktop version v4.1.1 for quiet some time and it was working good, Since each time I was prompted to update the software to the latest...
Hi, I am using a NCS v2.6.0.I created a custom zephyr project. Implemented custom ble service and added BLE DIS and BAS services from source. 3 out of 2 services working properly...
Hello.
I wanna develop customized bootloader using C.
There's two purpose for this.
1) Select application area : Slot 1 for main application and Slot 2 for new...
Hi,
Does the nRF52832 support the Connected Isochronous Streams (CIS) / Channels and Connected Isochronous Groups (CIG), either using nRF5 SDK or nRF Connect SDK?
I would...
Hi,
I am using direction_finding_connectionless_tx/rx sample, and NCS v2.6.1 for AoA. I made some modification on the rx side to stream I/Q data via serial port, and read...
Hello,
I am running into a problem with my Thingy:53 device where I am unable to load up the bootloader. I has the edge inpulse application working well yesterday, after...
Hello,
I have the nRF54L15 PDK and am experimenting with the intermediate tutorials for the Zephyr RTOS. I am working on Lesson 1 - Exercise 1 ( https://academy.nordicsemi...
nRF Connect 5.0 crashes after asking to install nrf-device-lib-driver-installer.exe and shows the following cryptic message.
Trying with nrfconnect-setup-4.4.1-x64 raises...
Hi,
We have a nRF5340-DK board with the following setup:
b0 as the first stage immutable bootloader
MCUBoot as the second stage upgradable bootloader, which needs...
Hello, I have an issue with a project I'm working on with a nRF5340 Audio dev kit. I am using VSCode with the nRF Connect SDK plugin, and SDK version 2.6.1.
I need to have...
Hi,
We are working on nRF5340 with TF-M enabled and iOS application.
What we are observing is the peripheral device MTU TX and RX are configured to 512 bytes whereas the...
Hi I'm using nRF7002-DK kit and I noticed that the output voltage of a GPIO is 1.8 V instead of a 3.3 V. I have encountered a solution mentioned that we should apply these...
I’m working on an nRF52832-based project using the Nordic SDK (v3.5.99-ncs1-1) and MCUboot for OTA updates. I have a 512KB internal flash and 4MB external SPI flash (P25Q32H...
we are using SPI3 in nrf52840 with nrf SDK 16.0
we are using this as below
1. SPI3 init -polling mode
2. SPI3 unint
3. SPI3 init - DMA mode
4. SPI3 unint
5. SPI3...