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...
Hi there, I use the openthread and I have some observation: when I at first turn on the MCU I generate random network parameters with otDatasetCreateNewNetwork(), when I reset...
Hello,
I have an app that would be beneficial to use a "scheduler" with the APP_TIMER etc...
I am using nRF52 SDK version 15.0.0.xxxxx.
Starting with the basic: start...
Hi All
I am now working on nRF52840DK about channel selection algorithm. I am wondering if it is possible for me to apply my own channel selection algorithm on the development...
Hi Sir,
As follow the Getting start guide from nRF connect, I follow below command to get the latest example code.
------- west init -m github.com/.../fw-nrfconnect-nrf...
Hi!
I'm using the ble_app_uart example with SDK 15.0.3 and nRF52840 DK. I'm using Termite as the terminal.
When receiving data from an iPad to the nRF, with the nRF as...
Hi,
I'm trying to have a PCA10040 working as a scanner of BLE peripherals to be able to connect to my own BLE Nordic device, write a characteristic and close the connection...
Hello, i am trying to erase page from flash using sd_flash_page_erase(page_number); but it doesn't work. I find page number by doing my address (0x0002D000) to decimal (184320...
The product specification state that there is an integrated IP stack in the nRF9160 device. Unfortunately there is no more information available how to use the stack. Also...
Hello,
Does anybody know where I'll be able to find an EAGLE library for the nRF52840 CKAA chip (the WLCSP-93 package)? I've looked around and all other dev boards that...
Hi Nordic team, I am trying to enable I2C driver in SAADC example which is located in examples\peripheral\saadc\pca10040\blank\arm5_no_packs
As you can see I am using Keil...
Hi,
We are developing product that developed using USB, Zigbee and BLE of nRF52840. We dont want to for new VID registration for just one product and thinking of using VID...
Hi!
I am trying to get a basic NRF_LOG_INFO("some text here"); to print text to a terminal in Segger Embedded Studio. I'm using Termite as the terminal and SDK 15.3.0. To...
Hi
I am using nRF52840 DK for development and using nRF-IEEE-802.15.4-radio-driver code from SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
I want to implement functionality...
Hello,
I am newbies on nrf51 and keil uvision 5.
I just start to learn nrf51 development.
I saw that with keil 5, it is possible to flash Sofdevice directly from IDE...