Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Error: Cannot find module '../MetaWear-SDK-Cpp/bindings/javascript/cbindings'
pi@raspi:~/MetaWear-SDK-JavaScript/examples $

```
PS> I don't know much in JS or Node, but it seems like simple issue in bad installation of node or JS. Did you manage running any other script here, not Metawear's?

----

Expand All @@ -47,12 +48,18 @@ I'm going to try to use Python instead of JavaScript...
I'm getting another error related to `cbindings`
Details here: https://github.com/mikimer/notes/blob/master/details3.md

PS> See inside.

-----

It's Wednesday and I've followed all of the [MetaHub](https://mbientlab.com/tutorials/MetaHub.html#build-your-own-hub) tutorial from scratch and a brand new RPi. This time I installed everything via the CLI, not the GUI.

PS> You don't need new RPi to reinstall everything. You can just format the SD card... Maybe you can find online complete images of ready RPi 3 installation similar enough to you in order to proceed from their place? You can also have several SD cards in parallel, each one you try debug something else, and switch between them when you want to try something else on the other setup.

I'm still getting a memory overflow error with the `file_operations.cpp` file. I took a [photo when it initially](https://github.com/mikimer/notes/blob/master/IMG_6543.JPG) happened and another [photo 20mins later](https://github.com/mikimer/notes/blob/master/IMG_6658.JPG).

PS> Maybe your SD card is too small? Can you try a bigger one?

In case it matters, the tutorial says to use either NodeJS 6 or NodeJS 8. I've only tried using NodeJS 6 since I don't expect that it affects things.

This second Raspberry Pi is also from CanaKit: https://www.amazon.com/CanaKit-Raspberry-Ultimate-Starter-Kit/dp/B01C6Q4GLE
Expand Down