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 have nRF52 dev boards. The device is programmed as a custom beacon. For saving the battery, the device send 3 advertisements at 300ms interval, then sleep for 10 seconds...
Hi I am working on nrf5340 direction finding example using nrfconnect zephyr v1.6.0-rc2. i had build example zephyr\samples\bluetooth\direction_finding_connectionless_tx for...
Basically, I implement code using uart0,uart1,ADC,I2C for EPROM and temperature chip, SPI for the external flash and lsm6dsl chip.
I use a Zephyr timer to keep a one second...
Hi. I'm developing solution for vehicle driving data gathering system.
Our customer want to get the driving data for 1000/s.
So, I was developed hardware and software...
Hi:
I am new to nRF52 and using SDK17.
I got a power consumption issue about the TWIM.
Before calling " nrf_drv_twi_tx", the current is 0.18mA
After doing that the...
Hello, all.
I'm using nRF52833, pca10100.
I want to disconnect BLE manually when I press button. (my own device's touch pad)
My project is modified reffering to Multi...
I'm developing using a PCA10059 board and SDK17.0.2 a dongle to communicate from the computer to the sensor, using the dongle as an intermediary for this communication. For...
Hi,
I tried interfacing LIS3Dh using SPI, I used the SPI example to start with, when I didn't get the desired result, I look numerous question on the forum and tried to...
Hey thread developers,
I see that CLI example and simple COAP example both have command line interface initilazed. But in cli example I am getting cli on usb port, while...
Hi,
I work with win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk.
I try the sample peripheral_lbs, I can use the BTN1 to turn on a led when I push the button...
Dear all,
Another quick question.
What is the purpose of antenna LC network on reference design specifically? Does it meant for impedance matching or harmonic suppression...
Hi there,
Let me ask a question regarding signal strength.
Every cell phone shows signal strength with the number of bars on the top right corner.
I am wondering how...