Search found 106 matches

by jogag
Sat Jun 18, 2016 11:08
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

cheapie wrote:
jogag wrote:Anyway, we can't DIY this because there's a custom LCD to make. And that means messing everything up, finding a manufacturer, and $$$.
Some guy managed to make one...
That link was featured on Hackaday!
Image
by jogag
Thu Jun 16, 2016 13:05
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

AceWill wrote:How about an autocrafter that sets the recipe to match an item string sent via digilines?
Sounds interesting... I'll add it.
by jogag
Fri May 06, 2016 17:00
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

I think it's a good idea, shouldn't be very hard to do either only problem is that who will do it? I have to take a look at the code of pipeworks and digilines. I do not know if i am able to do it. I'll try to make it, but I have to find out how to use the pipeworks API. I'll surely make the detect...
by jogag
Mon Apr 11, 2016 12:55
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

There was also a bug in the cardboard computer mod, and there's a bug in the circuit diagram in this topic. Everything is buggy...
by jogag
Mon Apr 11, 2016 12:49
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

Too sketchy sketch... Apart from the protection diode for the solenoid, I have to add a 3.3V regulator after the two diodes and feed it with at least 6V (maybe 5V from USB ports depending on the regulator's drop). I plan to use a switching regulator as linear ones like the 1117 are inefficient (~ 3...
by jogag
Tue Apr 05, 2016 17:27
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

I got very shocked when I saw this on github. It's a smartwatch designed by Jeija!!! It has also minetest controller mode :D. It has that ESP8266 Wi-Fi chip at the core. It's a cheap and powerful chip for Wi-Fi... The ESP8266 is actually much more powerful. It can render dynamic 3D meshes and decode...
by jogag
Sat Apr 02, 2016 12:08
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

benrob0329 wrote:Cool!

I made a tutorial using your mod: https://www.youtube.com/watch?v=_s9CVFaw1eI
:D
Wow, my work is on YT!!!

Software update to my cardboard-PC and a new mod for Minetest: a fork of the computer mod that adds handheld games and cardboard computers. Releasing it today.
by jogag
Tue Mar 29, 2016 13:38
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

Here's what I got after drawing some devices in Fritzing:

Image
The digiline flash memory is there just for fun. It's just a 24LCxx I2C flash chip (xx is the memory size).
by jogag
Tue Mar 29, 2016 11:37
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

I'm still alive, but pretty far from Minetest. Moved to 8-bit chips (= Arduino) and some small mods for Minetest (= elytra mod without 3D models).

Most important thing in development:
Image
(Yes, it's a bit off topic...)
by jogag
Thu Mar 03, 2016 16:18
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

Back after a very long while... My laptop's keyboard broke and now I have an uncovered computer. And I'm using a mini wireless keyboard which is usable just for quick coding and web searching, and not intended for playing MT. So I can't debug my mods and make complex stuff. But I got an idea for gho...
by jogag
Thu Mar 03, 2016 16:17
Forum: Mod Releases
Topic: [Mod] Digilines [digilines]
Replies: 76
Views: 71759

Re: [Mod] Digilines [minetest-mod-digilines]

That's impossible. Minetest has no support for custom cameras and recording videos. And it's not possible to stream videos on a texture, so the TV would be also impossible. (Impossible until you patch MT and make a pull request, but that's not easy!) The PC, however, is possible. It could be a (sand...
by jogag
Wed Dec 30, 2015 15:44
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

Here's a quick Fritzing drawing about a luacontroller project:
Image
I will make the circuit board design in KiCad soon.
by jogag
Tue Dec 29, 2015 14:25
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

If you want to learn hardware, I suggest you to start with Arduino , which is an 8-bit microcontroller packaged in a fancy circuit board, with one of these dongles built in. There are many tutorials and examples on the web about Arduino . Just search for them :) If you know a bit of Javascript or Lu...
by jogag
Tue Dec 29, 2015 14:06
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

While making a project of the programming interface for the luacontrollers, I saw an USB-to-serial dongle on my desk. And I thought it could be used. And it can be used to program the luacontroller . Here's one of those magic dongles: https://forum.minetest.net/download/file.php?mode=view&id=460...
by jogag
Tue Dec 29, 2015 13:26
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

I found an issue with character LCDs: older LCDs need 5V to operate (newer work with 3.3v), and the mesecon circuits are 3.3v. Then we have to find a display that works with just 3v (the i2c adapter works both at 5 and 3 volts) or make some type of boost converter . And boost converters are not DIY...
by jogag
Tue Dec 29, 2015 12:51
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

About the screen + keyboard set, there is a mod that has one, but I can add it anyway.
However I'm busy these days in building a javascript computer and other things with chips, including luacontrollers in real life.
I will add it when I can.
by jogag
Sun Dec 27, 2015 15:35
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

I got some ATtiny's and I'm doing some testing. Just 8K of flash memory, but that's enough (lua scripts are compiled with some custom thing to C and then assembly language with gcc-avr). Tiny25/45 could also be used (they are identical except for the amount of flash memory, and they cost less). I wi...
by jogag
Sun Dec 27, 2015 14:53
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

I'm not sure about digiline command blocks. They are easy to make, but there are security issues: Minetest allows executing commands only by players unlike Minecraft that has a special safe "bot" used by command blocks Mesecon command blocks are locked and only the owner can change command...
by jogag
Mon Dec 14, 2015 17:13
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

That LED driver would be simply a resistor + transistor which is only 2mm long... you can place it behind the LED, and you need just one for all LEDs. You even don't need a transistor if you want to control a single LED which isn't very bright. For noteblocks, we could add the same capacitive sensor...
by jogag
Mon Dec 14, 2015 16:43
Forum: General Discussion
Topic: I found MESE in Real Life!
Replies: 29
Views: 15335

Re: I found MESE in Real Life!

I'm working on real life mesecons and digilines too! Here's the topic about that. I need to chose a chip to use for the luacontroller... The code for the luacontroller could be compiled into C then machine code (with gcc?) and sent to the controller with some programmer block or something you place ...
by jogag
Sun Dec 13, 2015 17:45
Forum: Minetest-related projects
Topic: Luacontrollers in real life...
Replies: 1
Views: 1383

Luacontrollers in real life...

I have some microcontrollers around and I like programming MT's virtual luacontrollers, so I decided to port these luacontrollers to real life. Maybe with pistons, LCDs, and meselamps, along to all other mesecons devices. I decided to use a STM32F103C8T6 , which is a tiny 32-bit microcontroller avai...
by jogag
Mon Dec 07, 2015 16:47
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

The same for my JTAG and the clock factory. It consists of four parts: the stocking unit, with chests for luacontrollersand materials, the programming factory that programs several luacontrollers with the display drivers and the timekeeping program, the factory assembling the clock and the remote te...
by jogag
Mon Dec 07, 2015 16:40
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

I'm working on something more interesting: a fully automated digital clock factory! It takes your orders via digiline and make a clock as you want (you can customize light colors and the base material, and even add a custom alarm!) It programs the luacontrollers with my JTAG programmer mod (still in...
by jogag
Mon Dec 07, 2015 15:50
Forum: WIP Mods
Topic: [Modpack] Digiline Stuff [digiline_stuff] - digiline devices
Replies: 97
Views: 23748

Re: [Modpack] Digiline Stuff [digiline_stuff] - digiline dev

Did you used a delayer-based timer in the first version? It's not reliable... it stops after a game restart... Why did you don't use red plants, they generate an interrupt every 3 seconds! And why do you need a hardware timer? Here's my improved code, it does not need any hardware timer. Port D is u...
by jogag
Thu Oct 29, 2015 16:24
Forum: WIP Mods
Topic: [WIP Mod]HeadPhones
Replies: 27
Views: 4655

Re: [WIP Mod]HeadPhones

And another good source for free music Newgrounds.com, I got some music from there and the artists only require you to link back to them when you use their stuff. Say that to me, I have 50 newgrounds songs on my pc... And I injected one in the main menu. That's simple: Go in your minetest directory...