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 dear, I'm make the tests with send and receive informations using the code base mesh. I need help to better understand the transport of this data
Initially I set my...
I am currently working on LE Audio broadcasting. The system operates successfully on 1M PHY, but I would like to use it to function on CODED PHY as well.
Both the receiver...
We use the https://api.nrfcloud.com/v1#tag/IP-Devices/operation/OnboardDevices endpoint to create and onboard new devices.
Recently, with no changes to code or certificates...
Some questions during the development of a DF project using the nRF52833DK:
Will excessive serial output affect the performance of the microcontroller? For example,...
Hello,
On my custom board, after upgrading from NCS version 2.5.1 to 2.6.1, BLE stopped working.
I get immediately the following trace after calling bt_enable(NULL)
...
I'm migrating from ncs v2.3.0 to ncs 2.6.1 in order to have the ram retetion working with the mcu boot.
But after some modification on my board file using a nrf5340 I get...
I have a custom board file which is based on nrf9160, I want to use it using the west build command and later flash it. I tried the steps under this tutorial: Nordic academy...
Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.
Now we get the following error...
Hi all,
I'm developing a project on top of nRF5340. Thus I created a custom board definition in my project area:
That is a direct copy of ncs/zephyr/boards/arm/nrf5340dk_nrf5340...
Hello,
we are trying to use the nRF9160 as a serial modem for a Raspberry Pi running on Debian.
The application is basically the nRF sample "nrf\samples\cellular\modem_shell...
Hi,
I'm trying to build the Serial LTE Modem in my nrf9160 SIP custom board to communicate the STM32 MCU with the nrf9160 using AT Commands via uart.
My physical connections...
Hi,
I created a custom service in accordance with NUS service. I am able to assign all handles, subscribe to notifications. But I am not able to read any data from the device...
Based on my understanding on SPI signal, CS/SS pin need to pull down to low when read/write and pull up high when the action is finished.
May I know if this feature has...
I'm currently working on a project that uses the MLX90640 IR sensor. By default, this device has an I2C address of 0x33, but it can be set up with one of 127 different I2C...
Sifting through previous posts about redirecting printf to uart by using retarget.c, I have found this will work on previous versions of segger (5.42). Has anyone gotten it...