I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
Hi,
I have a small question regarding flash write/erase cycles and I was unable to find a clear answer.
I can see in NRF52 specs:
Flash write/erase cycles: 10...
Hi,
I've been trying to get DFU updates working on my device for a while now... I've got the single-bank bootloader compiled and seemingly working (and a combined hex file...
how to modify ble hand shake time which normal connect to phone.
this scene the ble board has connect to the phone, but need down scoping the ble time to let the 2.4G work...
Hi,
I would like to save some data from characteristic into the Flash. Due to this fact I decided that I will use scheduler. When the value of actual characteristic is...
We are trying to complete Bluetooth qualification on our Cycling Power Service (CPS)
against the Bluetooth Test Specification (Document Number CPS.TS.1.1.0).
We fail the...
Apparently, the dfu bootloader example in nrf51 SDK 8.1 is not working on PCA10031 type(16K RAM devices). In my case, the device is RedBearLab BLE Nano and nrf51822.
Can...
Hello,
because of my mistake, rx tx pin was not cross connected.
So i want to swap rx tx pin on nrf51822.
In the example ble_app_uart_s130_pca10028, i change the code...
I used the example in nRF51_SDK_9.0.0_2e23562\examples\dfu\experimental, the first time that work well. But when I want to update a app in app(with dfu function),it failed...
Sir,
Can someone tell me what all things I should remember while I am trying to execute a project which is developed in sdk6 to be excecuted in different sdk file(maybe...
Hi, i'm using a code to save 4 bytes on the flash memory and it works. In, fact i checked the data address concerned using the keil and i see the changes when i write and...
I can send a CR terminated string through the UART using tx fifo OK.
BUT, if I receive a string from the UART rx OK first, and then try to send a string, only the 1st character...
Canyou please tell me how to do , to save correctly 4 bytes in my program that uses flash memory for bonfing. i have how to save 4 bytes function seperatly, and my program...
Ported the hrs_rscs relay central-peripheral app with peer mgr to custom platform with mutliple peripheral devices, and it has been working very well. The last step is to...
Hi,
I have a app that using a constantly blinking LED started at power-up, however I am having some trouble stopping the timer.. (Yes, I know it's simple.. but i still...