Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
Hi,
I have downloaded the new version of SDK (v.5.0) today and just tried your experimental ble_app_ancs (no modifications) but it seems it asserts with error_code=0xB...
Hi,
I need to know when to use the write_wo_resp property for a characteristics, and what is the difference between write and write_wo_resp property of a characteristics...
I've read a post from Marc Nicholas about the attempt to port the entire gcc toolchain under Xcode on Mac OS X.
As I wrote in another post, I've the entire gcc toolchain...
I'm getting started with this evaluation kit by working through the user guide and almost made it through the Blinky example before I ran into trouble.
After compiling...
We have some hardware versions of the Nrf51822: build BA, CA.
Is the new S110 v6.0.0 softdevice compatible with these hardware versions?
If it is not compatible, wich...
Hi.
Using 51822 with BLE stack, I was faced with the problem of low transfer rates (5kb) on my android device (phone). It is very slow.
Can work 51822 with standart...
Can I initial like below to generate 2 opposition PWM waves on 2Pins?
/* Configure PPI channel 0 to toggle PWM_OUTPUT_PIN on every Timer 2 COMPARE[0] match. */
NRF_PPI...
Hi All,
Now I'm doing the OTA and I can use the nRF51822 DK and Master Control Pannel to complete the firmware update.I have a idear but I meet some problem.
I use the...
Hi,
Is it possible to update the firmware through usb? i have a nrf51822 evaluation kit, and i also tested the firmware update over ble. Now, i need to update the firmware...
HI Everybody,
I am developing firmware for handling multiple ANT+ Sensors. i am able to collect data from 3 different sensors, but in below scenario am getting channel...
Hi,
This may be a silly question but I'm trying to generate two timed interrupt events using only TIMER0 (the MCU is nrf51822). My code is:
#define TIMEOUT1 3000 ...
I am beginner on this platform. I was hoping for KEIl IDE to aid my development, but since license fee is more, i wanted to try GCC platform. But unable to set it up. In nAN...
Hello,
We are developing an application that has to be able to send the data of a VGA image, and We don't know which of the GATT supported profiles will be the best to...
Hi,
I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit...