Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
I'm using the nRF52840-DK with SDK 17.0.2. I've developed part of my app, and would like to integrate secure OTA reflash for it. I've copied the code at examples/dfu...
Hello,
I am wondering if there is support for secure web sockets (wss:// protocol) together with the NRF52840 and if there are any example available. So far I got communication...
Hello Devzone Community,
To compile nRF Zephyr based applications at the command line normally depends on the meta-tool `west`. `West` has many capabilities and options...
Hey all Trying to understand how to properly build a basic bluetooth example without errors using zephyr between the 2 cores Error: manually cleaning and flashing reading...
Hello,
I use this code for system_off on a nrf52840 custom board. const struct device *button = device_get_binding("GPIO_0"); gpio_pin_interrupt_configure(button, SW0_GPIO_PIN...
nRF52840 Dongle is configured as Sniffer in the right way according to documentation. When sniffing capture on Wireshark is started, only the Advertising packets are captured...
I have a project where I use the nrf9160dk as a gateway between a BLE sensor and LTE.
The hci_lpuart sample is flashed tonrf9160dk_nrf52840 and the nrf9160dk_nrf9160_ns...
I got a Segger J-Link EDU to be use to program my Nordic Thingy 91. I have previously program the device via USB using the NRF Connect Desktop :Programmer. But connecting...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). I am using ncs v1.7.0 for development. I am trying out a few things...
Hello guys,
I would like to work using nRF52 as my processor to create products in the future, but I heard about Specific Absorption Rate (SAR) testing and that is good...
Hi all, I am a little confused by the requirements for the external GPS antennal options. My board is version 1.0.1.
In this page ( https://devzone.nordicsemi.com/nordic...
The project I'm using the peripheral BLE UART that has been modified to use freeRTOS and PWM.
I'm using two channel PWM to drive a resonance motor at 25.6 kHz. If I disable...
Dear
First of all, I am so sorry because of my english skill.
I got NRF_ERROR_RESOURCES when the connection between NRF Module and mobile device is disconnected due to...