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...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi,
I use nRF51822 with 256k flash and external sensor, and i want to write the data i receive from it via SPI to internal flash?
After the data received i want to send...
I've seen a few posts in regards to the usage of MCP in a windows virtual machine. From what I can gather, this setup just will not work, however I haven't really seen an...
Hello:
I was wondering about the random addresses programmed into the FICR on some of the devboards that I have. I read the devzone and it appears that the DEVICEADDR is...
I read that the DEVICEADDR is always in the advertising packet, so i need to take these data from the master each time that a slave is conected to them. I trying do something...
I'm using nRF52+SDK11.0.0+s132. In the ble_hrs PCA10040 example, the following are defined:
BLE_STACK_SUPPORT_REQD
BOARD_PCA10040
NRF52_PAN_12
NRF52_PAN_15
NRF52_PAN_20...
Similar to the thread posted here , I am trying to merge SD+bootloader+application and flash this to a nrf52 using the Segger programmer. This saves us a huge amount of time...
What is the best way to start a new nRF52 project, on a custom PCB?
I have a custom PCB, with nRF52 module. I use IAR, with ST-LINK V2
Say to test the GPIOs, do I start...
I took a look into the PCA10040 and the differences from PCA10036, seems to be minimal...
NFC connector and some breaking points. My question is: if somebody from Nordic...
Hi,
I am new to the nrf52. I want to implement the code that gives me current date and time value based on default set values.
for this i need to read the current counter...
Hi
Any ideas how best to implement a combined iBeacon and standard advertising device (both devices are active at the same time) ?
The iBeacon has to send an advertisement...
Is there a way to generate a DFU OTA image from OS X natively without having to use a Windows platform? It seems that the missing step is dat file generation and json manifest...
Hello guys,
Firstly, i would like to apologize if this post doesnt belong here. But i couldnt find any other platforms anywhere else for me to ask this question. So i have...
hi .
i did what this linke says
but it get me these error
..\main.c(632): error: #20: identifier "NRF_CLOCK_LFCLKSRC_RC_250_PPM_TEMP_8000MS_CALIBRATION" is undefined...
Hi,
I've got some really simple code I've been trying to get working with SPI on nRF52 (while also using SoftDevice):
///MISO, MOSI, SCK set, but SS not
err_code =...