Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...