I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...
Hello everyone, I took the example code "ble_app_hrs" and added a pin toggle to verify that the code is loaded correctly onto my custom board, which is programmed via the...
I'm trying to install the toolchain manager on a new work computer and I'm running into issues that I think are related to my work's proxy.
I've tried following the steps...
I am trying to configure the STS4x temperature sensor by Sensirion on I2C on a nRF5340DK, I have setup my the coding exactly how sensirion suggested except few changes such...
Hi,
When I try nrfsdk/zephyr/sample/bluetooth/periodic_adv_conn. I notice that the max subevent data size is about 64bytes. If I send a data size larger, I will get a error...
Hi DevZone,
I have made a custom PCB with the nRF52832. I placed the same coaxial connector that is on the nRF52 DK in my PCB. At this point, I want to test the BLE functionalities...
Hi,
I am unable to build the MQTT over Wi-Fi lesson 4, exercise 1 using the nrf7002dk_nrf5340_cpuapp board configuration, but the same code builds successfully with nrf7002dk_nrf5340_cpuapp_ns...
Greetings all, Does the Direct Test Mode (DTM) app v2.4.1 provided in the NRF Connect for Desktop v5.0.2 package support gain settings for the nRF21540 FEM such as +10, or...
I am working on nrf52840 and I want to control the motor speed so I want to generate the variable frequency PWM for the same. How can I generate the variable frequency PWM...
Hello,
I need to configure second UART for nRF52840 DK. So I would like to know the overlay file for uart2 configuration with exact GPIO pins. Also the .c file to initialize...
I 'm porting code from Zepyr 3 .5 to 3 .7 and am having errors in my ds2484 1 -wire device . It was working fine but now reports an init error unless I add deferred -init...
L.S.,
I'm trying to build an "Arduino" port for the nrf52840 (Seeed board).
When building an example I'm getting the following errors during the link phase:
.\Objects...
Hello,
In my project I have b0, mcuboot and an app. My nRF SDK version is v2.7.0.
My project works fine if I use an absolute address in SB_CONFIG_BOOT_SIGNATURE_KEY_FILE...
Hi,
I am working with the nrf9160 and ncs2.7. Is it possible to programmatically change how pins are defined? For example, on startup 2 pins are for I2C (SCL and SDA) and...