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...
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 am currently using nrf5280 and nrf5 v17.0.0 SDK, and using ble_app_hrs_rscs_relay example. But neither RTT nor Uart can be used, which side has a problem with the setting...
About 44 minute mark of Measuring distance with the Nordic Distance Toolbox - Nordic Semiconductor , Paal mentions tuning is needed for custom boards. In slide 38 of /cfs...
Hello all,
I am currently trying to test out the programming functionality of the SEGGER JLink Plus on the NRF52840-DK. I am trying to do this in preparation for programming...
Hardware: nRF52832 on the nRF52-DK
SDK: nRF Connect v2.0.0
IDE: Visual Studio Code 1.73.1 with nRF Connect for VS Code (v2022.11.140) extension
I'm trying to get familiar...
Hi Nordic/Zephyr Community, observer behavior:
-- west build: generating a build system LIBRARY_SDK_BASE:= C:\cm\projects\zorbit\library_sdk ZEPHYR_BASE:= c:\cm\ncs\v2.1...
I'm testing out my new PCA10040 dev board. I can see the board in Windows Explorer when it's connected and I can see the two preloaded files as in the attached screen shot...
Hello Community / Nordic How can I have a boolean property in my mp2723 device driver devicetree dts or overlay. I am using NCS v2.2.0 in MS Windows 11 with VSCode 1.17.2...
Hello!
Using nrf_gpio.h enables P0.00 port control, but using app_timer.h together makes port control impossible.
I don't know if the code I wrote is the problem or...
I am using zephyr 3.1.0 and i build blinky pwm and rtc code from zephyr but it is not building i am using nucleo_u575zi_q board but in dts of board pwm and rtc is not there...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
Hello everyone!
I've been struggling to get over this error when attempting to use an augmented Thread project based on the thread_mqtt_sn_client_publisher example. Would...
According the nordic documentation of the AT command +CEINFO, the value of CINR is in dBm.
Other source (outside Nordic) mention dB as common unit, e.g. LTE signal quality...
Hello everyone,
I'm trying to display internal sensor on NRF51422-DK (PCA10028) on my Android phone (v.12). I'm using Keil for programming and nRF Toolbox to see UART results...
ble_gap_addr_t xyz;
sd_ble_gap_addr_get(&xyz);
/**@brief Get local Bluetooth identity address. * * @note This will always return the identity address irrespective of the...
Hello, I have three questions that i could not clarify in an adequate amount of time via Google and DevZone.
Setup: I am working on a custom board equipped with nRF52805...