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...
I am using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...
want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code...
Hi, Is it possible to estimate the power consumption cost for sending data based on information provided by the modem?
Note from nRF9160 HardwareVerification Guidelines...
I was trying to connect to NRF52-DK using this Python script:
https://github.com/thomasstenersen/pyrtt-viewer/blob/master/pyrtt-viewer
It runs fine on some machines, but...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
Simon posted in this discussion an example of adding a custom service to the...
Dear Members,
I followed the step on :
https://devzone.nordicsemi.com/f/nordic-q-a/71299/getting-hardfault-error-when-using-ble-lesc-pairing/292979#292979
and I got...
Hi,
I'm developing with 52832 DK. I used 'CONFIG_NFCT_PINS_AS_GPIOS' to config pin9, pin10 as general GPIOs and set pin10 to SPI_MOSI. However the system crash when applying...
Hi,
I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer.
I have implemented the BLE communication...
Hello,
I'm new on Nordic environment, I'm designing a RF module that require low latency to transmit few bytes (less than 10) in less then 10ms from a triggering input...
Hello,
Referencing the specification , the time it takes to complete the COMPARE task upon triggering is not directly outlined.
I would like to have the following function...
Hi,
I've installed VS Code 162.3 on Windows 10 machine via Toolchain Manager. I've also installed nRF Connect extensions for SDK v1.7.1. The build system works under NCS...
We need to know the list of configurations to explore more like the following configurations in proj.conf file
for C++ files we enable following configurations in proj...
I use cli library functions for serial port communication, using macros to define m_cli_uart and m_ m_cli_uart _transport variables, program compilation is no problem, when...