we are using NRF52840 , with a SD card. Data is stored in SD card in Text file or .csv file every 10 mins. We want to push the data to Mobile App either using the BLE or using the USB protocol. Kindly advice .
we are using NRF52840 , with a SD card. Data is stored in SD card in Text file or .csv file every 10 mins. We want to push the data to Mobile App either using the BLE or using the USB protocol. Kindly advice .
Hi,
I created an example with ble_app_uart that read a specified file on boot and when a central is connected and notifications for NUS are enabled, the file is transferred to the central.
This example is created using SDK v16.0.0.
ble_app_uart_fatfs_send_sdk_16.0.0.zip
Best regards,
Jørgen
Thanks Mr. Jorgen. It worked. I need one more help. I want to connect the USB to a device other than Computer. We are using the STM32bit controller. can u suggest.
Does the STM32 support USB host mode (or OTG)? You need this in order to be able to connect to an NRF chip, as these can only be in USB device role.
If the STM32 cannot be USB Host, you are probably better off connecting these chips via SPI.
Does the STM32 support USB host mode (or OTG)? You need this in order to be able to connect to an NRF chip, as these can only be in USB device role.
If the STM32 cannot be USB Host, you are probably better off connecting these chips via SPI.