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...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hello, I'm trying to manage connecting to my board (nRF52840-DK) which direct advertise (low prio) with peer address set to MAC address of my PC running Linux with bluez 5...
Now I have a problem, the transmitting power of NRF52810-QCAA is too low, only -2.73dBm. I tried to adjust the value of the capacitor, but the effect was not obvious. Excuse...
Hi, I tested the RGB Led (with an external RGB Led) with the nrf 5340. But I didn't find any pinout with a brief overview of all the pins and their features because the PWM...
I'm trying to setup the SAADC, I do this as much as possible without examples, so I really understand what is going on.
Setting up:
After this I try to start an ADC...
Hello DevZone,
I am trying to build a NFC driver but I am getting issues with it reinitializing every time I detect a field.
I am unable to use the T2T and T4T libraries...
Hi,
nrf52833 custom board
My query is that how to do OTA DFU on ble central devices (we are using nrf52833 as receiver dongle(ble central) device)? Does anyone advice...
Hi all,
when I follow the blog as below, find the actual output is not same as expected.
Adding a Peripheral to an NCS Zephyr project - Peripherals And RF Test - nRF Connect...
Hi Everyone,
I recently purchased the NRF52840 DK with a PCA10056 designation. I connected the DK to my Windows 7 laptop via the USB. This resulted in the JLINK(D:) drive...
I have a custom board with a nRF52805 module but I don't understand how the SDK works.
I followed some guide to simulate nRF52805 software, I had to patch some files in...
Hello,
I add sd_ble_gap_phy_update() in the ble_evt_handler() as below:
case BLE_GAP_EVT_CONNECTED: { ...... ble_gap_phys_t const phys = { .rx_phys = BLE_GAP_PHY_2MBPS...
The CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING=y Kconfig option causes kernel booting to hang at line 505 of clock_control_nrf.c.
This is on the v1.7-branch of NCS ...
I have created a custom board containing the nRF52832. I have two copies. The first board works, meaning that I have flashed the code to it using the DK52, and I can power...