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...
It would be great to have a beginners guide to creating your own modules sourced from a private repository which can be used across your projects. I saw this reference Modules...
I am looking to reduce the size of an nfr9161 design from the dev kit. I was looking at several antenna options that are LTE but not 5G, SR4L034-L and SR4L049-L. Do you need...
I am building (v2.5.0) for both the nrf52840dk and the nrf21540dk.
west build -b nrf21540dk_nrf52840 -d build21540
west build -b nrf52840dk_nrf52840 -d build52840
...
In exercise1 lesson6,the step 10 add a picture to show what the number in two registers mean.
And in step 11, the temp is calculate by the way as follow:
But,ad the...
I need to decide which pins I should use for 3 LEDs (5 mA each).
The "recommended usage" column in the documentation for the nRF52840 in Table 1 Pin assignements
mentions...
Hi, Currently, we are evaluating Bluetooth mesh technology for lighting control. We would like to develop a web server ( issue commands to node and store information ) and...
Hello Nordic Engineers!
Thank you in advance for your time and advice.
===== Overview =====
I'm developing (sort of) a Bluetooth mouse using the nRF Desktop Application...
Simple question with an unusually elusive answer: While using zephyrs File System service ( Docs ) is there any way to check if/when a user has modified a file?
= = =...
Hi, I am using nRF7002 DK, is there any other sample code for HTTPS client using WiFi nRF7002 + nRF5340? I want something that does not use WiFi credentials library.
Hi
We try to move forward from nrf-sdk 2.4.2 to 2.6.1 and run into troubles, that west thinks it should sign our images, but we defined CONFIG_SIGN_IMAGES=n So the first...
Hi We are running the nus service on our device and would like to use a PC to connect to this service.
What is the best way to achieve this ?
I've looked at the nrf52840...
1. Can I use the sample source (nRF5340 Audio) on another board?
2. Is there a way to develop without using the sample source? If so, how?
3. Is the LE Audio sample source...
Problem Description: I am trying to configure and control an LED connected to pin P1.07 on my nRF52 device, but I am experiencing issues. When I configure pin P1.07 as an...
My goal is to test Net Core updating so, if needed, I can update the Net Core.
I have my app set to boatload both the app core and net core using external memory but when...