Search found 343 matches

by viktor_au
Fri Oct 12, 2018 12:16 am
Forum: Flowcode V8
Topic: CJMCU-75 temp module question
Replies: 14
Views: 8124

Re: CJMCU-75 temp module question

Re: i2c address and pads It works. Re: temperature value I used the code from the post of medelec35 » Wed Sep 16, 2015 (for DS18B20) - Read Celsius as Int - Celsius = Celsius * 49 / 10 - CelsiusString = ToString$ (Celsius) - Length = Length$ (CelsiusString) - TempString = Left$ (CelsiusString,Lengt...
by viktor_au
Thu Oct 11, 2018 10:22 pm
Forum: Flowcode V8
Topic: CJMCU-75 temp module question
Replies: 14
Views: 8124

Re: CJMCU-75 temp module question

Thank you Benj

Will try
by viktor_au
Thu Oct 11, 2018 5:27 am
Forum: Flowcode V8
Topic: CJMCU-75 temp module question
Replies: 14
Views: 8124

CJMCU-75 temp module question

Is it possible to use CJMCU-75 temp module with LM75b component?
And if it is:
- how to configure the i2c pads on this module to get the i2c address correct?
by viktor_au
Sun Aug 26, 2018 10:22 pm
Forum: Flowcode V8
Topic: 9250 magnetometer calibration question
Replies: 2
Views: 3596

Re: 9250 magnetometer calibration question

When the mouse is over the CallComponentMacro->MPU9250->CollectXYZData
The floating message says:
Collect the data from the local accelerometer buffers.

Probably it should mean:
Collect the data from the local acc, gyro and magnetometer?
by viktor_au
Sat Aug 25, 2018 12:19 am
Forum: Flowcode V8
Topic: 9250 magnetometer calibration question
Replies: 2
Views: 3596

9250 magnetometer calibration question

Question to Matrix team I managed to calibrate 9250 Acc/Gyro. To calibrate the 9250 magnetometer I need access to mX, mY, mZ. However 9250 component allow only to CollectXYZdata for Acc and Gyro. Magnetometer access is restricted to: UpdateCompassData and ReadingBearing raw values. Does it mean I ha...
by viktor_au
Sun Aug 05, 2018 11:47 am
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

Re: 9250: Acc->OK, Gyro->OK, Magnet=Error

FC8_9250_Error_3.jpg As Benj mentioned before: The magnetometer setup is a little bit complex than the gyroscope and the accelerometer. I did some recearch and found: MPU9250 is one of the most advanced combined Accelerometer, Gyroscope and Compass small size sensors currently available. They have ...
by viktor_au
Sat Aug 04, 2018 12:58 am
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

Re: 9250: Acc->OK, Gyro->OK, Magnet=Error

Thanks Benj.
After I updated the FC8 I have the same results.
However.
If your setup works (now) I have to look at my hardware/software setup.
I am not sure what do I do wrong (and what do I have to change) but I will update this post shortly.
by viktor_au
Wed Aug 01, 2018 10:28 pm
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

Re: 9250: Acc->OK, Gyro->OK, Magnet=Error

Thank you Benj for help.

What is done:
FC8 -> updated

Results:
UpdateCompassData flag returns 1. (OK now.)
The program is not frozen and Acc/Gyro readings -> OK

However:
Magnetometer ->CollectXYZData->Returns Zero (not X, not Y, not Z do return any data)
by viktor_au
Wed Aug 01, 2018 1:08 pm
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

Re: 9250: Acc->OK, Gyro->OK, Magnet=Error

I think the flag can be 0 or 1.
I did what you said and increased the time inside the accelerometer loop and magnetometer loop.
Accelerometer returns 1.
Magnetometer returns nothing. Not 1, not 0. No readings at all. I think this is a problem
Thanks mate.
by viktor_au
Wed Aug 01, 2018 1:25 am
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

Re: 9250: Acc->OK, Gyro->OK, Magnet=Error

FC8 project file
by viktor_au
Wed Aug 01, 2018 1:22 am
Forum: Flowcode V8
Topic: 9250: Acc->OK, Gyro->OK, Magnet=Error
Replies: 9
Views: 8532

9250: Acc->OK, Gyro->OK, Magnet=Error

Gear: Arduino Uno R3(smd), LCD20x4(i2c), mpu9250(Unbranded/Generic)
What is done:
FC8 is updated
Uno is tested in different project - OK
LCD20x4 is tested - OK
The same mpu9250 tested with same Uno- in Arduino IDE (Brian R Taylor project:mpu_9250_bolder_library) - OK

Any help?

Test results
by viktor_au
Fri Jul 20, 2018 10:46 am
Forum: Flowcode V8
Topic: ssd1306 text problems (circle-OK)
Replies: 2
Views: 3405

Re: ssd1306 text problems (circle-OK)

Thank you Benj.
All good now.
by viktor_au
Fri Jul 20, 2018 9:16 am
Forum: Flowcode V8
Topic: ssd1306 text problems (circle-OK)
Replies: 2
Views: 3405

ssd1306 text problems (circle-OK)

Problem: When testing ssd1306(i2c) with Uno in FC8 I noticed that graphics have been displayed OK, but not the text or numbers. Used: UnoR3_smd(Chinese), ssd1306(128x64). File: attached example of FC8_ssd1306_1. FC8 compilation: no errors. Programmer: STK-600 What is done Uno board changed to a new ...
by viktor_au
Sat Jun 02, 2018 2:24 am
Forum: Flowcode V8
Topic: Paid for Arduino boards but none are found in FC8
Replies: 4
Views: 4884

Re: Paid for Arduino boards but none are found in FC8

I found the Arduino boards/devices. They are hidden first. You have to go to: Build->Project options->Choose a target->Free->Arduino Uno (as board). Attach you Mega2560 project to Uno (first). Close it. And do again: Build->Project options->Choose a target->Free-> Now you will have all Arduino board...
by viktor_au
Fri Jun 01, 2018 11:45 pm
Forum: Flowcode V8
Topic: Paid for Arduino boards but none are found in FC8
Replies: 4
Views: 4884

Paid for Arduino boards but none are found in FC8

Before I bought FC8 I asked Managing Director (Sales & Marketing) Liam Walton (Tue, 29 May 2018 ) why Arduino is separated from AVR and do I need to buy both: AVR and Arduino. The answer was: I t sounds like you do not need to order AVR, but to be clear about what chips you are using, have a look at...
by viktor_au
Fri Jun 01, 2018 11:43 pm
Forum: Flowcode V8
Topic: Bought licence for Arduino boards (not AVR chips) but none of any Arduino boards are present in FC8
Replies: -1
Views: 2168

Bought licence for Arduino boards (not AVR chips) but none of any Arduino boards are present in FC8

Before I bought FC8 I asked Managing Director (Sales & Marketing) Liam Walton (Tue, 29 May 2018 ) why Arduino is separated from AVR and do I need to buy both: AVR and Arduino. The answer was: I t sounds like you do not need to order AVR, but to be clear about what chips you are using, have a look at...
by viktor_au
Thu May 31, 2018 12:02 am
Forum: AVR & Arduino
Topic: LSM303DLHC Tilt compensation problems with Uno
Replies: 1
Views: 6630

Re: LSM303DLHC Tilt compensation problems with Uno

Probably this is the answer:
Because of drift and noise components at low angular rates, MEMS-based gyroscopes are typically not used directly in the calculation of heading...
https://www.sensorsmag.com/components/c ... on-effects
by viktor_au
Tue May 15, 2018 11:39 pm
Forum: AVR & Arduino
Topic: LSM303DLHC Tilt compensation problems with Uno
Replies: 1
Views: 6630

LSM303DLHC Tilt compensation problems with Uno

Ebay module: Chinese LSM303DLHC e-Compass 3 axis Accelerometer and 3 axis Magnetometer. Module connections: Vin (5v), Gnd, SDA->SDA (A4 on 'classic' Arduinos), SCL->SCL (A5 on 'classic' Arduinos), Int1 to Uno board A0. Note: Int2 is not connected. Without using the tilt compensation the azimuth valu...