I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
Hello everyone,
my application is build based on the mulitrole example. The device name is somehow limited to 4 letters.
I checked:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME...
Hello, I attempted to enable the zephyr task watchdog model but whenever I configure it to enable the hardware watchdog module I get the error above. Any idea why I am getting...
Board: NRF52840
SDK: 16
Soft Device: s113
So our board is custom and does not contain a crystal. We are treating P0.00 and P0.01 as GPIOs for button inputs. P0.01 works...
Hi all,
I was able to create a mesh network with two nrf5340 boards configured with the mesh light sample and the mesh light switch sample.
I am trying to substitute...
Using SDK15.3 on 52840. I've got a UART set up talking to something at 9600 baud..
The short course here is that imediately after init, I get an IRQ with a NRF_SERIAL_EVENT_DRV_ERR...
Hello, I´m working on my audio project and I try to stream some audio data (currently a 1 kHz square wave signal with 3.3 V peak) over I2S. The audio signal is sampled by...
Hello, I tried to implement the zephyr executing time functions API on my nrf52 hardware and I got the above error. According to my SoC documentation (nRF52833), this hardware...
Dear Devzone:
I am developing the design of a PCB that implements the nRF9160 SiP module, I have doubts about how to make the communication interface to connect the module...
Hello,
I used the nRF Connect plugin for VCS to create a Zephyr/BLE project. It appears this copies many files into the "build" directory which are required to compile the...
I am getting compilation errors when using the DT_ macros to access SPI bus child entries.
Overlay file:
&spi1 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin...
hardware : nRF52840DK-52840
SDK : NCSV1.7.1
IDE:Visual Studio Code
I wanted to printf float value , so I set CONFIG_CBPRINTF_FB_SUPPORT=y in my prj.conf file, my application...
Hello,
I'm using following code to read ADC values. The minimum sampling time I'm able to read the ADC reliably is 60ms. I want to lower it to say 5ms or 10ms.
Is there...
To the kind attention of Nordic support team,
reading at this: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrfxlib/softdevice_controller/README.html#softdevice...
Hello,
I have I am trying out the LPN sample from nRF5 SDK for Mesh v5.0.0 and I have an issue where certain mesh configuration messages (e.g. set publication, add application...