Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...
Thanks in advanced. The peripheral platform is nrf52832, sdk17.0.2. I'm migrating examples\ble_peripheral\ble_app_hts to read temperature value. When I run this example alone...
Hi Team,
We are using the Libuarte driver for our data transfer purpose with the Baudrate of 115200 and timeout of 100usec.
nrf_libuarte_async_config..timeout_us = 100...
Hi everyone,
In the file header "app_usbd_cdc_acm.h" I notice this function:
/** * @brief Helper function to get class instance from CDC ACM class. * * @param[in] p_cdc_acm...
I am having problems writing to flash in an older version of s110 using the sd_flash_write() method. The question I have is when I update my code, make a new build, and download...
Hello,
I'm trying to test PWM with a simple example, I've edited spm via adding
KConfig:
spm.c
I'm getting the output at the boot as;
I assume that PWM_0 initialized...
SDK: 14.1.0
CHIP: 52840
MULTI PROTOCOL
Hi, I want to know zed rf on off switching mechanism and configure on/off interval time.
I(current) - t(time) graph
What...
Hello there,
I am experimenting with with the gpiote and ppi examples, and have a couple questions regarding the member variables of the nrf_drv_gpiote_in_config_t struct...
Hello,
I planned to to use in my design 1.8V. But for redusing power consumption of nrf5340, which way is correct and prefferable:
1. Use external 1.8V supply in normal...
Hello,
in file nrfx_gpiote.c there is a fatal error which overrides data because of a false array index.
nrfx_gpiote_init there is a for loop which calls the function...
Hi All:
As the topic...........,I want to set up DFU with usb,how? When I edit the USB_HID_KBD to USB_HID_GENERIC in usbd_hid_composite example,it makes some errors:
1...
Hi everyone,
I am working on the USB_MSC example and I need your advice. I read an IMU unit and I want to store the data into a file. I create a single file to store the...
I am using nRF52832 evolution board and SDK version 15.3.0 in Segger studio(Ubuntu system) for Interface LSM6DSL accelerometer using I2C.
I am use TWI peripheral example...
Hi,
I want to program a nrf52832 module and a J-link debugger is on it's way. Until then I wanted to use my Black Magic Probe to flash and debug the application. I can successfully...
Hi,
We want to choose which frequencies we should implement on nRF9160 to have the best frequency bands coverage. Would you have a list of all known frequency band used...
I want to use the sensor example to transmit 10bytes of data at at rate of 10Hz.
I have tested the publishing using periodic publishing configured with the nRF Mesh app...