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,
I'm using nRF Connect SDK v1.7.1 with two nrf5430 DK. My goal is to evaluate the different security levels. For testing i send messages with the Nordic Uart service...
According to the AT command reference v1.7, the nRF9160 SIP modem firmware v1.3.1 added the %PERIODICSEARCHCONF command.
It does though not mention anything about the behavior...
We are evaluating OpenThread for a custom board with a BL654 from Laird, which contains an nRF52840. When running the OpenThread CLI sample from nRF Connect SDK 1.7.1 we are...
remoteproc_mgr_config() from nrf5340_cpunet_reset.c that is called during init by zephyr for starting main thread uses hardcoded pin numbers for uart with cts/rts pins and...
Dear Nordic Team,
I am able to perform a successful DFU on a development board pca10040 using the DFU library for iOS. The thing is that after the DFU process, the phone...
Hi, I am using custom board. i am facing issue when i am integrating with ble we are facing issue that i2c stopped working. event we are not able to read(scan) slave address...
Hey devzone community,
I have a problem in migrating my program from SEGGER to VS code,
the 6 tutorial work only on new versions of SEGGER.
there is a simple option...
Hi,
I'm using the nRF9160 DK board with nRF Connect.
I want to create a driver for an LCD with a parallel interface. SPI is to slow for my project.
First, do you...
I have a question on the gnss event type NRF_MODEM_GNSS_EVT_FIX. It seems there's always the NRF_MODEM_GNSS_EVT_PVT event regardless it's a fix or not. The flag can tell us...
I am writing a program for a Garmin Edge which needs to connect to a power meter via Bluetooth, some of the characteristic / service UUIDs are 4 digits which cannot be used...
Hello,
In the latest SDK version v1.8.0, I have developed my own project based on direction_finding_connectionless_rx demo. Here are two problems I countered.
1. the RSSI...
Hi, I am currently working on nRF52 Thread v4.1.0 .
I am working on messaging transferring using coAP server an client .
previously using CLI commands to detect the ipaddr...
Hi, I've tried signing up for a SUPL licence a couple of times but it keeps getting denied. Not sure why. I have logged into devzone.nordicsemi.com and am using the same email...
Hello,
I am trying to update my Nordic nRF52840 via UART, using the bootloader from the examples (SDK 15.2.0). In the my application another MCU (from ST32) will update...
Hi all,
I'am sending epoch time from nrf_connect(mobile) to nrf52840dk only once,
then i need to update epoch time continuosly with nanosecond frequency
how can i do...