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...
I just setup Eclipse and trying to compile.. I was getting warnings.. I think I have installed all the relevant packages.. But still getting following warnings. Am I missing...
Hello! Developer,
Does anyone know how to transfer and store the value as big endian on memory address on nRF51 and send it over BLE to display value on MCP as big endian...
Hello!
I'm trying to get the 16 bit ADC value as 2 of 8 bit array from nRF51 development kit over bluetooth to MCP, but when it displays on the MCP the value is "swap"...
Is it a good idea to use nRF51 standalone as an Application Processor and also as BLE connectivity chip?
OR
Is it a good practice to use a separate Application Processor...
I have a question on - to me - seemingly weird behavior about copying data out of the event from the soft device.
Situation: I have a 32 bit integer characteristic which...
Hey all!
Newbie here. I developed and tested some code on an NRF51DK easily enough using mbed, and now I'm trying to put it onto a PTR5518 module from Xuntong (which I...
Could you rub my nose in Bluetooth SIG Core or just explain what does chip do when switching to very noisy channel? For example Wi-Fi working very close to our device.
Hello:
I have read the documentation but I cannot determine if INPTR and OUTPTR can be set to the same memory address? I will try it to see what happens but it would be...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi,
Everyone,
I found out on that ble_app_power_profiling application is developed for Lower power current consumption....as It keeps system in the system_off_mode until...
Hi,
I am trying to measure and minimize current consumption .....
Following previous question on this forum,I found way to measure current on NRF51 DK by cutting SB9....
Hello Everyone..
i am new to nrf52 and this community.
i am using nrf52 and android master control pannel.
in my code i define my custom uuid base to ..
//430Cxxxx...
Hi, I'm looking for an easy way to use the UART in blocking mode (or something similiar) with a receive buffer that is filled in background:
If possible using EasyDMA...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...