Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
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 want to make my nRF52 turn on every 5 minutes, send data to a device over BLE and go back to sleep. For some reason once I turn on BLE advertising LED1 becomes solid and...
Dear Nordic Team,
Thanks for supporting.
We are worked in nRF51422 development kit.How can i enable DFU service in all BLE APP examples source codes in main.c
Please...
Hi,
when I use nRF Connect (or MCP before) to browse my BLE service, I get shown some garbage if I use many characteristics in my service.
When I use 45 characteristics...
Hello people,
I'd like to use the NRF52832 (QFAAB0) / PCA 10040 / S132 development board as a data logger. For that I soldered a micro-sd card reader and started using...
I set the connection as follows:
#define MIN_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(500, UNIT_1_25_MS)
#define MAX_CONNECTION_INTERVAL (uint16_t) MSEC_TO_UNITS(1000...
I am trying to use the mesh network using the nrf51822. I have to use the app_timer with my application. Mesh library and the app_timer library making conflict with the SWI0...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
I have checked the datasheet between 51422 and 51822,they look the same,but why the NRF51422 can flash BLE and ANT+,but 51822 can't? Is the Radio part different,or the Flash...
I have based my firmware on the Proximity Application example.
Now I need to extend my application to support BLE DFU service.
But as i read Extending your application...
Hi,
I am using the flash memory for a few variables and it works very well. Now I have one flag which is defined by #define statement and if it is enable then the initial...
hi,
i have nrf8122 module . want to flash a hex file in it by using nrf51 development kit. is it possible to flash code in the nrf51822 module. other wise please provide...
Hello everybody,
I'm working in a project & need to listen for notification from installed applications in the mobile phone & update the mobile app with some info about...
I have combined Nordic's serial connectivity code and Nordic's serial DFU example.
Upon initial powerup, the nRF51822 draws an expected amount of current (~600uA). When...