I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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'm testing new nRF51822 Beacon v1.1.0 dedicated for smart beacon kit (pca20006). I'm using nRF Toolbox app version 1.4 and iphone 4s with ios 8.1.2. I've followed...
Hello, gus
our design will be in mass prodcution stage,I want to find a efficiently way to load our hex file to NRF51822 modules, how to use batch processing to call nRFgo...
hi, my application with nrf51822 needs a clock keeping active when the chip enter system off mode or sub power modes. So when the system wakes up from low poer mode, the timer...
Im using the Raspberry Pi as my transmitter and PIC16F886 as my receiver. For the RasPi im using the library from TMRh20 and on the PIC side using code I got from various...
Hi guys,
I follow the steps of and everything was ok before executing the connect command. I can see the MAC address with "nCOAP_Client" after I input the hcitool lescan...
I strive to always compile with no errors and no warnings. One file has some test functions that are only used when built in test mode. Is there an existing macro to suppress...
Hi All !
Sorry, but I do not find answer for my question in any resources.
How to confirm indication in iOS CoreBluetooth?
If iOS work as central, in CoreBluetooth no...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hi all, I m new to Bluetooth Low Energy. I have to develop an indoor positioning project based on Bluetooth Low Energy 4.0 in which i have to locate person's current position...
My ble device try to notify a data to my android mobilephone after phone connect it,but sometimes,phone can't receive the data and error 8 occur .this happend frequently when...
Hi,
pstorage_raw_store() API fails as p_src address is not 4 byte aligned (i.e. 0x20002b1a), as p_src is RAM address and also as its "SOURCE" address is it necessary to...
Hey Folks
I wonder to design my own simple circuit based on NRF51422, the circuit should connect to a mobile app. By the way I'm I wonder to follow these steps:
visulaised...
Hi all,
I have one question about the deep sleep wakeup process in NRF24LE1. I want to realize the function that "when I press the button, it will cause rise edge on the...