No description
Find a file
2022-11-21 11:44:16 -05:00
.github/workflows Github Action 2021-08-24 09:46:49 -04:00
FileTransferClient Made some UI fixes - but wasn't able to fix the file counter 2022-11-21 11:01:02 -05:00
PyLeap Removed system's "back" button from Status bar 2022-11-21 11:44:16 -05:00
PyLeap 2.xcodeproj/project.xcworkspace Create contents.xcworkspacedata 2022-09-19 11:08:42 -04:00
PyLeap.xcodeproj Removed system's "back" button from Status bar 2022-11-21 11:44:16 -05:00
.gitattributes Initial commit 2021-03-12 16:31:45 -05:00
.gitignore Refactor code to use the new FileTransferClient swift package 2021-10-28 16:47:10 +02:00
README.md Update README.md 2021-04-09 12:56:14 -04:00

PyLeap-iOS

A Bluetooth Low Energy File Transfer native iOS app written in Swift for Adafruit Industries. This app will make it accessible to send files via BLE (Bluetooth LE) to your Adafruit hardware on the go!

Work in progress.

Introduction to iOS Development

If you'd like to get started with iOS development, I'll written a guide on how you can get started right way.

Basic Chat

You can also check out the Basic Chat project this basic iOS project focused on Bluetooth Low Energy communication.

Basic Chat is a Bluetooth Low Energy native iOS app using Swift 5. Basic Chat communicates with bluetooth enabled devices that implements the Nordic UART Service.

This sample project is the source for this tutorial. It is not meant to cover product ready iOS development. It is only an introduction to BLE and iOS.

Hardware

Currently testing with:

Adafruit Circuit Playground Bluefruit with nRF52840

Adafruit CLUE nRF52840 Express with nRF52840

Installation and usage:

• Prepare your boards. If you have not setup either of the boards mentioned above, be sure to follow these guides.

Introducing Adafruit CLUE

Adafruit Circuit Playground Bluefruit

• Launch Xcode and run build the project on your target iOS Device.

(Note: Bluetooth Low Engery is not available in the iOS simulator, so the iOS device is a requirement to test the application)

This project is not available to Mac Catalyst yet.