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:...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...
Hello Nordic Team,
We are currently working on a project that has nrf51822 and currently in the production stage. We are facing an issue with Bluetooth getting disconnected...
There is a bug in nrf_bootloader_wdt_init() in nrf_bootloader_wdt.c that can cause all DFUs to fail for long WDT reload values. I found this bug because I'm using a really...
Hello,
We are using nRF52832 to develop a door lock controller. As nRF52832 cannot work as NFC master, we use another chip to read M1 cards. Everything goes well, except...
I was under the impression that when the voltage was 0 in a GPIO pin, reading from that pin would return 0, and if there was any voltage going through the pin it would read...
I found a Q&A that shows 1 channel 2MHz pulse but i don't know how to generate 2 channel GPIO pulse with 2MHz frequency
(one channel is inverted pulse to another channel...
This is a bit of a weird question, but I thought maybe I could get a few useful inputs here.
I'm working on a mesh-like project where we need to facilitate communication...
I would like to switch to using libUARTE for both of my UARTs but I don't have any additional timers free. Is it possible to do this and use FreeRTOS timers?
Thanks,
...
Hi,
We would like to interface with our nRF52840-DK from a PC.
We need to be able to send\recieve data from PC -> 52840 using Nordic's UART service.
We are looking for...
Hi,
We are the company which widely use your products in our devices. Currently we have the nRF9160 based device which have permanent trouble with radios. I want to ask...
Hi All,
Is there a tool or app that shows a visualization of Thread RSSI?
Any help would be appreciated, thanks in advance.
Best,
Tao
Ref:
https://devzone...
Hi,
I am developing both Central and Peripheral devices with nRF52840. For consistency, both are using SDK 15.3.0 and S140 V7.
I am able to connect to peripherals and...
Hi,
I was try to import modul nrfxlib in extising cmake project. My IDE is Eclipse CDT. Version of Zephyr is 2.4.0. Reason to do that, was testing SoftDevice BLE functionality...
We are using our board design using nRF52840.
During bringup I noticed that I could not run the Softdevice and the SPI driver simultaneous. After a bit of debugging it boiled...