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
We have a product that uses nRF52832 and works as a peripheral, connecting to mobile phones. Lately we have noticed that in some clients with Android phones, they cannot connect...
Hi,
I am using nrf52840 and SDK 16.0. I have already used SPI 1 and SPI 2 instances.
Now I am using SPI3 instance. Initially SPI 3 is initialized in non-DMA. and it worked...
Hello,
I am inquiring about the development guide for the coexistence of BLE and WiFi using the nrf7002dk board. Since I have recently transitioned from the nRF5_SDK development...
i have switched to New DK nRF52840 Rev 3 , PCA 10056 3.0.0. from old dk nRF52840 PCA 10056 1.1.0 . as the old dk has stopped working n no LED5 light on when power on .
1...
Hello, ive been having a problem since yesterday with building procedure. Those are the errors that im having, I cant actually build any project even samples, i dont remember...
We are developing a custom board using nrf52811 we have CH201 sonsor on board but can't find a way to program it.
have anyone had an experience with it or is there Nrf sdk...
I have a question. The device currently under development has a BMI270 sensor, and we are using the sensor driver included in the NCS. Is there a way to suspend or turn off...
Our production line has stopped working since our PCB supplier has changed our MCU (N52840) from QIAAD0 to QIAADF0.
We have tracked down the issue to a "--verify" flag...
Hi, I am working with ncs v2.6.0 and I face the same issue than this post :
https://devzone.nordicsemi.com/f/nordic-q-a/98765/weird-nrf5340-behavior/420856?focus=true
...
I am using the nRF Connect SDK v2.3.0 to build applications for nRF5340 audio boards . In particular I am interested in the application : ..\nrf\applications\nrf5340_audio...
i am using nrf52840 s140 sdk ver 17.1.0 dfu/ secure bootloader/ pca10056_s140ble_debug example after flashing the code the flash memory is almost full ie 99.6% is the sdk...
when ntfx_spis_init() is done , NRFX_ERROR_INVALID_STATE errer occured.
pcb_state is NRF_DRV_STATE_INITIALIZED.
my code is
int cc3235_spi_init ( void )
{
...
Hello, Hardware : nRF5340DK SDK : v2.6.1 Context : Creating a prototype using a Load Cell and transmitting its weight on BLE. Disclaimer : I'm new to the settings subsystem...