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 am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hi,
I'd like to use SPI and I2C simultaneously on nRF52832. But I came across this post which says "if you use SPI0, TWI0 is not available". Does this prevent me from...
I took the I2S example from SDK15 and while compiling I am getting the following errors. I tried but I am not able to solve it. The same happen when I have taken twi example...
Hello,
SDK : 16.0.0 Controller : NRF52840
I have 2 app_timer instance, one is used for longer sleep like 24 hours, and other is used to blink led when device is performing...
If you are broadcasting in normal mode, this code will not report an error. But if you are broadcasting in long range mode, this code will cause a FATAL ERR. If you are broadcasting...
I am wondering if it's possible to conduct a serial UART loop back test on nRF. For example, if I use a wire to connect the TX and RX pins together, and send something out...
My understanding is that Thingy:91 HW doesn’t support FOTA update of nRF52 from nRF91 since the reset control line isn’t connected from nRF91 towards nRF52. My understanding...
I am working with the udp example in nrfConnect for the nRF9160
I see that CONFIG_UDP_DATA_UPLOAD_SIZE_BYTES has the value of 10 (bytes of payload). However, I do not see...
Hi
I have my custom board with nRF9160 module running Serial Lte Modem application, and an external MCU talks to nRF9160 over UART and access using AT commands. The custom...
We are using nrf9160 and Modem firmware 1.2.3. This might be a regression of this bug .
Our concept is to switch the modem on via lte_lc_connect_async(), exchange some MQTT...
Hi,
I have a requirement, using the latest mesh sdk ' nrf5_SDK_for_Mesh_v5.0.0_src ' on nRF52 Development kit(PCA10040), I want to generate the temperature data from DK...
Hi,
this is my first time trying to use nrf connectivity tools, and my setup is a bit strage (and I have no clean DK setup to compare with:-(
I have to update firmware...
I am developing an IEEE 802.15.4 Application on the nRF52840 using the Radio Driver (v1.8.0) . I have a problem with the transmit call function. Very often in nrf_802154_transmitted_timestamp_raw...
I wrote a program for nRF51822 and compiled it with keil. The app, boot, and sdk are combined and written to the chip. However, if I write using nRF Connect Programmer, it...