Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...