Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
I'm trying to decide the best way to be able to have sub millisecond time keeping, but keep the processor sleeping until it gets a hardware interrupt.
Basically I need...
Hello Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...
Hello all,
I am working on nrf51 series for mesh application so regarding Pre addressing of controller how will get to know the adresses of SOC's in mesh network?
can...
I am using the nRF51822 with the s130 softdevice, and I would like to control three RGB LED modules with three PWMs (R, G, and B). For various conditions, either one, two...
[CONDITION]
1. R1 = 1.5M, R2 = 430K
2. GAIN = 1/2
3. RESOLUTION = 10bits
4. Single End
[ISSUE DESCRIPTION]
1. If voltage is changed by 0.1V step (4.1V -> 4.0V), the...
Hello
I wanted to ask what is the correct way to use NRF_LOG_* functions along with printf (with RETARGET_ENABLED 1 ) and normal UART initialized with standard:
const...
Hi all,
I have some problem with the FDS write function.
This is some example codes for my FDS write:
// Global variables
static uint16_t fileID;
static uint16_t...
Hello, I am going over this example here:
infocenter.nordicsemi.com/index.jsp
I am a bit confused how this works. My intention is to create a slave, so a master can send...
Trying to get the BMD-200 board up and running and the blinky_pca10028.hex seems to work just fine but compiling it from source (blinky/pca10028/blank/armgcc)does not. There...
Hi I am using gcc based environment for flashing the nrf52840 SDK with BLE applications. I tried to modify one of the applications to send SPI data received from non-nordic...
I am using sdk12.3 with NRF51822 and the original ANCS project. It can successfully bond with iPhone ,but the bonding only takes place at the first time after the firmware...
Hi, I am currently trying to receive a characteristic notification using an Android device which is connected to a ble beacon with the nRF52832 microcontroller. It works fine...