FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
I am in the process of adding LE Secure connections to our project and am having trouble and receiving lots of errors while attempting to Makefile it. We added nrf_ble_lesc_request_handler...
Hello,
Developing an application where we want to use CAF but I cannot get it to build properly. I have created a minimal example that does not work locally for me. Following...
The nrf52840 defines 4 pwms. Attempting to enable pwm1, pwm2 or pwm3 using pinctrl through a device overlay results in build errors suggesting there is something wrong with...
Hello, we currently use nRF52832 in our product. For the next generation of this product, we are hoping to upgrade to a new module that uses nRF52833. However, this is only...
We have a well-vetted software environment what uses SDK 15.3.0 and softdevice s132. We are considering adding ANT+ to our environment, which as I understand requires that...
I am in the process of bringing up a custom board with an nrf5340 and a FUSB302B USB-C PHY-controller.
As a driver for the FUSB203B, I am using this project as an OOT-module...
Hello
Due to some reasons we need to use external antenna and RF cables.
What is a part number of the antenna that can be connected to the J1 RF Antenna connector?
We...
Hi,
I am implemented the uart functionality, I'm getting below issue.
[00:00:00.445,526] <err> Throughput: Failed to set UART callback (err -88) [00:00:00.445,556] <err...
I want to use LPCOMP in nrf52832 to detect a rising edge of voltage. And my code is:
I set the reference as NRF_LPCOMP_INPUT_1 or NRF_LPCOMP_REF_SUPPLY_4_8, the event is...
I am running on openthread demo: ot_cli on its low power mode by building with low_power snippet.
As document says, it will automatically suspend UART operation when low...
Hi,
I'm trying to use to gpio pins in order to wake up a system from sleep mode.(PIN1= P0.24 PIN2 =P1.1 )
If I use the GPIOTEs separately in my project, it works and sytem...
There are some serious issues in the file "board.c" that relate to LEDS_NUMBER.
If I create a custom board with no LEDs then I set LEDS_NUMBER to in my custom boards,h....
Hello,
My company has developed a Bluetooth application that runs on the nRF52832 and we are about to perform FCC pre-scan testing next week. In order to prepare for this...
I want to use one device (nrf5340 audio DK) as both a gateway and a headset. Is this possible?
It needs to both receive audio from a CIS gateway and send it out, working...