Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hi, I testing the code using nrf5340DK kit written using nRF Connect SDK in SES. The CPU resets automatically, after few lines of code. The Output code and Task images are...
The product I'm developing uses the nRF52840 (vendor Fanstel) controlled using pc-ble-driver.
I will use the BLE_GATTC_OPT_UUID_DISC option to cause the vendor-specific...
HI, please see the attached images. In first image, a library function strlen() has an issue of No code for Breakpoint. In second image, the sum of various unsigned int variables...
I have some doubts regarding the implementation and purpose of the FTMS Control Point.
1 . As stated in the FTMS service delivery, the Control Point is used by the client...
Hello,
I want to use libuarte - advanced UARTE driver in our current application developed for nRF52832 with SDK 17.0.2.
My aim is to merge example libuarte and ble_app_beacon...
Hi!
I want to use my nRF 52840DK as a general purpose BLE demonstrator. I know that this is already possible by using nRF Connect for Desktop, but I'd like to develop a...
Hello,
according my Observation Zephyr, more precisely the rpmsg stuff for BLE between both nRF5340 cores, doesn't work when optimization is switched off. But stepping through...
hello Nordic
i am working with nrf52840 with ncs (on the process of moving to 1.8 currently 'v2.6.99-ncs1-1' )
i have several sensor drivers on my board and flash driver...
hello,
i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 i have included the dfu ota in my firmware my...
hello nordic team I ran the ble_app_uart example in sdk 15.3.0 on nrf52832. When i add printf("\r\n%d\r\n",15); to the code as follows, the program prints 15 to the serial...
Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a process to set the characteristic and send an indication using sd_ble_gatts_hvx...
Thank you very much for your help. I am currently working on implementing a PWM control function using the nrf52840. I would like to ask you about a build error that occurred...
I need to know in which case the SIW_DET pin is used. Does it depend on the version of the nRF9160 ? Then which versions ?
And is this detection function better in software...
Hello, guys!
I am using nRF51822 SoC with Zephyr. There is a need to configure multiple GPIOs as inputs, with the possibility to fire an interrupt on rising/falling/both...
Hi There,
I am working on a project based on nrf51822. I need to establish pairing the device with smart phone by clicking a button as confirmation on the nrf51822.
...