Moodle: https://moodle.org/ Lando: https://docs.devwithlando.io/ Docker: https://docs.docker.com/
- Run docker on your machine. I use the "Docker for Mac" desktop app.
// with thanks to https://github.com/Urigo/graphql-modules/blob/8cb2fd7d9938a856f83e4eee2081384533771904/website/lambda/contact.js | |
const process = require('process') | |
const { promisify } = require('util') | |
const sendMailLib = require('sendmail') | |
const { validateEmail, validateLength } = require('./validations') | |
const sendMail = promisify(sendMailLib()) |
var ncapi = 'https://www.name-coach.com/api/private/v4/'; | |
/* | |
generate and fill in an API token from your NameCoach admin | |
*/ | |
var token = ''; | |
/* | |
You will need to fill in an email address of a person in your NameCoach database. | |
Then, given the participant's email, get their data. |
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* This code is up to date for use with the "Claw Pro R3" | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic | |
* Adapted by Concord Consortium, 2023. |
{ | |
"rowMap": { | |
"B0rVs5_fa3cLYNH_": { | |
"id": "B0rVs5_fa3cLYNH_", | |
"isSectionHeader": true, | |
"sectionId": "start", | |
"tiles": [] | |
}, | |
"GTGXP-3bG7lQpFmt": { | |
"id": "GTGXP-3bG7lQpFmt", |
Moodle: https://moodle.org/ Lando: https://docs.devwithlando.io/ Docker: https://docs.docker.com/
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* This code is up to date for use with the "Claw Pro R3" | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic | |
* Adapted by Concord Consortium, 2023. |
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* THIS IS FOR THE 2022 Version of the Gripper | |
* | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic |
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* THIS IS FOR THE 2023 Version of the Gripper | |
* | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic |
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* THIS IS FOR THE 2022 Version of the Gripper | |
* | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic |
/* | |
* ---------------------------------------------------------------------------------------------------- | |
* Muscle SpikerShield Arduino UNO Code for Interface with Dataflow | |
* | |
* This sketch allows for two way communication between Concord Consortium's Dataflow Tile and | |
* Backyard Brains' Muscle Spiker Shield & associated hardware. The FSR and EMG sensor pins are set | |
* to match the 2023 Gripper/Shield combination. | |
* | |
* Based on original script by Backyard Brains 2015, by Marcio Amorim and Stanislav Mircic | |
* Adapted by Concord Consortium, 2023. |