Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
How we can get to know about the ADC sampling is done. On the basis of the sampling done i want to do furture opration like the stop sampling,Continues sampling. How i can...
Dear Experts,
I am planing to use 52810 to connect to a BLE speaker to play a short 'music'. I checked the BLE services provided in SDK:nRF5_SDK_17.0.2... but seems none...
Hi
I'm developing nRF52832.
I have a question about SPI communication.(\nRF5_SDK_17.0.0\examples\peripheral\spi I don't understand, so I ask questions.)
I want to read...
We plan to use nRF52840 in our new project. But the application is likely to be larger than 500 Kbytes
So we are going to use the only one Bank flash for DFU as in following...
We are thinking of making changes to the QIAA aQFN73 circuit configuration from 5 to 4 and use the REG0 DC/DC. VDDH will be connected to a single-cell Li-Ion battery (3~4...
hi, i am working with nrf52840 and need a stand alone qspi peripheral in the project. what is the straight forward way to get qspi into the code up and running without involving...
Håkon Alseth was helping me with this: https://devzone.nordicsemi.com/f/nordic-q-a/83126/hard-fault-using-twi_scanner-example I accidentally clicked "verify answer" when trying...
Hi,
I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832...
Hello,
I am using nrf52840, SDK 17.0.2, softdevice s140 and also implemented OTA DFU in my application.
I want to save some data lets say admin code in flash. Once I burn...
Hello,
I'm having difficulty getting the GPIO set up in a way that behaves predictably on the nRF9160 DK. As far as I understand it, the nRF52840 is what controls the GPIO...
Hi All! My question is that while using coded PHY is it possible to enable the ACK? In case no ACK receives then retransmission of the same packet to the receiver. Thanks...
I am trying to measure the frequency of the square wave on the ARDUINO_6_PIN on the NRF52840 Dev Kit. It seems like it works well until the square wave goes above 2MHz. Is...
Hi,
I see that in the latest SDK 17.1.0 there seems to be no example for regular UART but only for LPUART.
That made me wonder if there is any advantage in any scenario...
I have an external flash
S25FL132K
I am able to read , write and erase the flash with nrfx_qspi_cinstr_xfer function for 9 bytes. But I want to write more than 9 bytes...