After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
hi, i am using nrf52832 and a peripheral device , i had merged two programs uart and twi sensor . its working fine . now i want to get a resolution for my temperature data...
Hi,
I'm trying to read data which transfer from Nordic circuit using an android device. But when I try to call connect() function, it returns an error message saying "Read...
Hi,
I enable nrf51822 deep sleep mode with
and got 0.23uA current consumption instead of 0.6uA expected current consumption. What is happening?
This is the board...
Hello,
I'm having an issue when I try to connect to my device from an iPhone 8. I'm using s132_nrf52_5.0.0_softdevice on SDK 14.2.
The phone tries to connect and then...
Hi ,
I see always No response received on the master control panel for one of my nrf51 dongle pca10031 , Can you please help me how to trouble shoot this isssue .
...
Hi !
A questions to Nordic employees about the GATT Service Changed indications.
We have a peripheral with software based on SDK 12.3. When testing using android as a...
Hi all,
Not being a developer, but having a fair general understanding in IT and computing science, if I wanted to have a first approach but clear idea of all the processes...
we found a device using onsemi rsl10, it can keep ble broadcasting with current below 30uA, and can be connected by mobilephones
we tried to get a similar effect using...
hardware: power profile kit rev 1.1, nrf52840DK
mode: power profiling with DK
I am power profiling my application and found that if there is no current in the system,...
In NRF Mesh Android, when we set the init value for sequence number (SequenceNumber.java), it will check the sequence value stored in SharedPreferences and return 0 if SharedPreferences...
Hi,
as a new year's gift I've noticed s332 v6 is available from ThisIsAnt's download page. I'm developing on nrf52 using SDK v14.2 since it was the latest supported for...
Hi,
I am testing the light switch sample in mesh sdk 2.2, in server part I need to drive an I2C slave device, which may take some time to init, so I put the init code after...
Using SDK 15.
adc_read works properly in main loop.
When called from an APP_Timer or from BLE connect event, function hangs. I set a breakpoint at the handler, and breaks...