Hello,
I've inherited a project to create an iOS app that can communicate via BLE to UART RS232 to devices in the field using a proprietary protocol and at 115200 baud and...
Hello, We are using a nrf7002 for wifi only alongside a nrf5340 host MCU on a custom board. We are testing the wifi connection using the sample `nrf/samples/wifi/shell`, with...
Hi all,
I'm working with the nRF9160 DK and running the AWS IoT sample from the nRF Connect SDK v2.7.0 ( 5cb85570ca43 ). The device connects to the network and AWS IoT Core...
Hi all,
I'm working with the nRF9160 DK and running the AWS IoT sample from the nRF Connect SDK v2.7.0 ( 5cb85570ca43 ). The device connects to the network and AWS IoT Core...
Hello forum ,
Here i tried to write and read from flash qspi w25q64 but read and write both are failed ..i m using nrf52840 kindly pls help me for read and write
Hello everybody,
now, I am solving problem with switching off Wi-Fi interface on nrf7002-DK. I am runnig SoftAP example on my nrf7002-DK board. So my board behaves like...
Dear all,
I'm struggling writing 32 bytes with FDS in SDK 14.
This is what I do:
Init
(void) fds_register(fds_evt_handler);
fds_init();
while(!is_init) {
sd_app_evt_wait...
Hi, I am using nrf51822 Development kit with 3 buttons, each buttons has different functions. (i) 1st Button is used for the wake the module from sleep mode. (ii) 2nd Button...
Hi I using nrf51DK using keil MDK 5 softdevice s110.
I need to update battery level on every 60s and I have initialize timer and start with this code.
static void battery_level_meas_timeout_handler...
I'm trying to implement extended advertising, using BLE_GAP_PHY_2MBPS to offload 255byte advertisement payload to channel data, defining BLE_GAP_PHY_1MBPS as primary phy ;...
Hi
I am trying to broadcast manufacturer data (beacon example) while changing data from second to second. For that I am trying to use timer2 (as timer 0 is used by SD, right...
Greetings,
For Bluetooth Declarations, will new QDIDs be generated to account for the additional required tests as of January 24, 2019 in TCRL-2018-1.
I'm mainly interested...
Hi,
I need to interface LIS2DH through SPI. I tried many SPI Master example but I am getting all the values as 0XFF. Even the WHO_AM_I registers value is getting 0xFF
...
Hi, I have an EMG muscle sensor which needs to be sampled at least 500Hz. Can I sample at the required frequency and transmit at the same time over BLE NRF51822. If not please...
Hi, I am new to the bluetooth mesh concept but I have tried creating one using nRF52 DKs.I have worked the light switch example but I am stuck there without being able to...
Hi everyone,
I bought the nRF51822-04AT module but I'm a newbie and all the documents talk about nRF development kits which they make me confused about programming. Now...
Hi,
I am working on the NRF51822 module with BLE-400 Board to develop the application.
And I need to detect the USB-Connection when it will be in the sleep mode, After...
Hi
Is there a way to disable the on-board SEGGER J-Link ? ( jumpers ? )
The reason is that in our design we will use an external J-Link ( no space for OB ) , so we want...
github.com/.../nrf52-ble-multi-link-multi-role I used this code and add the thingy code. connection is successful but some thingy don't get sensor value.
i want to disconnect...
i am trying to connect nordic nrf52832 dk as a central to my custom peripheral(sensor tile) .peripheral is advertising different services and uuid of the one of service is...