I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
If I enter the prj.conf settings according to the lesson text then the firmware crashes with different provisioning functions from the smartphone app such as forgetting a...
It's looking more and more like a lot of my problems relate to a weak cell signal. Is the RF front end on the devkit known to be inferior to a normal cellphone? My personal...
Hello, I have connected a LR1110 module to a nrf52 (PCA10040) development kit using Arduino connectors. Anybody written a simple application regarding the interfaces?
It...
When I apply an Extra CMake build argument when creating a build configuration, it only takes effect on the first build, but none after that.
For example, I have added this...
I have a system with nrf5340 with a Central and various Peripherals with different Characteristics. The Central has all the Characteristics, therefore with different UUIDs...
Hello!
I have been trying to connect to T-Mobile's NB-IoT network using a NRF9160DK with a Twilio Narrowband sim, but have been unsuccessful so far. I have been able to...
Hello,
I am using nRFCloud with nRF9160 custom board sending data via CoAP.
I have a single firmware on my board, that will behave differently depending on the value of...
Hi,
On my machine, I installed the SDK through VSCode with the extension pack. All runs smoothly and I can build from vscode and from command line with :
My C:\ncs...
I used multiple software timers, all of which were timed repeatedly. After running for a few hours, it appeared ASSERT(app_timer_cnt_diff_compute(drv_rtc_counter_get(p_instance...
Hi, I have a problem with the Kconfig Wi-Fi and crypto configuration on a nrf7002dk_nrf5340_cpuapp board and ncs v2.5.0 . What I want to achieve is to be able to use the psa_generate_random...
Hello,
we are starting application and make sure we chose the right technical solution.
We have nRF5340 Audio DK boards to develop our FW.
Scenario:
Instructor talks...
I use nrf52832 to be a BLE Gateway in NCS V1.4.2
I only added it in the prj.conf file CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_GATT_CLIENT=y These configuration items,...
I am trying to ping google.com using PPP connection using BG95 interfaced with nrf52833. I have used the gsm_modem sample code for PPP connection and when "Network connected...
Hi
We have an application in hardware development that requires multiple nRF5340 (PAN1783 modules) syncd together, so the I2S outputs can be input to an external DSP....
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
My goal is to achieve a...