Search found 71 matches
- Mon Nov 18, 2019 11:15 pm
- Forum: Flowcode V8
- Topic: RPI and long distance radio
- Replies: 27
- Views: 18680
Re: RPI and long distance radio
Further to that, I relaised last night that I wont have to send all whole string of gps data but as the units are within a certain distance, most of the string will be the same so I can send only part of the string...... Thus reduce the amount of data
- Mon Nov 18, 2019 11:12 pm
- Forum: Flowcode V8
- Topic: RPI and long distance radio
- Replies: 27
- Views: 18680
Re: RPI and long distance radio
Thanks everyone.
GSM isnt an option as the units will spend more time where there is no phone coverage. However I think what I will do is use a cheaper rs232 radio module to prove the concept then if the units work ok, simply buy a more expensiveunit...
Thanks everyone
GSM isnt an option as the units will spend more time where there is no phone coverage. However I think what I will do is use a cheaper rs232 radio module to prove the concept then if the units work ok, simply buy a more expensiveunit...
Thanks everyone
- Sun Nov 17, 2019 5:26 am
- Forum: Flowcode V8
- Topic: RPI and long distance radio
- Replies: 27
- Views: 18680
RPI and long distance radio
Hi all. Not asking everyone to do the work for me but looking for suggestions from those who may have already played or experimented with various bits and pieces. I like using Raspberry pi's but at this point that not locked in. More importantly, I need to transmit GPS coordinates between 2 vehicles...
- Fri Nov 01, 2019 11:42 pm
- Forum: Flowcode V8
- Topic: programming atmega 328
- Replies: 2
- Views: 2017
Re: programming atmega 328
Thanks Martin
I intend to use the external clock/crystal and caps so that part is fine but I may give the programming via the uno a go anyway. Not really worried about the left over parts/uno at all.
I guess I can give it a go and see what happens. I have ordered a uno so will wait for its arrival
I intend to use the external clock/crystal and caps so that part is fine but I may give the programming via the uno a go anyway. Not really worried about the left over parts/uno at all.
I guess I can give it a go and see what happens. I have ordered a uno so will wait for its arrival
- Fri Nov 01, 2019 10:58 pm
- Forum: Flowcode V8
- Topic: programming atmega 328
- Replies: 2
- Views: 2017
programming atmega 328
Hi all. I normally play around with Arduino Megas and simply use the development boards. But was thinking about using an Atmega 328p type chip with a crystal etc in a PCB as an end product I guess just for fun. In looking for programmer hardware I cam across an idea (not mine) of using a UNO to prog...
- Tue Oct 29, 2019 8:56 am
- Forum: Flowcode V8
- Topic: Getting some infor from Mega to me???
- Replies: 3
- Views: 2444
Re: Getting some infor from Mega to me???
Thanks all. Yep thats the solution I stumbled upon but didnt know how I did it. Got it sending data. Also agree with the LED part. In fact I used an Arduino to run my aquaponics system in the back yard and had an LED mounted on the system where I could see it from the kitchen window. The number of f...
- Sat Oct 26, 2019 10:19 am
- Forum: Flowcode V8
- Topic: Getting some infor from Mega to me???
- Replies: 3
- Views: 2444
Re: Getting some infor from Mega to me???
Actually I just found it but not sure how I did. Will have a play and see what I did????
- Sat Oct 26, 2019 10:01 am
- Forum: Flowcode V8
- Topic: Getting some infor from Mega to me???
- Replies: 3
- Views: 2444
Getting some infor from Mega to me???
Hi all. Its probably a simple answer but... I am just tinkering with an Arduino Mega 2650 while I wait postage next week. I have it reading an analog pin. I need a simply way of seeing what that value of the pin is? I used to have an old lcd screen laying around but cant find it. I used to use simpl...
- Sun Sep 15, 2019 12:09 am
- Forum: Flowcode V8
- Topic: RPI 3b+ and servo component
- Replies: 2
- Views: 1839
Re: RPI 3b+ and servo component
All good Leigh. Just wanted to make sure it wasntsomething I was or wasnt doing I was just needing to test a servo and breadboarded a small circuit but was missing a couple of capacitors and since I had a rpi here thought I might do it that way. Absolutely no hurry as its not an ongoing issue for me...
- Sat Sep 14, 2019 7:03 am
- Forum: Flowcode V8
- Topic: RPI 3b+ and servo component
- Replies: 2
- Views: 1839
RPI 3b+ and servo component
Hi all. I am playing with a servo motor and needed to drive it as a test. Having a RPI sitting here I added a servo component to it but keeps throwing an error. It will simulate but if I try and compile to chip it errors. I took the servo component out and it compiled to chip ok. Put it back without...
- Tue Sep 10, 2019 5:00 am
- Forum: Flowcode V8
- Topic: ESP8266!
- Replies: 15
- Views: 9967
Re: ESP8266!
Hi Viktor_au I would be happy to do that but be warned at the moment there is only a few Flowcode parts but that will increase. I will detail the aquaponics part as it was all flowcode. I am looking into building a few controls/sensors that sort of work as stand alones but feed info back to the hous...
- Mon Sep 09, 2019 2:47 am
- Forum: Flowcode V8
- Topic: ESP8266!
- Replies: 15
- Views: 9967
Re: ESP8266!
Hi all. Being an avid tinkerer I have been playing with Flowcode, a RPI and MQTT and thanks to Benj have it working. The reason being I have a house automation system running and have it doing all sorts of things. FYI I use https://www.home-assistant.io/hassio/ Now I used to run my Aquapoinics using...
- Wed Sep 04, 2019 8:52 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
Sorry. Yep I get it now. Many thanks...
- Wed Sep 04, 2019 8:36 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
Ok its running in simulation mode using the network comms for the MQTT client network options. So just to clarify, if I want to upload this to the RPI I need to add a RPI network component and point the MQTT client to it and when I use it in simulate poiunt it to the network comms. In other words, i...
- Wed Sep 04, 2019 1:42 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
Just an update. For those interested, I run a Mosquitto Broker and looked up the stats for it The mqtt documentation explains that the maximum value of the keepalive is 18 hours 12 minutes and 15 seconds. But the mosquitto server disconnects the clients if it does not receive messages before 60 seco...
- Tue Sep 03, 2019 8:37 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
Thanks Leigh. Yes that makes sense. I have never really looked into the protocol but use it extensively in a house automation system via Node-Red and HomeAssistant. Because it simply works in the background I have never had to study it but sort of wondered if that was the case in a way. Will modify ...
- Tue Sep 03, 2019 1:42 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
The client I am using on the desktop returns the fllowing
88
qos : 0, retain : false, cmd : publish, dup : false, topic : homeassistant/climate/probofrain, messageId : , length : 36, Raw payload : 5656
The value 88 is what I have something else publishing. Does this shed any light?
88
qos : 0, retain : false, cmd : publish, dup : false, topic : homeassistant/climate/probofrain, messageId : , length : 36, Raw payload : 5656
The value 88 is what I have something else publishing. Does this shed any light?
- Mon Sep 02, 2019 10:05 pm
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Re: Problems with MQTT Read
Not a problem. I think I have attached the correct file. Just off to work so if not will attach correct one later.
Its a test in progress so a bit (lot) rough
Peter
Its a test in progress so a bit (lot) rough

