I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
I have an existing product using the nRF52832 SoC rev 1. We must transition to rev2 since rev1 is no longer sold. We use SDK12.0.0, with S132 V3.0.0. Have these software components...
Hello Team,
I have downloaded the Zephyr project and working on the LwM2M sample client application to make nRF52840 DK as an LwM2M client. I have followed the below link...
Hi,
Referring to White Paper nRF9160 Hardware Design Guidelines v1.0, what is the scenario (supply voltage, band, antenna VSWR, TX duty cycle...) behind maximum heat power...
Dear Sir,
I'm using nordic's example codes above to tx and rx, but i can not get them working properly. the LEDs should light on the receiver side according to the example...
I have a strange issue on the nRF9160-DK board using the nRF Connect SDK, GNU ARM for GCC v10.2.1, built using makefiles.
I have two threads that both wait on a semaphore...
Hi,
I am trying to change the tx power of Zigbee using the following APIs :
1) zb_set_tx_power(0x32); 2) nrf_radio_txpower_set(NRF_RADIO_TXPOWER_NEG12DBM); 3) nrf_802154_tx_power_set...
I am currently using a nRF52-DK to follow the connection between two external devices. I run the sniffer and start/stop the sniffing via Wireshark. When I start sniffing,...
Dear Team, I face Following error with example downloaded from Github,
error 1) Output/Release/Obj/saadc_pca10040/ses_startup_nrf_common.o: in function `InitializeUserMemorySections...
Chip: NRF52840
Firmware platform: Wirepas V5
Hello!
I am now writing firmware for a product based on HW&SW mentioned above.
It is powered by battery and sends data...
Dear Sir,
please do me a favor to reply on my following question.
our project is a keyboard which we expect can work on both ble and 2.4G. we will use other brand of of...
Hello
I am using nrf52832 and sdk v17.0 I recently succeeded in controlling several ws2812 LEDs through I2S. And now I'm going to combine these codes with the others.
...
Hello,
I'm trying to get the SPI drivers working in slave mode. I have tested my master (Atmel L21) on an Arduino and I can see my message clearly. I'm trying to get nRF52833...
Hello
I want to access to the buffer to see what I am transmitting for then change the data to transmit to be able to verify, also I want to know where I can find de Kconfig...