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...
Hi.
I'm developing application that is needed to include UARTE Interrupt.
I can drive UART interrupt well(not UARTE), but UARTE is not working.
Here is my code...
Hi, I need to send data larger than 16 bytes on a characteristic. I see that the maximum number of bytes I can send using the indicate function is limited to 16 bytes.
...
I am working with:
NRF52840 boards
nRF Connect SDKwith Zephyr
On Ubuntu
Desired behaviour would be:
Establish connection with Codded PHY
After some time disconnect...
Hello,
I'm working on a firmware for a device that is created using ble proximity example. It is power constrain device and required a connection interval of 30 sec between...
Hi Great Nordic Support Teams:
Our client is developing their BLE products with 5340 , and they'd like to use NCS SDK 1.4.0.
They setting up the NCS environment with...
Hello. I have a issue about fstorage.
first, I using S332 SD and SDK 15.3.0 version and 52832.
Init flow is below:
Log enable -> SD enable -> SD BLE & ANT enable ->...
Hi,
SES is not including the extra cmake build options, i tried prefixing "--" as we do it in west build, note that it works west build "west build -b nrf9160_pca10090ns...
I am attempting to create a custom Buttonless DFU application by building on top of the default example from the SDK. Specifically, I am merging the Buttonless DFU app with...
Hello,
I am new to the BLE world. I have a nrf52 DK and using softdevice 7.0.1
I am trying to to flash the basic blinky example.
In debug mode everything is fine,...
Hi, I have a custom board with an nrf52840 onboard I was able to program the nrf52, but then I executed:
% nrfjprog --eraseall
and,
% nrfjprog --pinreset
and the JLink...
According to the Zephyr documentation here the way to implement an application-specific exception handler is to define k_sys_fatal_error_handler. When I try to do this I get...
Hi. I'm doing the firmware on the custom board.
This board turns on when the button is pressed through the power button circuit. And I created the reset function using NVIC_SystemReset...
Hello, I would like to develop a simple program that sends and receives UART communication through 2 boards.
The example used "examples\peripheral\serial\pca10056\blank...
Hi, all
I'm using nrf52832 pca10040, s132..
I want to send and receive data over Tx , Rx pin.. with my custom board, cm1106 model..
<<<<<< I've connected the two devices...