There may be other offers on ebay.co.uk or amazon.co.uk or other regional shops, but none of them do it officially.
Also, depending on how complex the digital accessories are, you could just use the analog port as a digital one. You can do this by applying a binary threshold filter.
the serial port should go for the RTC sensor as a must to I guess, is that serial port like L2C?
I’m not sure exactly what you mean by that. First of all, the GrovePi Zero has a RPISER port, which is basically the serial port of the Raspberry Pi (port /dev/ttyS0 or originally /dev/ttyAMA0). And I suppose you meant to say the I2C port and not L2C. In this case, I would suggest you read this really cool tutorial - it’s filled with information: https://learn.sparkfun.com/tutorials/i2c
So, to get things started, you could attach to the RPISER port any device that communicates over serial. One example of such a device is the GPS sensor that we also support on ours. http://wiki.seeedstudio.com/Grove-GPS/
Our library for this thing can be found on our repo:
Which by the way, I notice you also want to have an RTC. Depending on your application, you might include a GPS which already reports the current time depending on your location - that’s a basic functionality of the GPS. To report the time, you first need to get a fix on the satellites.
And I don’t see why this won’t work with an RPI Zero W. @JohnC, do you have anything to object about this?
By the way, if you go the 4G/3G route, you gotta make sure you have driver support for it on the Raspberry Pi. Thinking about it, you can also have a look at this article I wrote here (I already experimented with 4G access on mine):
wow u seem all a Mc Giver I will go for a Huawai 3372 since a guy in rpi forums tested so many dongles and said this was the most stable and working perfect for long =)
Thanks for the compliment The Huawei 3372 also seems like a very good choice - in my case I wanted something that could actually stack on the Raspberry Pi and thus be “compliant” with whatever else I wanted to add onto it.