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 developed part of my code using UART, starting from the UART example in \examples\peripheral\uart , but before continuing I need to start doing things over USB...
Proxy Error
The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /index.jsp .
Reason: Error reading...
HelloI have to evaluate if we can start development with long range (coded phy). I like to see how fare away two devices can be placed to find them (long distance advertising...
Hi,
I am implementing ContikiOS on my custom nRF52823 board. I have been following the instruction here: github.com/.../README-BLE-6LoWPAN.md
I am running Debian 9 testing...
Hi,
I am trying to use the p21 reset pin as gpio but it is not working as expected. it is showing a 3.3v even when i am trying to toggle the pin. I have removed the CONFIGURE...
Hello,
I am just starting to develop on nRF52840. I want to use the USB functionality. Could you please let me know how to get the Vendor ID and Product ID?
Kind regards...
Hi,
I am trying to use the bit counter to get an indication about the length of the data I am sending.
After trying around for a while it turned out the value of the bit...
Hi
I'm using S132 V5.0.0 with the nRF52832.
I tried to add an include declaration to the last added primary service by using BLE_GATT_HANDLE_INVALID as service handle...
Hello Everyone
I want to interface an external flash mx25r6435F with nrf52832. i ll be writing and reading some data. It should be spi .
Can you guys please suggest me...
Hi, everyone, We develope the BLE project on nRF51822 tool that uses the ADC. But the read measures are different from IC to IC. At the link devzone.nordicsemi.com/.../how...
Hello,
I have see this demo
.hex are available witch is already nice, but I would like to get everything needed to reproduce it.
Does someone know if it's possible...
I'm using a custom device which has two services and each of them has one characteristic. I'm using notifications to send data to the other side and on each notification complete...
Hello!
I am a huge fan of "nRF connect"! This software is helpful! Thank you Nordic for giving us this for free!
When playing with a few devices (TrackR, Thingy, non-Nordic...
Hi Guys,
I need to implement the Zigbee gateway function on nRF52840, I have download the Zigbee SDK from the Nordic website, but currently only have version 1.0, and I...
Hi,
I am trying to send accelerometer values through bluetooth for nRF52832 and SDK 14.2. I am using "nrf-mpu-simple" program form this ' GitHub ' repository and added BLE...