Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
We would like to have that all communications, programming, and supply related TPs and SBs should be kept for debug purposes. Otherwise, we would like to remove all unnecessary...
We're working with the NRF5340 PDK, and it's a pretty big library change from the old SDK. So far I've been unable to find out where to configure the bluetooth PHY and link...
Hi everyone,
The task is as follows. I set up data transfer using notification. I transmit ~ 83 kB in ~ 10 sec. The connection interval parameters are as follows:
The...
Hi Guys,
I flashed the ble_app_uart example available in nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\ses location to NRF52840 DK board. In...
Hello,
I have been trying to get RTT to work with the nRF52810 but trying to compile the examples leads (as usual) to errors because there are a load of libraries and files...
Here is my program:
#define EXIT_PIN 31
void EXIT_Init(void) {
nrf_gpio_cfg_input(EXIT_PIN,GPIO_PIN_CNF_PULL_Pullup);
NVIC_EnableIRQ(GPIOTE_IRQn); NRF_GPIOTE->CONFIG...
Hi,
Our project is 2D-3D mouse. we are using nordic "ble_hid_mouse" application with some required changes for our application.
SDK we are using is 15.3
ISSUES ...
Hai,
we are using nRF52832 and Nordic connect for our development and testing work
we are facing disconnection issue on android after ~3min so we changed the CONNECTION_MIN_INTERVAL...
Hello,
I tried to configure Ozone for aws_fota sample without any success. I loaded elf files but one is debuging mcu boot and the other never access to the main. Do someone...
I just get one NRF9160 DK(PCA10090 0.9.0) to test the default asset_tracker application with Basis Simcard in the Oslo area. The modem firmware is mfw_nrf9160_1.1.0.zip. I...
In order to implement the standard RSA-PKCS, raw data must be signed with the private key without performing a hash.
All the CRYS functions wants either a HASH as input...
I want to drive a WS2813 led strip using a NRF52810, as NRF52810 does not have I2S, is there any other way to drive the strips. Do you know if there is any library for doing...
Hi,
I am using nRF52832. The chip is connected by SPI with main board on which Nuttx is running.I am developing code to download file from external device using blue-tooth...
Hi
Good day!
We are working on the BQ24715 Digital Charge controller IC and it has got an SMBus communication port and tried to set up communication using the nRF52832...