Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi, Dear Nordic & all:
when I run the ble_app_hids_keyboard example in nrf52820(SDK17.0.2), I meet a question:
1、Frist I use my iphone connect ble device and pair success...
Dear Nordic:
so I want to know In nRF52 serials chips, How much HFCLK CONTROLLER ppm is the frequency offset distribution and production FT control range? Do you have any...
Dear all, now I am making a data sampling system with multi peripherals and one central. The peripherals sample data from sensor via SPI port and transmit data to the central...
Any SSD1306 example for nrf51822 ??? I found this but is for nrf52.. i try to add it for my nrf51822 but there are tons of functions with different declarations in my sdk...
I have nRF5340dk board and my question is that can I use only networking processor to run the BLE applications? If not why? As the Radio hardware is only connected to networking...
Hello , I want to read analog values from potentiometer using analog pin P0.04 (A0) on nrf5340 with zephyr ecosystem . Where can I get beginner documentation like setting...
Hi,
I'm a beginner, and currently working to implement a low-power controller using nRF52-DK and Power Profiler Kit (PPK).
I ran the following codes (system off) and expected...
I have setup a 1-1 paired central(+peripheral) <=> peripheral Central is a 52832, SDK 16.0, SD s132 v7.0.1 peripheral is a 52811, SDK 16.0, SD s112 v7.0.1 My code is based...
in this example
/root/ncs/nrf/applications/serial_lte_modem
I want to build_nrf9160dk_nrf9160 in secure mode
but compile error #ifndef CONFIG_TRUSTED_EXECUTION_NONSECURE...
Hello,
I am confused on which plateform I should use to program my nrf52832 chip.
First it is advertised to use Segger Embedded Studio that I am trying to configure...
Hi all. I am using Keil for programming a nrf51822 & SDK 12.3 I want to use the SSD1306 OLED Drivers in my project I follow these steps: 1) I copy .c and .h files form github...
Hello,
Im using a NRF52840 custom made board and im having some issue with the I2C communication. There are 3 units on the I2C line, the MCU and two sensors, the diagram...
Hello,
I am doing a project for college with nRF52840. It's about a mobile phone with an app that send the location of the device when a user touch a button. This message...
I'm using the nRF52805 BLE function to send senor data to my phone (Android). In nRF Connect App, the data updates at a quick speed, which is expected (see image 1). I would...
Using Keil uVision 5.33 together with Nordic SDK 14.1.0
I'm not able to compile+link the example "ble_peripheral \ ble_app_hids_keyboard" because the code exceeds 32 kBytes...