Skip to content

anyercastillo/gatt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatt-server

A simple Gatt Server to speed up the testing for developers.

Usage:

sudo node app.js

Use the http server to send commands to the device.

Configure Raspberry Pi

Wireless connectivity in the Raspberry Pi Desktop

https://www.raspberrypi.org/documentation/configuration/wireless/desktop.md

Enable SSH on Raspberry Pi using GUI Configuration Options

https://phoenixnap.com/kb/enable-ssh-raspberry-pi

Configure NodeJs

Install NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

Install Node V4.0.0

nvm install v4.0.0
nvm alias default v4.0.0

Configure the development environment

Setup VSCode for Remote Development using SSH

https://code.visualstudio.com/docs/remote/ssh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published