Close
0%
0%

The Space Flea

A Proof-of-Concept design for a tiny Femtosatellite, based on the SunCube concept

Similar projects worth following
Nanosats are all the rage. But the next small thing is a Femtosatellite. Arizona State University just announced their "SunCube" concept - a Femtosatellite 3x3x3cm in size, weighing under 100g.
Even though I'm building a PocketQube satellite called OzQube-1, I thought I could adapt my other Hackaday.io Square Inch project - Square Inch of Power - into this new form factor. (https://hackaday.io/project/8558-1-square-inch-of-power)
This project is to try and see whether the SunCube concept is actually feasible. Can a useful satellite be built in 27 cubic centimetres?
It will need power generation, some processing capability, some form of communication, a payload AND be able to comply with the standard that ASU have documented.

Getting things into space is expensive, so ASU have devised the SunCube as a way to reduce the costs, by reducing the size of a satellite, and by using existing satellite deployment infrastructure.

You'd be right in thinking that this is pretty small. The ASU specification for the SunCube satellite form factor says that the outer edge of the satellite must be 3x3x3cm. So once you've got structure that can withstand the rigours of a rocket launch, there's not alot of room for electronics.

The electronics used by ASU when presenting their SunCube concept appear to be from the TinyDuino family by Tiny Circuits. These boards measure 20x20mm. Perfect for a SunCube......except charging them via USB in space could be a problem.

Because of the limited space, the satellite will contain the bare minimum required to function. It looks like I'll have to design another satellite power supply, some solar panels, a processor board, and some kind of communications device (because a satellite without comms is just a piece of space junk) AND some kind of useful payload for this thing.

The current plan is:

  • 4 x Solar Panels
  • 1 x Power Supply
  • 1 x Combined Microcontroller / Radio board
  • 1 x Payload ??? (Undecided at the moment. Please add suggestions to the comments)

