I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Is it possible for nRF52832 to drive an SPI TFT 240x240 LCD and a TWI Capacitive Touch Panel with BLE and NFC? Is 64Mhz the highest speed?
What I mean is that is it possible...
I am creating a project which must use two spi at the same time , the one store data to flash and the other use to communicate with FT221 .In the datasheet ,I realize that...
Hi Devzone,
We are currently awaiting arrival of our custom board, based on the nrf52 chipset, and I've been tasked with determining any potential gotchas with programming...
Hello,
I am trying to implement a star network with more than one datapipes enabled, where (between other tasks) the PTXs devices have to synchronize their clocks (real...
Hey, I am compiling some code to both read ADC measurements and send the measure it over UART. I looked at the ADC+UART+SOFTDEVICE example on github and I think I am pretty...
Can you please provide me the iROM and iRAM settings for the S110 softdevice for the nRF51822? Specify the SD version you are using please.
I'm reading nRF51822_Development_Kit_User_Guide_v1...
hi
i get vlaue with this line of code
but i did not specify what char should get it value
how can i get value from specific char?
i have nrf51422 v2 sdk v6
hi,
Everyone,
I was just checking on nrf51422 Dev kit for LFCLK and HFCLK oscillator configuration.
with lfclk set to start external oscillator ,it does not start external...
I have a Project using DFULibrary framework in my workspace. When I try to archive my target to generate the IPA file, the IPA file is not generated and can't be exported...
hi,
when i run the application , i used the external spi flash to download the firmware from my company's server, then make a upgrade flag to the spi flash and reset the...
Can Nordic Semi technology be used to turn gold or silver jewelry, especially rings and bracelets, into payment devices, storing the payment card information? I am not technical...
The assert in the function below breaks the functionality when reliable is set to false (e.g. non SoftDevice code). It exists in (at least) SDK10 and SDK11.
Remove the assert...
Hello,
I'm a beginner in IOT and Nordic products.
I followed the steps given in the tutorials given by the Nordic developer zone and made the SDK act as central/peripheral...