Javaino JoC Reference Board & Module Bring Java to the Embedded World

There is a Java-programmable module on the block. The module is going to change the face of programming and make things easier.

The Java-on-Chip (JoC) module was designed by the Austrian manufacturer, Demmel. This module minimizes programming and development time of smart applications.

The first thing to remember is that commercially embedded systems are developed with programmable languages, and they typically employ the use of either the C language or assembly.

However, Demmel has made this new module and board specifically for Java programmers. The Java-programmable module is designed to work with the Javaino JoC reference board.

Another thing about the JoC module is that it radically shortens development times.  Furthermore, it simplifies PCB design efforts and also reduces programming effort.

Also, the Java-programmable module comes as a tiny 24 × 36-mm module. As a matter of fact, it offers a diverse selection of interface options.  Now, these options can be addressed in Java for low-level programming.

Java-Programmable module

Specifications of the JoC Module

  • Multiple digital and analog I/Os
  •  USB port, 2x RS232 (TTL) ports, I2C, SPI, and PWM outputs
  • A/D and D/A converters.
  • A built-in keyboard interface which can accommodate up to 128 keys
  • There is also a rotary encoder interface.

Benefits of the Java-Programmable Module

  • With the extensive interface options of the JoC, complex low-level programming is unnecessary.
  • Compared to other languages, the approach and technology of Java offers security from errors.
  • Additionally, the JoC real-time clock with battery backup is useful for time-sensitive applications.

Final Note

The Javaino JoC Reference Board brings all of JoCs pins out to edge pins. It is however important to know that you will need to buy the board. This will make the use of the Java-Programmable module quick and easy.

Both the Java-on-Chip module and the Javaino JoC reference board are available. They can be purchased directly from Saelig for $29.95 and $59.95, respectively.

Via EEWeb. Thanks to theguyuk for the tip.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
15 Comments
oldest
newest
Singman
Singman
4 years ago

I disagree with the use of Java in IoT project. Time consuming, heavy need of resource, poor performance, and now you should pay for using Java !

dgp
dgp
4 years ago

>I disagree with the use of Java in IoT project. Why not? Java is a language. If you get the right outputs from your inputs and it all happens within the time envelope you have what does it matter? >Time consuming, More time consuming than chasing bugs in C code that randomly appear and disappear when the layout of the binary changes? >heavy need of resource, poor performance, and now you should pay for using Java ! This is likely to be a very optimised JVM made for whatever common micro they’ve stuck a sticker on. Possibly something like https://en.wikipedia.org/wiki/NanoVM… Read more »

willy
willy
4 years ago

But with such a VM you get all the problems you’re seeing with C because you’ll be affected by this VM’s bugs, and you won’t have the myriad of pre-made libs that make java devs happy not to have to reinvent the wheel. I fail to see what benefit it presents in this case, except maybe for those who were told by management “we’ll do java on this product, like it or not”.

dgp
dgp
4 years ago

You’ll be affected by not having memory protection either way. The benefit you get with Java will be bounds and null pointer checks before access. You might even get stack overflow checks.
Anyhow it’s weird to argue that something like this isn’t suitable for small systems when Java Card has been kicking around for about 20 years now.

notzed
notzed
4 years ago

This a moot point as the product isn’t remotely Java, but no need to spread FUD by concern trolling either. openjdk is completely free as in both the speech and beer sense and is the common source-base for all current jdks. Oracle even provide binaries – but they’re not the only option and now it’s not difficult at all to compile the jdk from source (./configure && make && go get a coffee but don’t go too far as it wont take all that long). RedHat also put significant developer resources into it and provide officially Java-branded and certified binaries… Read more »

Speakjava
Speakjava
4 years ago

LTS is not about wasting money on major version upgrades; they’re about stability. There’s no serious Java user out there who’s prepared to update their JDK every six-months. Believe me, I’ve spoken to a lot of customers about this (I work for Azul). There’s also nothing poorly named about LTS. Long-term support means you can still get updates and support for an extended period of time. Depending on who is offering this it can be anything from five to nine years. What’s confusing about that? Sun (who I also used to work for) created the OpenJDK project in 2007 and,… Read more »

willy
willy
4 years ago

end of battery-powered devices ?

dgp
dgp
4 years ago

>end of battery-powered devices ?

Linux is much heavier than whatever JVM they’ve integrated into this yet there are a lot of battery powered linux devices out there.

Nupi
Nupi
4 years ago

Will change face of programming, seriously?

What is this, reads like badly written adcopy? Seems to be on the rise on this site, too.

Not too much of a fan of these new authors.

halherta
halherta
4 years ago

This reminds me of Dallas Semiconductor’s TINI microcontroller board that could run Java, and the Javelin Stamp, and STM32’s STM32Java solution. None of these attempts to bring Java into the embedded world seemed to succeed. Who knows perhaps this fourth attempt will be the charm.

patreonDonator:)
patreonDonator:)
4 years ago

i recall reading a long while back where such a chip/capability of java acceleration was considered for android phones but then the whole lawsuit thing happened and it was scrapped

dgp
dgp
4 years ago

A lot of ARM cores had a Java execution state called Jazelle (https://en.wikipedia.org/wiki/Jazelle). That doesn’t really help for Android though as Android doesn’t run Java (as in the bytecode).

notzed
notzed
4 years ago

hoo boy does this look dodge! Apart from the not terribly great article here, the site itself is riddled with typoes and poor English. Despite being ‘demmel products gmbh’ with Austrian contact details it reads more like a Mandarin translation than a German one, and other demmel products are shown with Chinese-language in screenshots so their products are obviously created there if nothing else. There’s some weird stuff in the html, like “Cybersteel Inc. 376-293 City Road, Suite 600 San Francisco, CA 94102” – which shows up on the net in many places on very similar websites – is this… Read more »

Jordi
Jordi
4 years ago

We use Cinterion Java 2G and 3G modules. About 10Mbytes Flash, 2MB RAM, FileSystem, 2 Uarts, I2C, SPI, RTC, gpio… 2G for about half of this price…
Eclipse plugin and all of APIs.

Khadas VIM4 SBC