Skip to content

Instantly share code, notes, and snippets.

@Alkarex
Last active October 18, 2022 21:16
Show Gist options
  • Save Alkarex/6b9a7f2e311805b6e238419e145b6c67 to your computer and use it in GitHub Desktop.
Save Alkarex/6b9a7f2e311805b6e238419e145b6c67 to your computer and use it in GitHub Desktop.
RFduino Board Manager
{
"packages":[
{
"name":"RFduino",
"maintainer":"RFduino",
"websiteURL":"https://github.com/RFduino/RFduino",
"email":"[email protected]",
"help":{
"online":"https://github.com/RFduino/RFduino"
},
"platforms":[
{
"name": "RFduino Boards",
"architecture": "RFduino",
"version": "2.3.3",
"category": "Arduino",
"url": "https://github.com/RFduino/RFduino/archive/v2.3.3.tar.gz",
"archiveFileName": "RFduino_606.tar.gz",
"checksum": "SHA-256:522307bd3ad71953698ccb53ce26a096821213739dba44bf8187d27c7bac5fd2",
"size": "34267215",
"help":{
"online":"https://github.com/RFduino/RFduino"
},
"boards": [
{
"name": "RFduino"
}
],
"toolsDependencies": [
{
"packager": "RFduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
}
]
}
],
"tools":[
{
"name":"arm-none-eabi-gcc",
"version":"4.8.3-2014q1",
"systems":[
{
"host":"i686-mingw32",
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz",
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz",
"checksum":"SHA-256:fd8c111c861144f932728e00abd3f7d1107e186eb9cd6083a54c7236ea78b7c2",
"size":"84537449"
},
{
"host":"x86_64-apple-darwin",
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"checksum":"SHA-256:3598acf21600f17a8e4a4e8e193dc422b894dc09384759b270b2ece5facb59c2",
"size":"52518522"
},
{
"host":"x86_64-pc-linux-gnu",
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz",
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz",
"checksum":"SHA-256:d23f6626148396d6ec42a5b4d928955a703e0757829195fa71a939e5b86eecf6",
"size":"51395093"
},
{
"host":"i686-pc-linux-gnu",
"url":"http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz",
"archiveFileName":"gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz",
"checksum":"SHA-256:ba1994235f69c526c564f65343f22ddbc9822b2ea8c5ee07dd79d89f6ace2498",
"size":"51029223"
}
]
}
]
}
]
}
@Alkarex
Copy link
Author

Alkarex commented Dec 16, 2019

For adding RFduino boards in Arduino IDE https://github.com/RFduino/RFduino
The old file http://rfduino.com/package_rfduino166_index.json does not exist anymore, so it was recovered from https://web.archive.org/web/20180123130350/http://rfduino.com/package_rfduino166_index.json and manually edited to use GitHub releases instead of rfduino.com ones.

@Alkarex
Copy link
Author

Alkarex commented Dec 16, 2019

@AndrewTheTM
Copy link

Thank you for doing this!

@IggyBlob
Copy link

Works like a charm, thanks a lot!

@johnnyw66
Copy link

Thank you for this. I had to drag this to my local httpd web service documents folder. Is there a way of referencing the raw file directly from an URL on here?

@Alkarex
Copy link
Author

Alkarex commented Jul 17, 2020

Sure @johnnyw66 , I am not at a computer right now, but see example in https://github.com/RFduino/RFduino/pull/30/files

@Alkarex
Copy link
Author

Alkarex commented Jul 20, 2020

@TodorGinchev
Copy link

Thanks a lot!

@tbitson
Copy link

tbitson commented Dec 3, 2021

Awesome! Thanks!

@fkahhaleh
Copy link

Much appreciated!!

@henriquefchaves
Copy link

@eveyone Someone know a way that RFDuino connect directly to some ble device via its UUID ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment