You are browsing as a guest. Sign up (or log in) to start making projects!

Manula

@Manula

Joined May 31st, 2026

  • 3Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
I'm an intermediate maker who just started creating their own personal projects instead of using tutorials. I really want a raspberry pi (and 3D printer but that's really hard)
Open comments for this post

11h 36m 43s logged

Devlog3 - Sleep Helper

What I did:

  • Added a photoresistor for light levels + LED
  • Added code to set an alarm + buzzer
  • added a relay that would cause a motor to spin if the temperature got past ideal sleeping temps
  • Added an extra button to stop/set alarm
  • Added an ethernet shield because it has a microSD card slot
  • Used microSD card to create a CSV file with timestamps, temp & humidity data, light etc.
  • microSD card can then be removed from ethernet shield and opened to see data in an EXCEL spreadsheet (check how your sleeping environment was after waking up)
  • added a capacitor to deal with voltage dips
  • Debugged during Argentina vs England (🐐)
  • Free up space for SRAM on Arduino UNO

(this has taken too long.)

MAJOR PROBLEMS:

  • Arduino Uno doesn’t have enough SRAM to manage OLED, DHT and SD libraries at once and doesn’t have adequate space to Open a file on an SD card for a write function

Moving forward:

  • finding a solution to manage everything without voltage dips becoming an issue + managing SRAM
  • adding motor
  • Creating 3D printed housing
  • Shipping
0
0
3
Open comments for this post

16h 29m 54s logged

Sleep Helper Devlog 2

Can’t sleep? Well maybe the problem is your sleeping environment!

I’m building an Arduino-powered sleep device that watches over my room while I sleep. Helping me improve my sleeping environment and get quality sleep. So far it tracks temperature, humidity and noise.

Things I have done so far:

  • Made an ‘Alarm Style’ clock setup
  • Read temp and humidity
  • Change between clock and temp modes
  • Detect Loud sounds

Next steps:|

  • Adding more features
  • Polishing off Arduino code
  • Creating 3D printed housing

I hope you all like it! :)

0
0
11

Followers

Loading…