New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openbci-cyton-ble

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openbci-cyton-ble - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md

@@ -1,3 +0,7 @@

# v0.0.1
# v0.1.1
Update noble to 1.9.0 for macOS high serira
# v0.1.0
Initial release

4

package.json
{
"name": "openbci-cyton-ble",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Node.js SDK for the OpenBCI Cyton running BLE Biosensor Board.",

@@ -25,3 +25,3 @@ "main": "index.js",

"mathjs": "^3.3.0",
"noble": "1.8.1",
"noble": "1.9.0",
"openbci-utilities": "^0.2.2",

@@ -28,0 +28,0 @@ "performance-now": "^0.2.0",

@@ -24,3 +24,3 @@ # OpenBCI Cyton BLE NodeJS SDK

* [Find out more](#find-out-more)
* [Understand the jargon](#glossary)
* [Uploading the firmware](#firmware)

@@ -89,2 +89,17 @@ ## What are we doing?

## Firmware
To set up Cyton to do BLE, keeping in mind the switch on the Cyton between PC and BLE does nothing, you must change the firmware.
1. Upload [BoardWithBLE.ino](https://github.com/OpenBCI/OpenBCI_32bit_Library/blob/master/examples/BoardWithBLE/BoardWithBLE.ino) to the Cyton's Pic32 over the air [following this tutorial](http://docs.openbci.com/Hardware/05-Cyton_Board_Programming_Tutorial#cyton-board-programming-tutorial-firmware-versions-2xx-3xx-fall-2016-present)
2. Upload [DefaultRadio.ino](https://github.com/PushTheWorld/OpenBCI_RFDuino_BLE/blob/neba-ble/examples/DefaultRadio/DefaultRadio.ino) to the Cyton's RFDuino through hardwire [following this tutorial](http://docs.openbci.com/Hardware/06-Cyton_Radios_Programming_Tutorial#cyton-radios-programming-tutorial-using-radio-firmware-version-2xx-fall-2016) where you use the [DefaultRadio.ino from OpenBCI_RFDuino_BLE](https://github.com/PushTheWorld/OpenBCI_RFDuino_BLE/blob/neba-ble/examples/DefaultRadio/DefaultRadio.ino). If you don't have an FTDI programmer and need to use the Dongle that shipped with your Cyton, then be sure to follow the part in the tutorial about uploading the pass through code to the Dongle.
To undo an go back to the default firmware that ships with the Cyton
1. Upload [RadioDevice32bit.ino](https://github.com/OpenBCI/OpenBCI_Radios/blob/master/examples/RadioDevice32bit/RadioDevice32bit.ino) to the Cyton's RFDuino through hardwire [following this tutorial](http://docs.openbci.com/Hardware/06-Cyton_Radios_Programming_Tutorial#cyton-radios-programming-tutorial-using-radio-firmware-version-2xx-fall-2016)
2. If you were using your Dongle to help program the Cyton's RFDuino, then now is the time to upload [RadioHost32bit.ino](https://github.com/OpenBCI/OpenBCI_Radios/blob/master/examples/RadioHost32bit/RadioHost32bit.ino) to the Dongle.
3. Upload [DefaultBoard.ino](https://github.com/OpenBCI/OpenBCI_32bit_Library/blob/master/examples/DefaultBoard/DefaultBoard.ino) to the Cyton's Pic32 over the air [following this tutorial](http://docs.openbci.com/Hardware/05-Cyton_Board_Programming_Tutorial#cyton-board-programming-tutorial-firmware-versions-2xx-3xx-fall-2016-present)
Please [edit this document](https://github.com/PushTheWorld/OpenBCI_NodeJS_Cyton_BLE/edit/master/README.md) if you can improve it!
# Documentation

@@ -91,0 +106,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc