Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
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...
Hi, We have custom nrf52840/33 peripherals, advertising every couple hours, and passing/receiving information from centrals running node.js version 12.22.5 with pc-ble-driver...