I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hi, i need to calculate the frequency of two PWM.
When it comes to frequency calculation, the counter function is the best solution, i think.
i'm using SDK 6.0.0 for...
I want to develop an app that wakes app from sleep mode after pressing 2 buttons, then if these buttons are still pressed for 5 secondes i want to do an action ..
Any idea...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to...
I'm using SDK 11.0 and example\ble_central\ble_app_hrs_c
I have cut SB1 SB2 to disconnect the 32Khz crystal from the pca10028 and configured the example program to use...
Hi, When I write data synchronously to memory (nRF51822), I do :
APP_ERROR_CHECK(pstorage_block_identifier_get(flash_handler, 2, &block_handler));
APP_ERROR_CHECK(pstorage_clear...
Hi,
Im having a problem with connecting my phone to nrf DK.
im trying with apps from examples and they work well with HTC one, but my Samsung S6 fails to find device ...
I flashed dual bank ble bootloader from newest SDK (6.1.0) and used it to load my application to chip. I also modified my application (according to instruction here: devzone...
Hi, I have two device. S120 Scanner and S110 Peripheral Device.
At Scanner, I use SDK 9.0.0 and S130 1.0.0, At Peripheral Device, I use SDK 9.0.0 and S110 8.0.0 ..
Scanner...
hello,
I have a custom board which works fine with SoftDevice+Application , but if i Combine a boot loader hex that i complied it doesn't work. But the same ( bootloader...
I found and implemented an example that gives me a decent idea of how to go about polling for data with the UART/FIFO. However this doesn't give any indication of how to use...
Hi.
Trying to set up the Ubuntu development environment for you nRF52 development kit.
I followed this tutorial:
devzone.nordicsemi.com/.../
Stuff done so far:...
I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice.
If...