Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
I am trying to express the data from the iOS Sample - SoundViewController.swift ( github.com/.../SoundViewController.swift) to the Inputnode by changing the EQ into a speaker...
Hi,
For board assembly process evaluation, what is the coplanarity specification for nRF9160 module? I.e. how much its bottom surface can be twisted/bended from the ideal...
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...