I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
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...
Hi,
We are developing a device that should work in multiple mobile networks, and some of these are known to provide no DNS server. As using a fixed IP address for our cloud...
Hi,
I want to read the data from the a cceleration sensor by I2C. Several days ago, I added the code about twi bus to "ble_app_template" example , it worked well. But today...
I have a custom board, I am using to evaluate nrF52811 from eclipse (I just prefer this over SES).
I have installed S112 on the flash and also my application at 0x19000...
I'm communicating with N25 flash memory, the page size is 256 bytes. there is a page_program command which can write up to 256 bytes. there is no way to write in the middle...
Hi I'm trying to change peripheral usbd_ble_uart_freertos example to central with nus_c I added the scan and nuc_c module. When I'm testing the application, before making...
Hello, I am using:
NCS v1.5.1 and the sample code from ~/ncs/v1.5.1/zephyr/drivers/sensor/max30101/ (max30101.c, max30101.h) nRF5340dk MAX30101 from Sparkfun www.sparkfun...
I suspect this is related to https://devzone.nordicsemi.com/f/nordic-q-a/36601/gpregret-and-nrf_bootloader-c-evolution-proposal (Case ID: 211047)
In nrf_bootloader_info...
Hi,
I am going to use the usbd_cdc_acm example for the dongle.
I added the pin definitions as below:
#define TX_PIN_NUMBER 13 #define RX_PIN_NUMBER 15
and changed...
hi
I use nrf52833 and nRF5_SDK_17.0.2_d674dde HID keyborad demo.
1. I pair PC success first , then I erase_bonds ,and repeat pair my pc. with other address but PC do not...
I'm performing power measurements with nrf9160-DK running the Serial LTE Modem application.
The example SLM has been modified to add support for HTTP, MQTT and also to relocate...
I have been following the NCS BLE tutorial part 1: Custom Service in Peripheral role - Getting Started - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com) for BLE and...
Hello,
I use nrf52832 and SDK 17.0.2.
I use flash crashlog to store crash log on the flash.
I enabled NRF_LOG_BACKEND_FLASH_START_PAGE = 0, which means flash log area...
Hello,
I have a problem with the GPS and more precisely the AGPS. I would like to retrieve my position with the thingy91, I created a project by taking the AGPS sample and...
So, for a while I have tried to follow these instructions: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hello,
Developing on Zephyr 1.2 and modem fw 1.2.
Developing a client LTE application. If I run the below sequence of commands periodically every 2 min:
eventually...