|
|
||
|---|---|---|
| .github/workflows | ||
| FileTransferClient | ||
| PyLeap | ||
| PyLeap.xcodeproj | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
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.
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)