Demosat Quickstart #2066

This is a discussion for the Demosat Quickstart Guide. Feel free to connect with the Learning Team here, or to discuss experiment tips, ask questions, leave comments or suggest experiment variations here.
Wireless1

Hi there,

is it possible to run the sample code directly from Arduino IDE?

image

The board manager doesn’t seem to have “space board” or “ardusat” as an option.
I just need to run a bit more complex code so doing it from a browser isn’t feasible anymore after getting started.

regards,
Derek

1 Like

Hello Derek,
Yes, you can flash/program your demosat with Arduini IDE. The board / microcomtroller to select is a Arduino UNO . You will need to load the Ardusat SDK library into the IDE so that your code has access to the sensor board (space board) functions. Here is the library: https://github.com/ArduSat/ArdusatSDK

Kevin

1 Like

Hi there,

I have a question about the powerboost 1000 in the Demosat. I’m curious if there are any sample code about retrieving info, for building power profile.
The sensors work great right now, and I want to see if I can build simple analysis tools to list power usage per component, or per command.

regards,
Derek

Hello Derek,
Glad to hear your sensors are working great for you!

I really like your question regarding investigating the power profile. The Powerboost does not have any features to support this. Here is powerboost guide from Adafruit: https://learn.adafruit.com/adafruit-powerboost-1000c-load-share-usb-charge-boost/overview

You may want to look into integrating a low cost Current Sensor Breakout like this: https://www.sparkfun.com/products/14544

Thanks for your reply. :slight_smile:

Sounds good. I will check out current sensor breakout.

regards,
Derek

Hi there,

It’s been working for several months, that my demosat has been great just plug-and-play on this experiment:

but starting last week, trying on different demosat, different PC, we are not see data on the page:

note, we always upload the demo code on that page to the demosat first before viewing data.

Derek

Hello Derek,
Glad you are taking the DemoSat programing to the next level!

I think you have encountered a new issue with the compatibility of the latest version of Chrome and our extension. We have a new Serial Agent Application that you can download and install here:
https://becauselearning.com/usb

Please let me know if you have any issues with this install or any other questions.
Thank you
Kevin

thanks very much! it worked.

Derek

how can i configure the two xbees and where will I get to see my data?
Thanks in advance

Yes, the XBees are fully programmable. Here is a guide that shows how you can change the channels: https://docs.google.com/document/d/1fFExRZs9ECEPiSe7u11mHVw5QnX1na5XkEd5ziHWdl0/edit?usp=sharing

In order to see your data you will need to have the XBee receiver plugged into computer and the other XBee transmitting data using a program like (https://becauselearning.com/start). You can then startup the data visualization with “Commect to Arduino” button.

1 Like

Thanks a lot.
That was fun.
Can I add another device like a small camera with my demosat. If yes, how can I do so?

DemoSat has 3.7v 4400 mAh battery and fun charger and booster 5V 1A (https://www.adafruit.com/product/2465) You can integrate the camera of choice and power from this DemoSat power system.

1 Like

but the problem is in my demosat there came no extra breadboard or pins for extra attachments

Some older versions of the demosat did have a small bread board on the top next to sensors but the latest version has the sensor centered on top and does not allow spacing for breadboard. On the main PCB center tray of the demosat you will find some labeled through holes that mirror the arduino’s pins. You can tie into these to extend features of the There are also some mounting holes on two sides of cubes at frame that are good points to attach integrated systems.

Hello

I got some trouble when I click RUN ON ADUINO.
The bar is going forward but stop immediately as is shown below.
20200331153027

Could you please tell me how to figure this out?
I am using lastest version of Google chrome browser and set the serial port as COM 6

Thank you.

Xavier

Xavier,
Thank you for the details regarding the issue, very helpful.
Question, when you selected serial ports were there any others than COM 6? Just making sure we have the port that is connected to the arduino/seeeduino. If you do by chance have many COM ports you can list them all and then disconnect the Arduino to see which one disappears from the list.
Let me know how this turns out. You can contact me directly kevin@becauselearning.com
Thank you
Kevin