https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-5-serial-peripheral-interface-spi/topic/exercise-1-10/
spi frequency is 1000000 in DTS...
I am in the development phase of a Bluetooth based system design, which will be able to receive audio stream from any mobile device and play on the speaker, and also it would...
Is there a way to modify the distance measurement sample code to where it is intended for one transmitter and multiple receivers versus between just two devices? I am trying...
Hi all,
I'm unable to flash my nRF52840_XXAA using the nRF Connect extension in VS Code. My project uses the command:
west flash -d <BUILD-DIRECTORY> --dev-id 1050304532...
Hi, I am having trouble with the connection of my mesh nodes and my Smartphone over the nRF Mesh App. After flashing my boards ( nRF - 52833, 52840, and 7002), most of the...
Hello,
We are using the nRF52840 on our own board.
When I added up the current consumption at 3V, based on the datasheet, I get 14.3mA (CPU from RAM, Tx at 0dBm 1Mbps...
Hi,
Where can I find the nRF9151 CE/RED RF test results for the purpose of CE delta certification of a new product based on nRF9151? (i.e. leveraging existing nRF9151 certification...
Hi
I have problem make the examples in the SDK 11. I get at "No rule to make target"
C:\konskimo\NYII\Spec\nRF52832\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blink...
Hi,
when using timeslots I cannot turn off the external crystal that causes an higher consumption.
I already read this post and tried to turn off the timer0 (using STOP...
Dear Sir,
I merget (Software Device) + (DFU bootloader) + (Application firmware) into PE280_WS.hex
And use the script <<nrfjprog.exe --program PE280_WS.hex>>
it reported...
I'm having trouble building the ble_app_uart example in: SDK11/examples/ble_peripheral
My build environment is:
Ubuntu 15.04
SDK 11.0
GCC
S130
PCA10000
nRF51822_xxaa...
Hi,
I have a pretty hard time to get I2C/TWI running on my 52832 Dev-board (pca 10036).
My problem is, that i do not get any physical I2C signal out of the board's pins...
Hello, this might be a silly question, but i've seen various Nordic examples and i don't know whats the difference?
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500, UNIT_1_25_MS...
nRF52 series compatibility matrix says that you can get the IC revision using nrf_ic_info_get but it is only implemented for nRF51. Does the following patch add support? ...
I am attempting to follow the BLE UART tutorial and everything seems to be going well until I fire up termite and try it out. My phone successfully recognized and connected...
hello,
Every example of nordic is done with only one main.c file , i want to have a
separtate new.c and new.h file and take all the code from main.c and put it to
the...
Hello,
I am using SDK version 9 with softdevice s130 operating as both a central and peripheral. I provide a custom peripheral BLE service, and when it receives some information...
Hello,
I tried to use the example of SPI slave with the sdk 10.0. But I have an issue: the character "Ignored Transaction" is send on MISO pin.
I would like to now why...
Hi, I'm somewhat confused about using GCC, since I don't want to use Keil.
I'm using nRF51 DK.
I see makefiles in the example subdirs of SDK, but I would expect at least...
Hi all,
I am developing a mesh network and i am using pca10001 EK V2.2.0 for nrf51822. Some one suggested this link: github.com/.../sdk-8-support
I did what they suggested...
hi
in my nrf51422 v2 there r one phone that cant detect my nrf and i think its because of the phone because other phone can detect my nrf
now what parameter is important...
I configured nrf51 with MIN MAX connection inverval this way
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(100, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(200, UNIT_1_25_MS...