NASA Adjusts Course On Journey To The Moon

It’s already been more than fifty years since a human last stepped foot on another celestial body, and now that NASA has officially pushed back key elements of their Artemis program, we’re going to be waiting a bit longer before it happens again. What’s a few years compared to half a century?

The January 9th press conference was billed as a way for NASA Administrator Bill Nelson and other high-ranking officials within the space agency to give the public an update on Artemis. But those who’ve been following the program had already guessed it would end up being the official concession that NASA simply wasn’t ready to send astronauts out for a lunar flyby this year as initially planned. Pushing back this second phase of the Artemis program naturally means delaying the subsequent missions as well, though during the conference it was noted that the Artemis III mission was  already dealing with its own technical challenges.

More than just an acknowledgement of the Artemis delays, the press conference did include details on the specific issues that were holding up the program. In addition several team members were able to share information about the systems and components they’re responsible for, including insight into the hardware that’s already complete and what still needs more development time. Finally, the public was given an update on what NASA’s plans look like after landing on the Moon during the Artemis III mission, including their plans for constructing and utilizing the Lunar Gateway station.

With the understanding that even these latest plans are subject to potential changes or delays over the coming years, let’s take a look at the revised Artemis timeline.

Continue reading “NASA Adjusts Course On Journey To The Moon”

a) Schematic illustration of energy storage process of succulent plants by harnessing solar energy with a solar cell, and the solar cell converts the energy into electricity that can be store in APCSCs of succulent plants, and then utilized by multiple electrical appliances. b–d) The energy is stored in cactus under sunlight by solar cell and then power light strips of Christmas tree for decoration.

Succulents Into Supercapacitors

Researchers in Beijing have discovered a way to turn succulents into supercapacitors to help store energy. While previous research has found ways to store energy in plants, it often required implants or other modifications to the plant itself to function. These foreign components might be rejected by the plant or hamper its natural functions leading to its premature death.

This new method takes an aloe leaf, freeze dries it, heats it up, then uses the resulting components as an implant back into the aloe plant. Since it’s all aloe all the time, the plant stays happy (or at least alive) and becomes an electrolytic supercapacitor.

Using the natural electrolytes of the aloe juice, the supercapacitor can then be charged and discharged as needed. The researchers tested the concept by solar charging the capacitor and then using that to run LED lights.

This certainly proposes some interesting applications, although we think your HOA might not be a fan. We also wonder if there might be a way to use the photosynthetic process more directly to charge the plant? Maybe this could recharge a tiny robot that lands on the plants?

Faking Bluetooth LE With An NRF24L01+ Module

Despite the name, Bluetooth Low Energy (BLE) has very little to do with the original Bluetooth, other than its use of the same 2.4 GHz frequencies. This is where [Dmitry] got the idea to use a 2.4 GHz nRF24L01+ module to implement his very own BLE device, without the typical BLE chipset. This should be easy, since this popular IC supports GFSK modulation, 1 MHz channels and the 1 MBit data rate of BLE.

Despite of how simple BLE seems to implement, [Dmitry] quickly came across a range of issues due to limitations of the nRF24L01+. These include no support for a 24-bit CRC, a too sluggish PLL cycling for BLE’s frequency hopping, and as the coup de grâce, a lack for incoming data packets larger than 32 bytes — which destroyed any hope of accepting incoming connections.

Unperturbed, [Dmitry] set to work implementing what would work on this IC: broadcasting BLE packets. In the article he covers the entire code (in C) that allows the nRF24L01+ to send broadcast packets and any BLE-supporting device that’s listening to receive them. Admittedly not as useful as having a fully functional BLE stack, but good enough for broadcasting something like sensor data. It also raises the question of which alternative released in the intervening decade to the venerable nRF24L01+ might fill in the missing features, without making a dedicated BLE IC (or ESP32 variant) look more cost-effective.

It’s always a good day when a new project from [Dmitry] hits the tip line. We’ve previously covered his impressive efforts to add more RAM to the RP2040, and his business card that can boot Linux on an ATSAMD21.