Search found 244 matches

by bugOnLine99
21 Jun 2022 15:47
Forum: PIC32 AI Compilers
Topic: Making our own products based on MKE SPECS!
Replies: 1
Views: 1137

Making our own products based on MKE SPECS!

Hi, Can we design our own specific schematics using your schematics as part of our design in order to create a new product ? Our new product is *NOT* for educational purposes as your kits are meant to be ! We simply would use some portion of your design and drivers to produce a product that we can c...
by bugOnLine99
26 Mar 2019 02:17
Forum: mikroC PRO for PIC32 General
Topic: Bluetooth connection to an Apple app?
Replies: 1
Views: 981

Bluetooth connection to an Apple app?

Hello, Is there a bluetooth click board (Kit) I can use to connect to an iPhone’s Bluetooth ? I am proposed to communicate with an application made in iPhone using Xcode to a PIC32. Therefore I would need some guidance on how to connect my MCUPic32 to a Bluetooth Chip and have the Bluetooth chip com...
by bugOnLine99
14 Oct 2017 06:06
Forum: mikroC PRO for PIC32 General
Topic: Program a hex file to the PIC32?
Replies: 1
Views: 1806

Program a hex file to the PIC32?

Hello, I have a hex file that was compiled by MikroC that Blinks a led. The contents of this hex file We’re transférés onto a table residing in an Arm MCU. I would like to use the Arm MCU to transfer The hex file it contains internally to the PIC32. In other words, I want the Arm MCU to program the ...
by bugOnLine99
23 May 2017 17:49
Forum: mikroC PRO for PIC32 General
Topic: Has anyone used the BEE Click ... MIKROE-987 board?
Replies: 2
Views: 4622

Has anyone used the BEE Click ... MIKROE-987 board?

Hello, I am looking to try the MIKROE-987 BEE click board from MKE. I took a look at MKE’s example in the libstock for the BEE Click: MIKROE-987 module and here is the example I recreated without the code related to the TFT screen and therefore your example becomes the following: [****TRANSMIT****] ...
by bugOnLine99
16 May 2017 20:04
Forum: mikroC PRO for PIC32 General
Topic: RF Solution?
Replies: 1
Views: 3078

Re: RF Solution?

This issue will be handled internally!
Thanks
by bugOnLine99
15 May 2017 19:36
Forum: mikroC PRO for PIC32 General
Topic: RF Solution?
Replies: 1
Views: 3078

RF Solution?

Hello, I am looking to design a mesh RF system where a bunch of modules (Comprised of Clicker 2 For PIC32 + nRF C Click modules) that can communicate with each other. Eventually down the road, when I actually get several modules to communicate, I will obviously replace the Clicker 2 For PIC32 board ...
by bugOnLine99
10 Jan 2017 17:31
Forum: mikroC PRO for PIC32 General
Topic: SSD1306?
Replies: 3
Views: 5238

Re: SSD1306?

Hi Lana, Thanks for replying .... In reference to your 2nd point, When I double click on the link shown in the libbstock image, it automatically (without any extracting/unzipping of any files) provides the files as shown in the MIKROC image. In otherbwords I didn't have to unzip or extract anything ...
by bugOnLine99
09 Jan 2017 20:33
Forum: mikroC PRO for PIC32 General
Topic: SSD1306?
Replies: 3
Views: 5238

SSD1306?

Hello everyone, I hope you all had nice holidays and Happy new year ! All the best for 2017 ! :) I am looking into using the OLED B click display with its SSD1306 controller. https://shop.mikroe.com/click/display/oled-b My question is the following: I have downloaded the libstock file shown at "libS...
by bugOnLine99
29 Aug 2016 14:11
Forum: mikroC PRO for PIC32 General
Topic: Pow()?
Replies: 8
Views: 4643

Re: Pow()?

Thanks filip!
by bugOnLine99
27 Aug 2016 02:09
Forum: mikroC PRO for PIC32 General
Topic: Pow()?
Replies: 8
Views: 4643

Re: Pow()?

Hi filip,

Thank you so much for your promo replies.

Do you think that MKE will ever provide math functions
That calculate and return long doubles?

Thanks for your help.
✌️
by bugOnLine99
25 Aug 2016 14:40
Forum: mikroC PRO for PIC32 General
Topic: Pow()?
Replies: 8
Views: 4643

Re: Pow()?

Hi Filip, Ok this works and I tried other numbers And works as well. But one thing though, I see that your math library Has prototypes that say they only return a double! (4 bytes). For example, pow() only returns a double which means It will only return 6-7 significant digits right? Does MKE have a...
by bugOnLine99
24 Aug 2016 16:04
Forum: mikroC PRO for PIC32 General
Topic: RTC2 click board?
Replies: 12
Views: 8010

Re: RTC2 click board?

ok thanks Nadir
by bugOnLine99
23 Aug 2016 15:58
Forum: mikroC PRO for PIC32 General
Topic: Pow()?
Replies: 8
Views: 4643

Re: Pow()?

Hi fillip, I haven't really used floats very much in my programming projects and I seem to be stumped by them. I was wondering if you can help me. I need to compare large float numbers but with precision. For example: void main(){ unsigned char z; long double volatile k; long double volatile real; k...
by bugOnLine99
19 Aug 2016 18:19
Forum: mikroC PRO for PIC32 General
Topic: Pow()?
Replies: 8
Views: 4643

Pow()?

Hello everyone :mrgreen: When I do this: float volatile carryOverFloats = pow(10.0, 4.0); I presume that carryOverFloats = 10000.0 which is 10 to the exponent of 4 But when I hover my mouse over "carryOverFloats" in MikroC compiler I see: "9.999998E +003" What does this represent? Does "9.999998E +0...

Go to advanced search