Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...