I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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...
I set sd_app_evt_wait in vPortSuppressTicksAndSleep and got the average current. is 0.7ma, Using Other tool measurement , this demo will suddenly increase to a few dozen mA...
Hi...
Sorry if the question is simple.. but Im stuck....
Im using 52840 + SDK 15 + SD 6.0.0
Im starting with Ble_uart_app..
I added some function of when it connected...
I am trying to find an example to do a BLE pairing. This is my first BLE experience and working with nRF52832 using SDK15.2 and softdevice API 6.1
I am trying to do a base...
Hello,
Now i use NRF51822 DK with code in attachment to test app_timer hangs.
Fristly , you can press button 0 to start a 100ms app_timer, and we can see it through uart...
I am attempting to use Enhanced Shockburst/Gazell working with coded PHY, in order to achieve long range communications with very lower power consumption. I have searched...
Hello, I am experimenting with your nrf5SDKforMeshv310
I can compile and download the included examples.
Because I own a few Thingy 52, I wish to flash them as light_dimming_servers...
hi,
I am trying to add SPI (master) codes into the ble_app_uart.
My setting for SPI is as follows:
#define SPI1_ENABLED 1 // #define SPI_INSTANCE 1 /**< SPI instance...
Hi I am using nRF52832 board amd i am trying to debug ble_app_uart as Central.
BLE connection is established between this central application and the peripheral.
Opened...
i am using nrf24l01+ on arduino devices, one arduino device as master, and other arduino devices as slaves. I like master to broadcast a radio (dataToSend) toward all slaves...
nrf52832, keil with startups from sdk13
Initialization:
IntHandler:
With one event everything working well. Then I add another:
I need to measure SENT signal...
hi.... folks
i am using nrf52840 development kit , and i debugged the merged programs such as uart and twi program in it .does it will give the temperature data?
i am...
Hi all,
Please refer to the SDK version : nRF5_SDK_15.2.0_9412b96.
We need to use two uarts simultaneously for module & device respectively.
For example :
UARTE0 ...