Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
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...