Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
I'm working on a project that requires my device to be able to identify when a phone connects that has been previously bonded and placed in the white list. I need to be able...
Hi,
I have developed two different application on nRF51822 with two different location. One is start from 0x1D000 with max size of 16 KB and another start from 0x21000...
When i am trying to transfer data over air using sd_ble_gatts_hvx() function every time i am getting err_code 12 ( NRF_ERROR_DATA_SIZE ) error.
Here i can send data from...
I'm working with ble_app_uart_s130.
Compilation is fine and it works as expected in hardware.
I'm going to add application timer and scheduler.
To do that I have to set...
I want to use ADC / PWM / I2S / UART / SPI / I2C / at a time.
So, Can I use all GPIO pin assign any function?
If I can't use some function at a time, I want to know the...
Launch an example for UART (BLE PERIPHERAL) on the board PCA10040. When try to set the parameter APP_ADV_TIMEOUT_IN_SECONDS = 0 (no timeout) get returned NRF_ERROR_INVALID_PARAM...
Hello,
I have a question regarding AVDD pin.
I am using nRF51822 CEAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between VDD and GND...
Hi everyone
I'm facing a weird problem in my design and FreeRTOS. Apparently, my system was working fine, but along I'm adding more tasks, i've detected the system stops...
I'm using RS485 driver on NRF51822 uart. I started software developing with ble_uart exapmle.
RS485 as always has direction control inputs.
Before data transfer to uart...
In my app I have the following:
s110
20 ms min connection interval
100 ms max connection interval
4000 ms con_sup_timeout
I'd like to set the slave_latency...
Hi,
The documentation states -96dBm rx sensitivity for 1mbit BLE mode and -93dBm for proprietary 1mbit mode.
Is it possible to use BLE mode (3 in MODE register) but...
I want to scan for peripheral devices in central-role and at the same time i want to broadcast in peripheral-role. How do i have to initialize the Softdevice in this case...
Hi,
I'm originally iOS app developer.
I have been developing with custom PCB that based on nRF51 chip. (not nordic development kit)
My PCB has a gyro sensor and some...
Hi,
Whenever i m trying to upgrade my application using iphone with binary file then i get "unsupported DFU" error. what is meaning of this error and how can i resolve...
Hi please help,
We are facing a problem of Gazell failure (not getting interrupt on gazell ISR) when i perform external Flash write using SPI.
If i disable gazell and...