Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hey,
So I recently got some test SIMs from AT&T to use for our development. I'm trying to get them working with my nRF9160 dev kit but can't seem to get a connection to...
This question has been asked several times but none of the answers is solving my problem. I am developing a ble application which was loading with no problems. I switched...
Hey,
I neet to change the PHY mode of my connection between nRF52840 DK and OnePlus6 (Android 9) to CODED PHY. If I try to change it, I'm always getting an fatal error and...
An ARM sales rep told me the CryptoCell-310 was discontinued and replaced by CryptoCell-312. Assuming this is true, what encryption module will nRF52840 be using in future...
Hi
I added print on line 245 and on iphone 6 can receive complete image data and display but on Iphone X , iphone X Max the data will stop before image data complete
https...
Does nrf 52840 have an inbuilt temperature sensor? I am getting some values when i see them through hercules software, so are these garbage values or internal board temperature...
Hello, I am developing a BLE application using nRF51822 on SDK 12.3 and SD 2.0.1.
I have an application with NUS service, in which I set the device name by sd_ble_gap_device_name_set...
Hello, I would like know if it is possible to play a buzzer using the Low-power PWM Library ? I am using the nrf51 DK and Softdevice130. The SDK I use is version SDK V 12...
Hi,
I just had a quick question - currently I'm using standard drive mode for everything, however in one case I'm driving an IR transmitter that could really do with a...
Environment: Ubuntu 18.04 Desktop with GNU ARM toolchain (gcc-arm-none-eabi-7-2018-q2-update), nRF5X SDK (nRF5_SDK_15.0.0_a53641a), nrfjprog , J-Link device and PCA10056 ...
Hi,
Device should run clock without stopping.
So one of RTC should run.
And device will run NUS peripheral.
In such conditions, i know that i should not use sd_power_system_off...
Hi, I am trying to develop my own board with on board nrf24L01+ coupled with ATMEGA328p . I want to know if there is any schematic of the same in EAGLE or if you have the...
Hi, I try to read data from the ICM20948 IMU with I2C from my nRF 52840 DK.
Initialization of the device is correct, the IMU ID is sent to nRF correctly which means that...