Hi,
I am currently trying to enable the GPIO output interrupt functionality on my nPM1300ek with an STM32. However, I am unable to get it work correctly(I was only able...
Hi,
What is the lowest possible current consumption for nrf52840 dongle dev board with zigbee ?
I'm using this for development and i'm getting 20-30uA in idle. Is it possible...
Hello, I am working on incorporating flash logging into an application that has a GRTC-driven EGU interrupt (capture/compare event). Here is where I am setting up the EGU...
We are experiencing some ESB link failures on the receiver end of our system: nrf54L15. After minutes to hours of use the receiver will stop getting data (we know the transmitter...
Hello,
I am developing a board with the SIP nRF9151.
I'm designing the board with a shared antenna for both the GNSS and LTE signals (Ignion NN02-224).
For the antenna...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
I have been able to use external flash with Octal SPI mode on an nRF54H40-DK:
❯ west build -- pristine -- board nrf54h20dk / nrf54h20 / cpuapp zephyr / samples / drivers...
Can anybody explain me step by step how to set an Timer interrupt with blinky LED sample code, since i am new in Coding. I am using nRF51_SDK_8.0.0_5fc2c3a/ timer example...
Hello--
On my Mac OSX system, an nRF51 DK loaded with the HID mouse example doesn't list as a mouse device (no mouse icon listed in the OS) when I start advertising. Instead...
I am working with the BBC on the Microbit project. bluetooth nRF51822 has an ARM Cortex -M4F CPU which is MUCH more powerful than the ARM Cortex M0 being used as CPU. Is it...
Since it appears that version 1.20 is broken and useless, does anyone know where to get an earlier version for 64-bit machines? A co-worker has 1.17 for 32-bit but it refuses...
Hi, I just got my nrf51 DK, I compiled the BLE_URIBeacon example from mbed and downloaded the hex file, 361.2KB. I pushed the RESET button and connected the USB cable to my...
Hi
I use an avr attiny441 with the nRF24AP2. Communication is over SPI byte flow. After start up, I get the start-up-message from nRF24AP2. That's fine. Afterwards, when...
Hi all,
I tried to implement a software ACK between two NRF24LE1 devices, but failed.
In my tick_interrupt_ISR, I send a frame from device_A to device_B, and I want to...
I would like to start a pwm signal on PIN 15 while BUTTON_1 or BUTTON_2 is pressed. If BUTTON_1 or BUTTON_2 is released, than there should be no signal(low) on PIN 15.
...
I have built an application using S120 v2.1.0. The app runs fines from 0x1d000. When I run an own bootloader (RS485, no need of interrupts or S120, no pstorage functions,...
hy,
i am using s130 as a central device. I can establish a connection and also read the characteristics. I also enabled notifacation for one characteristic. Everything...
Hello,
I have the latest version of nRFGo Studio (1.20.0.2 version) and i try to program the S310 V1.0.0 SoftDevice using the nRF51 DK. I get the following message : Invalid...
Currently I have a device working with DFU being updated from an iOS device. Now however, I would like to update the DFU from another BTLE device. There is no OS in this device...
As I am using four GPIOTE IN events to get interrupt on gpio-pin's rising-edge, please let me know whether it is possible to get low power or not.
If not, please show me...
I get an error sometimes in my project, and the error code is 0xDEADBEAF always. it happens often when i start advertising and connectting to a mobile phone. i get the debug...