Peter
- Mon Sep 02, 2019 11:56 am
- Forum: Flowcode V8
- Topic: Problems with MQTT Read
- Replies: 10
- Views: 4964
Problems with MQTT Read
Hi guys. I was chatting on another topic but thought I should start a new one as the other was in a feature request. I have upgraded my MQTT component so it includes the authentication property. I run a MQTT server/broker on a local server. Its Mosquito. Through help from LeighM I have the MQTT comp...
- Mon Sep 02, 2019 9:56 am
- Forum: Feature Requests
- Topic: MQTT Component Authentication
- Replies: 19
- Views: 9923
Re: MQTT Component Authentication
Thanks Leigh Yes I did that before you replied and it connected using simulation. What threw me was in the initial stage I simply added the MQTT client and it must have did the networking. I then upgraded after finding this thread as I needed authentication and in playing around, I even created a ne...
- Mon Sep 02, 2019 8:04 am
- Forum: Feature Requests
- Topic: MQTT Component Authentication
- Replies: 19
- Views: 9923
Re: MQTT Component Authentication
Thanks Leighm Ok I tried the example for the MQTT scada thing and using the authentication, it connects to my server. However I am having issues making a new program. One thing I noticed was in the properties of the MQTT client in the example, the network component points to a component that shows o...
- Mon Sep 02, 2019 5:19 am
- Forum: Feature Requests
- Topic: MQTT Component Authentication
- Replies: 19
- Views: 9923
Re: MQTT Component Authentication
Hi all. I just came looking in the forums for the same authentication issue and found this thread. Just wanted to add my MQTT server also uses authentication so will download the compnent and give it a whirl.
On a side not, if I run this in the simulator with it try and connect to the server?
Peter
On a side not, if I run this in the simulator with it try and connect to the server?
Peter
- Sat Aug 31, 2019 2:39 am
- Forum: Flowcode V8
- Topic: Capturing an array of data from I2C
- Replies: 3
- Views: 2594
Re: Capturing an array of data from I2C
Replying to these sitting in a crane on a job waiting to do a lift so my replies are a bit out of order. Yes I think after reading the sheet myself I am sure you are correct. I think you ask for each temp for each pixel. I will post a followup. Doing overtime today so might put some of my extra cash...
- Sat Aug 31, 2019 2:07 am
- Forum: Flowcode V8
- Topic: Dmx
- Replies: 1
- Views: 2404
Dmx
Hi all. In wanting to make a pan and tilt spotlight I thought it may be simpler to use a dmx unit. I would like to control this using a raspberry pi. So my question is: is there a particular hat/shield that works well or what's is everyone's opinion on the physical wiring interface method
- Sat Aug 24, 2019 2:04 pm
- Forum: Flowcode V8
- Topic: Capturing an array of data from I2C
- Replies: 3
- Views: 2594
Capturing an array of data from I2C
Hi all. Just trying out V8. Used to play with V6 and have a new need to decided I would give this new version a go. I need to get various surfaces temps of a block of steel and originaly was going to use multiple thermocouples but then thought I would try a AMG8833 8x8 Matrix thermal sensor. Did a q...