The Challenge being addressed by this project is "Citizen Scientist". This open source design will be a platform that enables people to develop a payload that measures "something" from space. A low cost space based platform has an advantage in numbers, so creating many of these will allow a global picture of whatever it is that is being measured. Maybe it will detect radiation? Maybe it will measure the amount of RF noise emanating from the earth. There are indeed many choices to be made.

  • Thinking about firmware

    OzQube05/25/2016 at 14:20 0 comments

    Building the hardware for the Flea is only half the challenge. It will also need to have some appropriate software written for it once I have decided on a payload.

    To make my job easier, TI have released an updated Reference Design - http://www.ti.com/tool/tida-00488 - Energy Harvesting Ambient Light and Environment Sensor Node for Sub-1GHz Networks Reference Design.

    This design uses a CC1310 MCU/Radio, in conjunction with a couple of I2C sensors. On the power side, it uses a TI BQ25505 energy harvesting IC to convert the power from 2 small solar cells (coincidentally, the same type as I have used for the Flea!!) It uses capacitors for storage, and a CR2032 coin cell for when there is not enough solar power.

    Thinking about it, the BQ25505 is probably a better choice for the EPS, rather than the LTC3105. But as my design was based on a previous project, I just used that.


  • Boards Away!!

    OzQube05/02/2016 at 14:44 0 comments

    The boards are off to the fab! I had a go at panellising the 20x20mm boards, so that there was 4 boards inside the 50x50mm size limit for DirtyPCB. This way I can get about 40 boards for $14!! Unfortunately, the solar panels are 30mm tall, so they won't panelize in the 5x5 protopack. But because each Flea needs 4 panels, I'll need a bunch to match the other boards. So I went for the 10x10 protopack, and panelized 6 of the solar boards into a 3x2 arrangement. So 60 in total! enough for 15 Fleas! And in case you're wondering why I didn't just use Oshpark and get 3 copies? I needed the 5/5 spacing that DirtyPCBs offers as standard, instead of the 6/6 that most other places use. And why just get 10 boards when I can get 4 times that for the same money! Now what to do for the payload.......???? ( I still haven't decided...)

  • Mini Panels!!

    OzQube04/24/2016 at 13:34 0 comments

    After getting the main board to some kind of completeness, I thought I'd panellise the board to fit in the 5x5cm limit from DirtyPCBs! The image shown is 4 of the 2x2cm boards. So for $14USD, I can get 40 boards!!!

    Pity the BOM costs are more like $30....

  • Low part count!!!!

    OzQube04/23/2016 at 07:00 0 comments

    After attempting to create a radio PCB for the Flea, I ran into an issue that I'm sure most RF EE's run into.....not enough board area!

    Yes, there's many small radio modules out there, like the HopeRF varieties with are 16x16mm. My problem is that in order to fit it into the Tinyduino form factor, I need to account for mounting holes and associated standoffs, the stacking connector AND incorporate some kind of antenna connector.

    So even though the SX1276/SX1278 would be ideal for a small satellite, the passives required for the filter etc on the RF front end take up too much space.

    So what options do I have?

    You may have heard of KickSat? It was a Kickstarter project to send a cubesat into space, and onboard the mothership was almost a hundred "Sprites". These "Sprites" are 35x35mm satellites! Each one had a Texas Instruments CC430F5137 Microntroller on it. This is a low power 16 bit microcontroller with a 433Mhz radio built-in. Due to their configuration, they don't require a huge number of additional components.

    I did consider creating a PCB with this micro in it, but TI have now made available their CC1310 . Like the CC430, it is a microcontroller with a radio in the same chip. In this case, it's actually an ARM Cortex M3, with a radio module, and the radio itself has a Cortex M0 in it!!!!

    And best of all, its available in a 5x5mm package. (Its actually available in a 4x4mm package, but with reduced GPIOs)

    The other good thing about TI radio modules is that you can get a single component front end filter / balun, that allows a single ended 50ohm impedance antenna to be used with it. (Thanks Michael Ossmann!!) The part for 433Mhz is the Johansen Technology 0433BM15A0001 . TI even have a Design Note about it!

    So in case that's too much reading - I basically just connect the 1 component to the RF outputs on the chip, and then connect it to the antenna connector!!!!!

    AND because it's a microcontroller as well, I can connect the GPIO's up to the backplane connector, allowing me to connect additional sensors or modules.

    Here's the almost complete board!!!


  • Comms for Tiny Satellites

    OzQube04/18/2016 at 15:55 0 comments

    in order for the satellite to be useful, it will need to be able to transmit and receive data. Other small sats have shown that a 100mw low cost radio module is all that is needed to communicate from space. As my power budget is extremely limited, I need not only a radio that will fit in the 20x20mm PCBs, but be power efficient.

    The smallest 433mhz module is about 16x16mm. But even though this is tiny, the tinyduino sized boards don't leave enough room to solder one of these. This means that a custom radio board is required.

    I'm going to use a Semtech SX1278 transceiver IC, in order to use the LORA modulation method. The receive sensitivity of this module is way better the the other small modules on the market. Plus, I need to make up for the losses I'll incur by using a tiny PCB mounted antenna.

    Here's the almost complete power supply board:

  • The Flea is born

    OzQube04/14/2016 at 15:26 0 comments

    Day 1 of the project and a project log already???? I thought I'd describe why I'm doing the project.

    Well, Hackaday did post an article about the SunCube recently, and it got me thinking. Is a 3x3x3cm spacecraft feasible?

    I looked into the ASU press release, and the specification they published. I have to admit that most of my reactions were initially negative. This is coming from someone who is already well into the build of a slightly larger satellite - OzQube-1. OzQube-1 is a single unit PocketQube satellite, measuring 5x5x5cm - which is still tiny! Throughout the build I've managed to squeeze in a heap of capability into a small space. The satellite is going to take photos from space and transmit them down to receivers on the ground.

    "But a SunCube measures only 2cm less" I hear you say. Think about this. Each face of a PocketQube is 25cm sq. vs 9 for a SunCube. So straight off the bat, a SunCube has 1/3 of the potential solar power collecting area. By the time you take into account fasteners etc, you'll run into some serious power constraints.

    On my satellite, the smallest solar panel measures 45x50mm. It has 6 solar cells, producing a total of 265mW in space. During my satellites development, I found some tiny solar cells, each measuring 22x7mm. The are the ones I used in my 1 Square Inch of Power project here on Hackaday.io. I have made a panel to fit on the SunCube using 3 of these cells. This should output around 85mW in space. So that's definitely around 1/3 of the power generation capability. ( And to use Ohms Law - at 3.3v, that's about 26mA )

    Now 3.3V @ 26mA is actually enough to run an Arduino, which needs 12mA (See here) with a few mA to spare to power sensors or charge batteries.

    Then there's the issue of communications. Thanks to $50Sat, we know that people on the ground can receive transmissions from a satellite using a 100mW transmitter (the RFM22B). The problem here is that it draws 85mA when transmitting at full power. Even receiving requires 18mA. So we're going to need some kind of supplemental power to be able to run this radio. We won't be able to run the main processor and the radio at the same time if we were just relying on the solar panels.

    Supplemental power can come from a battery or supercap. The cold vacuum of space isn't very nice to LiPo batteries in a number of ways. You can't charge below 0 degrees. The pouches expand and can cause damage to themselves and surrounding hardware. So even though a tiny LiPo will fit in the SunCube, it might not be the best choice. A supercap on the other hand can be charged in freezing temperatures. But it still may suffer when put in a vacuum. ( so testing will be needed)

    But with a fully charged supercap, a burst transmission of the radio is possible.

    Furthermore, looking at some of the new LoRa radio modules, like the RFM98W, you'll find they have a receive current of only 10.3mA. Combine that with processor sleep modes, it looks like the SunCube may actually be in the black as far as power goes.

View all 6 project logs

Enjoy this project?

Share

Discussions

Pedro Ferreira wrote 05/11/2018 at 10:16 point

Hi, I'm going to use the CC1310 in a new product so I'm still learning how to design the PCB for it, but I think your board might have a performance issue, because you're supposed to have the RF_N and RF_P lines exactly the same length and symmetrical, otherwise you'll have phase issues on the RF signal. Did you tested it and it performs well?

  Are you sure? yes | no

Jonathan Lussier wrote 03/29/2017 at 19:28 point

Pretty interesting project.  Have you assembled any fleas yet?  If you'd like to work on a small gimbal system for it let me know (and maybe cold gas thruster??).

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates