Search found 128 matches

by George_B
Sun Nov 27, 2016 11:41 am
Forum: Flowcode V6
Topic: KEYBOARD USB HID
Replies: 17
Views: 15178

Re: KEYBOARD USB HID

Hello, i would like to modify the attached FC6 program so it will send ten lines of predefined (fixed) text to my computer. The attached file is taken from the USB HID component examples. What it does is just to send a line of text every 5 seconds. I tried to modify the program but i am missing some...
by George_B
Sun Oct 30, 2016 9:47 pm
Forum: Flowcode V6
Topic: max7219/SPI troubles.
Replies: 12
Views: 12986

Re: max7219/SPI troubles.

Hello all, I followed Benj's suggestions. i tested the MAX 7219 and it works like a charm! It is much more convenient to output the data as binary if you need to display characters or symbols that the BCD mode does not support. It seems that i am not going to waste too many pins from my micro contro...
by George_B
Mon Oct 10, 2016 10:28 pm
Forum: Flowcode V6
Topic: max7219/SPI troubles.
Replies: 12
Views: 12986

Re: max7219/SPI troubles.

Hello Benj ! Thanks for your great help!

it is totally clear the way you describe the float to byte conversion.

I would like to know how to convert the number 1 for example into something like this 0b00110000 (D7D6D5D4D3D2D1D0 -> DP A B C D E F G) ??
by George_B
Mon Oct 10, 2016 12:50 pm
Forum: Flowcode V6
Topic: max7219/SPI troubles.
Replies: 12
Views: 12986

Re: max7219/SPI troubles.

Hello all ! Great topic about MAX7219. I managed to flash the leds within a few minutes after i read this! I have a question regarding displaying a float number on a three digit 7 segment Display. For example at the moment i send 0b11111110 to obtain the desired character and it works totally fine f...
by George_B
Tue Aug 23, 2016 9:18 pm
Forum: Flowcode V6
Topic: Load Cell HX711
Replies: 10
Views: 14683

Re: Load Cell HX711

Hi Pete, I tried your suggestion but again the results were not very good. I get at least a number on the LCD and i assume that the Load Cell may be a crappy one...therefore i will look for a better load cell to make my test. Is there any load cell which operates well and been tested with this modul...
by George_B
Sun Aug 21, 2016 3:26 pm
Forum: Flowcode V6
Topic: Load Cell HX711
Replies: 10
Views: 14683

Re: Load Cell HX711

Hi Pete! Thanks for your reply and your time! I tried to make up a program including your macro. Unfortunately i ended up with no good results although i wont be disappointed at all. In order to avoid a lot of texting here, i will upload the FC6 program with this post so you all can have a look and/...
by George_B
Fri Aug 19, 2016 10:35 pm
Forum: Flowcode V6
Topic: Load Cell HX711
Replies: 10
Views: 14683

Load Cell HX711

Hello all,

I would like to read the analogue to digital converter in the link below.


https://cdn.sparkfun.com/datasheets/Sen ... nglish.pdf


Would it be possible to know how to get the data from HX711 chip?

Is there any FC6 example ?


Best Regards
George
by George_B
Mon Jul 25, 2016 8:05 pm
Forum: Flowcode V6
Topic: Sending "" in a string
Replies: 3
Views: 3650

Re: Sending "" in a string

Hi, another solution is to send ASCII (Number 34 = ") using RS232 component .


:wink:


Thanks
George
by George_B
Tue Jul 19, 2016 4:11 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hi, thanks for your reply,

I have already configured the modem to operate in text mode.

:?: :roll:
by George_B
Mon Jul 18, 2016 10:23 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hello,

This is a sample of a message that i get some times..

I tried to change the baud rate value but no change on the results as you can see below


+CMT: "+3##########","","16/07/18,23:58:54+12âC…(úÊÂÊÒ949´§jŠiiSHø
by George_B
Tue Jul 12, 2016 10:34 am
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hello all, I was trying to find a reason why the GSM modem would not give correct data while a new message arrives. I made a couple of test with no luck again. One thing that i have noticed is that if i reduce the number of the text characters from 18(CN9435693495OK,3,3) to 2, everything will be jus...
by George_B
Sat Jul 02, 2016 9:37 am
Forum: Programming Tips & Tricks
Topic: Creating Custom LCD Characters Flowcode V4 & V5
Replies: 8
Views: 24270

Re: Creating Custom LCD Characters Flowcode V4 & V5

Hello to all! Using Flowcode 6, I was trying to add a few custom characters into the LCD as medelec35 presented above. I managed to add some custom characters but after adding the 9th character i am facing a problem. The problem is that instead of the character number 9 the LCD shows a random charac...
by George_B
Wed Jun 29, 2016 9:27 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hi again! I tried the rearranged code from Benj. Unfortunately after the test i observed the same operation as before. I am wondering if the values, "String Array Size" and "Message Array Size" will affect the receiving procedure? Flowcode has these values by default equal to 80. Untitled.png Regard...
by George_B
Sat Jun 25, 2016 9:30 pm
Forum: Flowcode V6
Topic: Printing degree character on 16x2 LCD display
Replies: 4
Views: 6483

Re: Printing degree character on 16x2 LCD display

Hello, what about if i want to send the degree sign through a GSM modem? I am trying to find any solution but nothing yet.


Regards
George
by George_B
Tue Jun 21, 2016 11:28 am
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hi Benj, Thank you for your reply!

I will try this the soonest.

I see that you removed the component with the AT command "AT+CMGD=1,4" which i was using to delete all the messages. Is there any reason of doing this?


Thank you
George
by George_B
Mon Jun 20, 2016 5:46 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hello, finally i found some time to run a couple of tests for the problem mentioned above. 1) I measured the power rails using an oscilloscope, as Benj suggested. The result on the scope was pretty good in term of noise even if I use a switching DC Step down converter (LM2576) to convert the 12V fro...
by George_B
Tue Jun 07, 2016 6:52 am
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hi to all and thank you for your replies! Sounds like a powering problem to me. If you have a scope then look at the power rails and see if you get any high frequency dips in the voltage. Caps will certainly help, tantalum caps are best for this as they can provide large amounts of current in a smal...
by George_B
Mon Jun 06, 2016 12:32 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hello, I tried to use the capacitors according the details in the link above, without any change. The current problem that i am facing is that sometimes i receive the sms message and sometimes i don't. I will try to upload the program so you can have a better view. Have you experienced this issues b...
by George_B
Tue May 31, 2016 8:25 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hi Stuart, thank you for your help!


The Module that i have at the moment is This

I will try to upload the flowcode Program when i will have free time in the weekend


Many thanks
George
by George_B
Tue May 31, 2016 1:49 pm
Forum: Flowcode V6
Topic: GSM Component
Replies: 22
Views: 19598

Re: GSM Component

Hello, i would prefer to ask this in this topic instead of creating a new one. With Flowcode V6 i am using the well known GS M Module SIM8OOL and i need to receive an SMS message. Inside a loop i read a variable for the incoming message. If i got the variable for incoming message equal to 1 then usi...
by George_B
Sun May 22, 2016 9:33 am
Forum: Flowcode V6
Topic: Servo Drive Controller
Replies: 1
Views: 3187

Re: Servo Drive Controller

Hello and Good Morning, please specify which servo motor and servo drive you are using. I am a bit confused because in the beginning you are saying for servo drive and then for a stepper motor with micro-stepping Driver? Is it Servo or Stepper drive and motor? As soon as your motor drive works with ...
by George_B
Wed May 04, 2016 5:52 pm
Forum: Flowcode V6
Topic: Communication with a PC using Ethernet Module
Replies: 1
Views: 2608

Communication with a PC using Ethernet Module

Hello! I have purchased this Ethernet Modules and i would like to use them in my projects instead of having USB communication between MCU and PC(usually with Visual studio forms) which is the way i am doing it at the moment. http://www.ebay.co.uk/itm/281891709522?_trksid=p2057872.m2749.l2649&ssPageN...
by George_B
Fri Feb 26, 2016 11:55 pm
Forum: Flowcode V6
Topic: DS18B20 7 segment temperature Display
Replies: 4
Views: 5147

Re: DS18B20 7 segment temperature Display

Hello Benj, thank you for your reply and your help. In the next video is shown the improvement of the previous code according your advice. The temperature is now displayed fine indeed. The only issue that i can not get over is that when i disable the interrupt in order to read the DS18B20 and re-ena...
by George_B
Wed Feb 24, 2016 8:45 pm
Forum: Flowcode V6
Topic: DS18B20 7 segment temperature Display
Replies: 4
Views: 5147

Re: DS18B20 7 segment temperature Display

I will try to upload a video showing the problem that is described above.

https://www.youtube.com/watch?v=boocN0SAWqo
by George_B
Mon Feb 22, 2016 7:43 pm
Forum: Flowcode V6
Topic: DS18B20 7 segment temperature Display
Replies: 4
Views: 5147

DS18B20 7 segment temperature Display

Hello all, i was trying to make a digital clock using six 7 segments displays. I would like to display the temperature with no decimal places. The program runs on the hardware but very often i see random numbers instead of the real temperature. Could someone please check this and let me know because...