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:...
Hi all,
I'm trying to put the system into the SYSOFF mode when the device detects an external charger. HW-wise it's implemented by the charge controller pulling a GPIO HIGH...
Hello,
Let me just briefly state that I have referred to required documentation and also executed spi_transceive_async() test, at zephyr\tests\drivers\spi\spi_loopback...
Hi
I want to use nrf52840 to develop a central like figure below,the central can connect and communicate with all kinds of peripheral. Is there a reference example?
Hello,
NCS1.8.0 Windows10 X64;
spi_loopback test,default code default pins;it is ok.
when i change the SPI_1 pins ,
Failed to achieve the effect, still used the original...
When setting up a pin to toggle on the RTC's TICK event through the PPI and constantly reading the RTC's COUNTER on the nRF52832, my team observed frequent glitches on the...
Hi All!
I am using the cloud client example. The development board is nrf9160. This example works well and sends the message to nrf cloud on button press. Is it possible...
I'm using the Nordic Python libraries to receive the BLE data. I can send the data from our board with the nRF52840 chip on it. If I send the data to my Android phone with...
Hi.
In order to save battery in an "advertising only" peripheral, would it be possible for this module to remain in sleep status and start advertising (for a preset period...
Hi all,
i am using nrf5340 with SDK v1.5.1
I want to know if it is possible to use nrf5340 as central and peripheral device simultaneously?
The application is -
1...
chip : nrf52833 softdevice : s140 nrf52 7.2.0 IDE : IAR OS : windows 10
I try to USB DFU in nrf52833 I'm using secure bootloader base on secure bootloader example and...
I have a project with a nRF9160 and using its LTE modem to connect to a LWM2M server, based on the eclipse Leshan. I am using the lwm2m_rd_client. I have noticed some problems...
I try to integrate mcuboot and BT DFU into my application. I'm using SDK 1.8.0 and DK board nrf52832.
My problem is, that i got this message "Unable to find bootable image...
Hello All,
I am using the nRF52840 DK board. I want to implement OTA in Zephyr. I am a beginner at nordic. Is there any sample example code available to check?
Thanks...
Hello, I need repeatitive timer tick of about 10 seconds either in the while loop or as separate callback function. How to create and initialize a long duration tick timer...