I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi all, I'm developing nRF52840-DK to use it as an central device.
Base example is usbd_ble_uart: I'm going to communicate with peripheral device using BLE, and control...
We have a product that uses the nRF52840. We have seen that very rarely, unexpected resets happen with the reason being OFF. We have yet to encounter this issue in a lab setting...
I'm using the SPI manager to talk to an ILI9342 graphics IC. I need to toggle an IO line during a transaction or in between transfers. For the first byte the line will be...
I am trying to enable DFU over USB with the nRF52480, while keeping the possibility for Serial communication. I got a working example with both separate, however when I try...
It's my mistakes.
1.I want to measure temperature from DS18B20,but I don't confirm the capable of the pin - P0.05.Because it's Analog ,but DS18B20 is Digital.
2.I set the...
Hello, I'm getting started with a nRF52832, I've got the SDK 16.0 installed and what I think are all the latest packs installed. I try to build the examples\ble_peripheral...
Hello everyone.
I'm trying out the "Zigbee Multi Sensor Example". infocenter.nordicsemi.com/.../zigbee_multi_sensor_example.html
I have 2 nRF52840 devices.
I wrote the...
When my program starts, I set up a watchdog timer for 100 milliseconds and I start a repeated app timer that runs every 90 milliseconds to feed the watchdog. I use the app...
I'm trying to send data via UART from a NUCLEO-F401RE to the nRF 52840 DK. But the data I send is not comming through correctly. For example when I send 3 the nRF prints 32...
I have an existing product to which I need to add SPI to get Wifi compatibility. Basically the Nrf52 is acting as central and passes BLE events on to an ESP32 with Arduino...
Hi.
I have nrf52840-dk board. i tried the UART example from the peripherals directory. it works with the default, if i open a console on /dev/ttyACM0 and on /dev/ttyUSB0...
Wanted to ask if there is any example on configuring the GPS into single shot mode.
I know the asset tracker can operate in continuous_mode and continuous_power_saving_mode...
I am attempting to use SDK15 with the nrf52832 to communicate with multiple sensors over I2C. However, in the twi_sensor and twi_master_using_nrf_twi_mngr examples, as well...
I am using the nRF52840 with the SoftDevice disabled to run a proprietary RF protocol. For much of the time, I have the radio in continuous receive mode by making use of the...
I have a nrf52 application that samples four saadc channels at 1kHZ. That is: Map four pins to ADC input and let Easy DMA take care of the sampling so that the data is processed...