Anyone here do app development?

Australia & New Zealand Homebrewing Forum

Help Support Australia & New Zealand Homebrewing Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Lyrebird_Cycles

Well-Known Member
Joined
10/7/16
Messages
1,439
Reaction score
777
I have device I'm developing which currently uses a microcontroller to compute a control signal based on two inputs (volume and rate).

Input to uC is via a keypad, display is a 2 line LCD screen. Looking to change that to control via phone / bluetooth but need someone to do the development as that isn't my field.

If you can help orknow someone who can PM me.
 
Cant help, but might help to mention what OS (Android, iOS, Windows) your phone, or goal phone uses.
Generally individuals specialise on a single OS.
 
Needs to interface with both iOS and Android.

uC is currently an Atmega 32, looking to use something like an HC-05 bluetooth module for comms.
 
Is it bluetooth or bluetooth LE (eg, the kind you find in smart watches)?

Cross platform bluetooth development is, well, not really there. There seems to be some more focus put on bluetooth LE, and other robotics orientated stuff (required you run another platform on the receiving end as well), but not much with pure basic bluetooth.

That in mind, it would be double the work (well, kinda) for both iOS and Android if it's pure bluetooth.You'd probably want to pick a platform to proof of concept it (given the closed nature of the hardware, maybe iOS would be a good choice?).
 
Would wifi be an alternative, because they did similar with the original brewpi, using a Wemos (tiny little board with on board wifi). The Wemos has enough memory (up to 16mb) and power to host it's own web server and web pages these can directly interact with the micro controller which is arduino compatible. No I ain't a programmer but I know my hardware. There are a few brewing related projects that do just this; Fermtrack, BrewPILess (BPL) and ISpindle, former two are US based.
 
MJ

thanks for the tip, I'll investigate that. Having it independent of platform soiunds like a good plan.
 
I could probably do the embedded side, but am currently not geared for mobile app development.

I've also got a bit of experience designing protocols for embedded devices.
 
For what it's worth, if you ever think you may need to access the embedded device from more than a single client device at a time, choose WiFi over Bluetooth. Similarly, if you care about range, you need WiFi instead of Bluetooth.

As a rule of thumb, don't expect Bluetooth to be reliable if there is a wall between the endpoints or if you go further than about 3m, even with clear line of sight.
 
BTW if it's brewing related, the guys will jump all over you. Something to do with snazy tech and beer!!!
 
I've been playing with the esp8266 family of modules. Still early days for my knowledge but sounds like something they could handle.

They connect to WiFi and are powerful enough to host a small webpage and can handle some simple interfaces (switches and less and some serial conenctions).

Best part, they're quiet cheap!
 
I do android design & development as part of my work.
I can help with some stuff, I quote enjoy a bit of recreational software engineering.
 
Thanks for the replies guys, I've decided to go with a dedicated PLC to control the system, I can write the code required myself.

Yes it's peripherally brewing related, it's for an oxygenation system. If I release a version of this for homebrewers it will be manual (too expensive with the controller).
 
yes, more info please:) Sounds like a good project.
 
I used Velocio when I built my frame fatigue tester: more info here.

They're small, cheap and easy to run, they include programming software which is really easy to use. I nevertheless managed to cock up the first program I wrote and their customer support was excellent, fixed it straight away even though it was my fault.
 
That is one crazy cheap PLC and HMI option!
Bookmarked for a rainy day project.
Spilling the beans on the oxygenation project or is it secret?:cool:
 
That is one crazy cheap PLC and HMI option!
Bookmarked for a rainy day project.
Spilling the beans on the oxygenation project or is it secret?:cool:
wonder if that HMI supports OPC?
 
That is one crazy cheap PLC and HMI option!
Bookmarked for a rainy day project.
Spilling the beans on the oxygenation project or is it secret?:cool:

I finished writing the patent yesterday, I'll lodge it when I get back to Melbourne later in the week.

Once that is done I will be looking for a couple of beta testers, preferably people who have used oxy bottle based oxygenation systems and would like to try an alternative, ideally with fermentation volumes about 25 litres.
 
I've got two brews with the Brewman oxygenation kit under my belt. A few more with various H2O2 additions. I'd be interested in playing with something new and providing feedback. My standard batch size is around 23 litres.
 
Sounds good.

Here's what I'm thinking: the beta test unit will be a loaner, you'll just need to return it to me within say six months. If you decide you want to keep it we'll work something out.

Since there are no consumables we don't have to worry about that.

All this will start in November (with the usual caveat of unforeseen delays).
 
Back
Top