I want to make a board that's compliant with the new hardware model definitions. ( HWMv2)
When I make a new board with 2.7 using the "create new board" wizard.
it...
Hello,
I have a custom board with an nRF52833 and a W25Q512JVEIQ, which communicate over SPI (not QSPI). I successfully accessed the W25Q512JVEIQ (executed my own read and...
Hello, I need your help about BLE channels. Currently, I use only the primary channel 38 for advertising data but, when the data are sent, I don't have the information of...
SDK version - v2.7.0
Project repository
Hi! I am a junior embedded systems software developer, and I just started working with Nordic's environment. This is my first...
Hello Nordic Community,
I am currently working on a project that involves a Garmin-style devices to display acceleration and velocity data, connected in ANT. I have some...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
Hello,
I want to run mass storage on my custom board with the nRF52833 and W25Q512JVEIQ. I have reviewed the mass storage sample (ncs\v2.7.0\zephyr\samples\subsys\usb\mass...
hello,
below is the error experienced.
nrfjprog --family NRF52 --eraseall ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists, run the...
Hello,
I'm using a nrf51422_xxac_s110, with the Keil uvision IDE. I recently upgraded my sdk from an older version, to 12.3 in order to use some components like FDS. Consequently...
Hi guys, I'm using a HFCLK TIMER to time ADC sample capturing via PPI. This eliminates CPU+BLE usage from affecting my time keeping. I assume that each ADC sample arrives...
Do you why I could not pass the "ble_stack_init()? I did download softdevice from 0x0000-0x26000 and Application from 0x2600
int main(void) { // Initialize. log_init();...
I can run some of the samples on my nrf9160 DK, however when it comes to this one I get a assertion error err==11 that I have not yet been able to solve.
ncs/zephyr/subsys...
Hi,
In my application I need accurate calendar capabilities such as alerts on every hour and alert on a specific hour every day. Is there any implementation of such a mode...
Hi,
Want to read data from HX711 adc amplifer with wheatstone bridge loadcells, but when i run the program, my output is <info> app: ADC measuremement -8388608 all the time...
I'm a little confused by the packet rate I'm getting on Gazell. Or rather I'm confused by the low number of 'timeouts' I'm seeing - I'd expect to see more, and would like...
Hi all,
in my custom board I'm using an NRF24L01+ as RF transceiver. The relevant part of schematic follow: (hi res => https://imgur.com/a/z4nQxXh )
The following...
The nRF905 chip can be setup to different payload length. 0-31 byte
Must RX and TX unit be setup to same payload length or can RX unit be setup to ex. 20 bytes and TX unit...
Hello.
There is a label on the back of the nRF9160DK.
I can find "HWID: FF:6A:B3:34:69:AC" on the label.
nRF connect can get the same string: " FF:6A:B3:34:69:AC " when...
I am trying eddystone example from SDK 15, its working fine but once I press the button to enable connecting and function nrf_ble_es_on_start_connectable_advertising(); is...
I want to use REG0 to supply 1.8v to external 4.7k pull-ups including when the system is off. Looking at the product specification REG0 can supply 1mA while in system off...
I have updated my repos to the latest commits on master for zephyr, mcuboot, nrf, and nrfxlib. I ran `
pip3 install -r scripts\requirements.txt
and I can open the asset_tracker...
hi, I'm working with NRF52832, DFU service is configured as secured. my question is : i'm trying to change dfu char a ct e ristic property to "ind i cation" by writing to...