Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
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...
Hi,
I'm using the PCA10040 devkit and pc-ble-driver s132 v5.0 to act as a central to connect to three bluetooth peripherals I have. I've made no edits to the connectivity...
Hey guys. Is there any way we can change scan parameters at runtime. I want to update parameters from another device using uart, and when I tried to make scan interval and...
HI,
I want to develop a program to access Accelerometer and gyroscope value from BMI160 sensor. I have used this BMI160 library
I alter the TWI_SENSOR code and it works...
Hi,
When I build the zephyr/samples/hello_world program for the nrf5340dk_nrf5340_cpuapp target it works as expected, but with the nrf5340dk_nrf5340_cpuappns target I...
IDE: SEGGER Embedded Studio for ARM 5.32 SDK: nRF5 SDK 15.0.0 and nRF5 SDK for Mesh 2.1.1 demo: examples\sdk_coexist\ble_app_uart_coexist\pca10040\s132\ses\client_pca10040_s132...
I am using NRF52 DK board and removed SB9 track to connect my ammeter for current measurement . I have taken ble_app_blinky ( peripheral example ) from SDK15.3.0 .
My application...
hi,all
I'm using nRF52833, s140.. pca10100.
I want to read my pcb's touch gpio..
If I touch it, it falls down to low. ( I checked it with scope..)
When viewed through...
I'm testing USB audio demo. I changed bit resolution of APP_USBD_AUDIO_FORMAT_DESCRIPTOR 16 to 24 but the widows10's USB audio device is still 16 bit. how can i do that?
Hi!
I'm trying to pass the BLE data to the PC using nrf52840 DK.
To do so, I've started with the ble_app_uart example and it was able to build fundamental features–find...
Hello,
our application requires to emulate keyboard, e.g. to write strings like "hello world\n" as it might be typed by the keyboard. According to the recommendations...
Hey I am using nRF 52840 DK
I am reading temperature from Segger code and displaying it in the log
But I want to display that value in my android nRF Mesh Application...
Aim:- To read temperature and humidity over a mesh network and display it in an android application
Devices to be connected in Mesh :-
nRfF52840 Development Kit x2 ...
I created a 500ms timer to send mouse movement as follows.
m_mouse_movement_send(5,0);
When the device runs there, the device will restart. The error code is NRF_ERROR_FORBIDDEN...
Hi engineers,
I want to use the pin P1.09(NRF_GPIO_PIN_MAP(1, 9)) as GPIO, but when I initiate it, it seems fail.
I've looked through the relevant issues here, but got...
Hi,
I am currently trying to build a project using a nRD9160 with legacy code and am receiving this error when trying to load an existing project:
I understand...