Search found 384 matches

by p.erasmus
Fri Jul 14, 2023 7:40 am
Forum: General
Topic: Where can I buy Microchip MCU's like PIC16FXXX by lowest prices and Europe delivery?
Replies: 5
Views: 1369

Re: Where can I buy Microchip MCU's like PIC16FXXX by lowest prices and Europe delivery?

Stefan. When I was in Swiss, I always worked with Roland Ruetimann Microchip( FAE ) he will visit you and get you a line of supply at better prices direct from Microchip as you are not a hobyist but a developer you will get much better prices and you own direct line of supply contact him he is close...
by p.erasmus
Thu Jun 22, 2023 4:08 pm
Forum: General
Topic: Where can I buy Microchip MCU's like PIC16FXXX by lowest prices and Europe delivery?
Replies: 5
Views: 1369

Re: Where can I buy Microchip MCU's like PIC16FXXX by lowest prices and Europe delivery?

Stefan,

you should order from Microchip direct online shop from the microchip website
by p.erasmus
Fri Jun 02, 2023 12:36 pm
Forum: Projects - Embedded
Topic: dsPIC30F6014A - C15 pin
Replies: 4
Views: 3869

Re: dsPIC30F6014A - C15 pin

Hi,
Looking at the datasheet C15 is also the CLK0 pin therefore I would expect that you need to run the corrcet settings and Oscilltor to beable to use C15 as an IO pin
just saying
by p.erasmus
Wed May 31, 2023 2:42 pm
Forum: Projects - Embedded
Topic: dsPIC30F6014A - C15 pin
Replies: 4
Views: 3869

Re: dsPIC30F6014A - C15 pin

Hi,

I havent check the datasheet and it a long time since I last worked with a 6014 but as I recall it could be that pin is a open drain pin so then you need to connect it ot some sort of source ,just check the pin specs again
by p.erasmus
Wed Mar 15, 2023 7:55 am
Forum: Bug Reports
Topic: Unable to read data from Accel Gyro 6_Axis LSM6DS3
Replies: 5
Views: 1217

Re: Unable to read data from Accel Gyro 6_Axis LSM6DS3

HI,

Just a quick question do you have pull resistors fitted to the SDA and SCL lines ?
by p.erasmus
Wed Mar 01, 2023 6:24 am
Forum: General
Topic: Using C code
Replies: 5
Views: 1062

Re: Using C code

Hi What you see is normal FC/Compiler will not generate a hex file if there is an error in the code, You have an error in the way you are parsing the strings (I would think you should use a loop do that) anycase the problem is that your C code generates an error and therefore the hex file is not gen...
by p.erasmus
Mon Feb 27, 2023 3:22 pm
Forum: General
Topic: atmega 2560 flowcode9 does not work
Replies: 20
Views: 3428

Re: atmega 2560 flowcode9 does not work

Hi

Why do you want to reinstall FC9 ,what Hardware are you using a custom build or an Arduino board?
Go to Build Project options as below

P1.JPG
P1.JPG (51.49 KiB) Viewed 1746 times
Then theconfiguration window opens you have to set the Configuration of the Mega to suit your hardware configuration

P2.JPG
P2.JPG (99.04 KiB) Viewed 1746 times
by p.erasmus
Mon Feb 27, 2023 3:11 pm
Forum: General
Topic: atmega 2560 flowcode9 does not work
Replies: 20
Views: 3428

Re: atmega 2560 flowcode9 does not work

Hi,

Running your flowchard on a Adruino Mega2560 the code is working fine ,I susspect your Configuration settings for your mega is not set correctly as Steve indicated above
by p.erasmus
Tue Feb 21, 2023 6:37 am
Forum: User Components
Topic: modbus slave
Replies: 1
Views: 2646

Re: modbus slave

Hi, Normaly the Slave are connected to your sensors by he normal mcu peripherals (ADC.I2C,SPI .etc) the slave then can connect to the MODBUS Master which could be another mcu or a PC ,the connection is done by UART conforming to RS232 or RS485 it could also be a MODBUS TCP connection i.a.w an LAN or...
by p.erasmus
Mon Feb 20, 2023 7:49 am
Forum: Bug Reports
Topic: Interrupts ESP32.
Replies: 9
Views: 1476

Re: Interrupts ESP32.

Hi

I might be wrong however I still have the view Interrupts are not supported in Simulation