Search found 200 matches

by strahinja.jacimovic
14 Mar 2018 09:52
Forum: User Projects
Topic: CONTROLLING OUTPUTS BY USING INPUT FROM BH1750 LIGHT SENSOR
Replies: 1
Views: 2022

Re: CONTROLLING OUTPUTS BY USING INPUT FROM BH1750 LIGHT SEN

Hi, I would first suggest checking out the example available on our Libstock page: https://libstock.mikroe.com/projects/view/1593/lux-meter-with-bh1750 It will be a good starting point for you. Also, I would suggest reading the datasheet for the sensor: http://www.mouser.com/ds/2/348/bh1750fvi-e-186...
by strahinja.jacimovic
12 Mar 2018 18:03
Forum: Development Boards
Topic: Problem-EasyPIC Fusion v7 with MCU Cards PIC32MZ2048ECH/EFH
Replies: 3
Views: 1861

Re: Problem-EasyPIC Fusion v7 with MCU Cards PIC32MZ2048ECH/

Hi,

As suggested, you can try updating the firmware of the on-board programmer.

Kind regards,
by strahinja.jacimovic
12 Mar 2018 18:01
Forum: PIC32 PRO Compilers
Topic: Char uart_rd on TFT display ILI9341
Replies: 1
Views: 2816

Re: Char uart_rd on TFT display ILI9341

Hi,

You have to convert the data received via UART to text first and then display it on TFT.

Kind regards,
by strahinja.jacimovic
09 Mar 2018 21:02
Forum: mikroC PRO for ARM General
Topic: Error in Def´s ???
Replies: 9
Views: 3686

Re: Error in Def´s ???

Hi,

I have tested this on other Nucleo boards and I couldn't recreate the issue I'm afraid.

We don't have the board you used specifically.

Has anything changed in the meantime on your end?

Thanks for being so patient.

Kind regards,
by strahinja.jacimovic
09 Mar 2018 21:00
Forum: mikroC PRO for ARM General
Topic: STM32F407VG and Ethernet problem
Replies: 6
Views: 3103

Re: STM32F407VG and Ethernet problem

Hi,

And can you provide the scheme of your board?

You say it should work based on the code, so perhaps it's hardware related.

Kind regards,
by strahinja.jacimovic
09 Mar 2018 20:34
Forum: mikroBasic PRO for ARM General
Topic: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C ...
Replies: 10
Views: 3753

Re: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C

Hi, I have talked to our firmware department regarding this issue and found out the following. There will be a revision of the examples soon, as the old ones are quite unpractical. I'm not sure when the revision itself will occur, but it will some time soon. Thank you for understanding. Kind regards,
by strahinja.jacimovic
09 Mar 2018 20:29
Forum: mikroC PRO for PIC General
Topic: HTTP POST
Replies: 1
Views: 1020

Re: HTTP POST

Hi,

You can set the click board up by sending AT commands to it.

The following datasheet contains all the commands recognized by the SIM800 chip:
https://www.elecrow.com/download/SIM800 ... _V1.09.pdf

The commands you need are on page 256.

Kind regards,
by strahinja.jacimovic
09 Mar 2018 20:20
Forum: mikroC PRO for PIC General
Topic: Rotary Pulse Encoder Functions
Replies: 2
Views: 1088

Re: Rotary Pulse Encoder Functions

Hi,

You can check out the example for our Rotary click, which is basically a rotary pulse encoder:

https://libstock.mikroe.com/projects/vi ... tary-click

Kind regards,
by strahinja.jacimovic
09 Mar 2018 20:13
Forum: mikroC PRO for PIC General
Topic: "Update v.7.2.0 is available." prompt button text unreadable
Replies: 2
Views: 1366

Re: "Update v.7.2.0 is available." prompt button text unread

Hi,

I believe a fellow forum user has provided an answer on another post you submitted.
viewtopic.php?f=88&t=71822

Kind regards,
by strahinja.jacimovic
09 Mar 2018 20:11
Forum: ARM PRO Compilers
Topic: Stm32f746g tft-lcd screen
Replies: 4
Views: 3323

Re: Stm32f746g tft-lcd screen

Hi,

To begin with, you can check out the examples from within the compiler itself.

They are quite useful and you can get a good idea of how to start.

Kind regards,
by strahinja.jacimovic
08 Mar 2018 17:55
Forum: mikroBasic PRO for PIC General
Topic: Weather click - board with BME280
Replies: 3
Views: 1442

Re: Weather click - board with BME280

Hi,

I cannot tell you with certainty, as currently there are other more pressing issues.

Personally, I don't see it happening any time soon.

Kind regards,
by strahinja.jacimovic
07 Mar 2018 18:21
Forum: mikroC PRO for FT90x General
Topic: BUG - VTFT code generator endless loop
Replies: 6
Views: 3912

Re: BUG - VTFT code generator endless loop

Hi,

It appears to be so.

I will inform our developers regarding this issue.

For now, you can try and use the workaround you came to.

Kind regards,
by strahinja.jacimovic
07 Mar 2018 18:18
Forum: mikroBasic PRO for ARM General
Topic: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C ...
Replies: 10
Views: 3753

Re: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C

Hi,

I have tried the RTC 5 clicke example and changed it like this:

Code: Select all

 q=0x10;
  x=0x10;
  y=0x10;
  
  // Set time
  Clear();
  SetTime(q,x,y);
  Start_RTC();
  Lcd_Out(1, 6, "Time:");            // Write text
It worked rather well.

Kind regards,
by strahinja.jacimovic
06 Mar 2018 18:02
Forum: mikroBasic PRO for ARM General
Topic: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C ...
Replies: 10
Views: 3753

Re: A little Help with RTC1 or RTC2 or RTC3 (or any with I2C

Hi,

Have you tried using variables in the brackets?

Then add values to the variables and call the function with those variables.

For example:

Code: Select all

var1 = 0x04;
var2 = 0xff;
---
---
---
---
Write_Time (var1, var2, var3, var4, var5, var6, var7);

Kind regards,
by strahinja.jacimovic
06 Mar 2018 17:36
Forum: mikroC PRO for PIC General
Topic: Interrupt on change after reset
Replies: 1
Views: 832

Re: Interrupt on change after reset

Hi,

Can you perhaps provide a short working example of your code which illustrates this issue?

Maybe send the whole project?

Kind regards,

Go to advanced search