Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hi,
I have some problems with the example 'timer' and 'simple_timer' provided with sdk_15.3 (which are explained in my other ticket). So can I have an example which works...
what exactly ble_beacon stack is used for? what it does and can it be used to advertise or send user data (like string) and receive notifications from other devices ...can...
Im struck at some point with some error, added all supporting file along with header files but still im getting error. Im using sdk15.3 pca10040 nrf52832.
please verify...
I have a NRF51 DK board, and can't get it to do anything with BLE (probably including any of the examples that require a softdevice) but I ran the blinky examples just fine...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. It is placed on a custom board such that all pins from the nrf52 SoC are brought...
Hi,
My projects with Nordic chips thus far have been pretty simple, but now I would like to use an RTOS. My question is, do I use the FreeRTOS available in nRF SDK, or move...
Hi,
I have a problem with understanding, how bits in ble_gatt_char_props_t are related with Specification of the Bluetooth System v5.1 Table 3.5: Characteristic Properties...
If I use a breakaway for some debug pads which SWDIO and SWDCLK are connected to and then snap it off so the traces are no longer connected to anything, will this cause a...
I'm trying to run the https://github.com/NordicPlayground/nRF52-ble-long-range-demo on Fanstel modules with integrated AFE by Skyworks - BT840X(E) https://www.fanstel.com...
I'm trying to connect to an AWS MQTT broker I have set up based on the code in https://github.com/joakimtoe/fw-nrfconnect-nrf/tree/36532a8ca60bf7139a988b5cbb4e6cb47948a9fa...
Hello In this thread we discussed a possability of building a system with large number of conecctions. So, we need to get data from 30 peripheral nodes on one central host...
Hi,
I'm developing a product that should take an image of a low-resolution image sensor, process it and send the result via BLE.
The camera has an 8-bit parallel interface...
Hello, I was finally able to connect the board via LTE to my nRFCloud account. However, when I go through the getting started guide, specifically the programming a sample...
Hi
Now I use the SDK15.2+MESH3.10 build my project.
Because my firmware was very large.
Moreover I want to use the nRF Connect update my device.
So,how to integrating...
HI I started off to test all the drivers before the actual development process kickstarts.I tried using the TWI sensor example for an i2c driver check.I used a DS1307 simple...