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...
Hi,
i set the app_timer to fire every 60 seconds
app_timer_start(m_Timer_id, APP_TIMER_TICKS(60000, APP_TIMER_PRESCALER), NULL);
Is it possible to get the current couter...
Hi,
I have changed the ble_app_uart_c example so that it can connect to multiple peripherals(at the moment 2 peripherals, the goal is 3 peripherals). It works fine, but as...
Hi,
I had develop a peripheral with passkey in SKD12.2.0. Now i want to develop ble central to connect the peripheral and communicate with it. i don't know how to implement...
Right now I am facing a problem as mentioned below:
I downloaded nRF52 SDK version 12.3.0. It contains lot of example code. I found .eww file in each example project folder...
I am planning start to develop new sensor base nRF52832.
My question is if it's possible to receive the.DSN file of the NRF52-DK board (development kit)
It will be very...
Hello All,
I am designing the custom board for Automotive application.I considered nrf51824 SOC for automotive application ,is this suitable soc for my application?if yes...
I have this program running on KEIL 5, what could be the problem with the code and Do you guys have any sample code for mcp9808?
Note- I am using the wired connection not...
I'm using SDK11 and PCA10028.
hrs works well, but did not bond with central(both android(kitkat) phone and iphone) in the nRF Toolbox app, althogh it's device manager ported...
I was wondering if anyone has done any extremely high speed UART work on the nRF51 (or the non-EasyDMA module on the nRF52). I need to improve performance for an existing...
Hi,
I ran the ble central example code on nrf51822 16KB ram version without any problem. But when I run the same code in nrf51822 32KB version, the program flow goes to 0xFFFFFFFE...
Working on my first project in mbed using the Nordic nrf51-dk.
The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it...
I'm trying to rename my device using s130, but the name doesn't get applied.
I went back to the "roots", ie the HRS sample.
Just before entering the loop, I add a name...