Search found 71 matches

by secs
Mon Nov 18, 2019 11:15 pm
Forum: Flowcode V8
Topic: RPI and long distance radio
Replies: 27
Views: 15548

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
by secs
Mon Nov 18, 2019 11:12 pm
Forum: Flowcode V8
Topic: RPI and long distance radio
Replies: 27
Views: 15548

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
by secs
Sun Nov 17, 2019 5:26 am
Forum: Flowcode V8
Topic: RPI and long distance radio
Replies: 27
Views: 15548

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...
by secs
Fri Nov 01, 2019 11:42 pm
Forum: Flowcode V8
Topic: programming atmega 328
Replies: 2
Views: 1785

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
by secs
Fri Nov 01, 2019 10:58 pm
Forum: Flowcode V8
Topic: programming atmega 328
Replies: 2
Views: 1785

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...
by secs
Tue Oct 29, 2019 8:56 am
Forum: Flowcode V8
Topic: Getting some infor from Mega to me???
Replies: 3
Views: 2162

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...
by secs
Sat Oct 26, 2019 10:19 am
Forum: Flowcode V8
Topic: Getting some infor from Mega to me???
Replies: 3
Views: 2162

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????
by secs
Sat Oct 26, 2019 10:01 am
Forum: Flowcode V8
Topic: Getting some infor from Mega to me???
Replies: 3
Views: 2162

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...
by secs
Sun Sep 15, 2019 12:09 am
Forum: Flowcode V8
Topic: RPI 3b+ and servo component
Replies: 2
Views: 1674

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...
by secs
Sat Sep 14, 2019 7:03 am
Forum: Flowcode V8
Topic: RPI 3b+ and servo component
Replies: 2
Views: 1674

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...
by secs
Tue Sep 10, 2019 5:00 am
Forum: Flowcode V8
Topic: ESP8266!
Replies: 15
Views: 8941

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...
by secs
Mon Sep 09, 2019 2:47 am
Forum: Flowcode V8
Topic: ESP8266!
Replies: 15
Views: 8941

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...
by secs
Wed Sep 04, 2019 8:52 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

Re: Problems with MQTT Read

Sorry. Yep I get it now. Many thanks...
by secs
Wed Sep 04, 2019 8:36 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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...
by secs
Wed Sep 04, 2019 1:42 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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...
by secs
Tue Sep 03, 2019 8:37 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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 ...
by secs
Tue Sep 03, 2019 1:42 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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?
by secs
Mon Sep 02, 2019 10:05 pm
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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
by secs
Mon Sep 02, 2019 11:56 am
Forum: Flowcode V8
Topic: Problems with MQTT Read
Replies: 10
Views: 4339

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...
by secs
Mon Sep 02, 2019 9:56 am
Forum: Feature Requests
Topic: MQTT Component Authentication
Replies: 19
Views: 8529

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...
by secs
Mon Sep 02, 2019 8:04 am
Forum: Feature Requests
Topic: MQTT Component Authentication
Replies: 19
Views: 8529

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...
by secs
Mon Sep 02, 2019 5:19 am
Forum: Feature Requests
Topic: MQTT Component Authentication
Replies: 19
Views: 8529

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
by secs
Sat Aug 31, 2019 2:39 am
Forum: Flowcode V8
Topic: Capturing an array of data from I2C
Replies: 3
Views: 2321

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...
by secs
Sat Aug 31, 2019 2:07 am
Forum: Flowcode V8
Topic: Dmx
Replies: 1
Views: 2142

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
by secs
Sat Aug 24, 2019 2:04 pm
Forum: Flowcode V8
Topic: Capturing an array of data from I2C
Replies: 3
Views: 2321

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...