Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm trying to connect to a ST LSM6DS3 via SPI on the Nordic chip. I have used SPI on Nordic with other peripherals but couldn't seem to get it to work with this ST chip. Eventually...
I'm having some issues getting any of the provided experimental Thread examples to compile with IAR version 8.11.2. I'm using an nRF52840-PDK with the SDK for Thread version...
Hello,
I wonder how power failure comparator works at VDD 2.1V.
If VDD goes down to 2.1V, and I set POFCON enabled at 2.1V threshold, then does POFWARN work?
How 2.1V...
Hi,
I am working on testing this modification on the ble_hrs example.
The idea is to send data sequentially as notifications.
However, BLE_EVT_TX_COMPLETE seems to...
Good morning
I use the fds function to store and read data in flash memory.
FDS_SUCCES is not returned by the fds_record_find function when reading data, so the read function...
Currently developing on NRF52 sdk12
I want to be able to show time stamp minutes:seconds:miliseconds on my RTT viewer, when I print my data out from the uC. Any hits on...
hello
i am using nrf52840, with BME280, i have external pullup 10k resistor.
how i can disable the internal pullup resistor.
i am using this sample code.
github.com...
Hi,
I am having problem with setting up TX side of my project. It always giving me max_rt error if I am sending only once per cycle. 1 Cycle is every 30seconds. All working...
Hi,
I use the SDK12.3 and SD130 with secure_bootloader and my own application. I can flash SD and Bootloader and update my app over OTA with DFU from NRF Toolbox. My app...
I noticed that when upgrading to the latest Thread SDK that my devboard stopped booting. I was following the instructions as per the documentation but noticed that my user...
Hi,
I am designing a custom PCB using the nRF51422. I want to include an external 16 MHz crystal oscillator to use as X1 according to the reference layout for custom PCBs...
When I test the timer example with nrf52832 DK, it so nice to 4 minutes.
uint32_t time_ms = 240000;
But when I set the time interval over 5 minutes, then the event...