Search found 116 matches

by solozerouno
Wed May 04, 2022 8:56 am
Forum: General
Topic: Problem with Key pic 8
Replies: 1
Views: 1140

Problem with Key pic 8

I have sent many emails but my problem has not been solved .... desperate after 2 days I write my problem here: I placed the order for the pic 8 package for my solozerouno account .... in your purchase confirmation document you first wrote Alessandro Caponetto and then in the moment Alessandro Capon...
by solozerouno
Wed Apr 27, 2022 1:07 pm
Forum: Feature Requests
Topic: Component sfk 433 Mhz serial for Arduino, ext.
Replies: 38
Views: 13789

Re: Component sfk 433 Mhz serial for Arduino, ext.

Thanks by solozerouno
by solozerouno
Thu Apr 07, 2022 7:41 pm
Forum: General
Topic: Flowcode example Arduino and NRF24L01
Replies: 13
Views: 3799

Re: Flowcode example Arduino and NRF24L01

please i need help with these examples ..... thanks just zerouno
by solozerouno
Wed Apr 06, 2022 9:09 pm
Forum: General
Topic: Flowcode example Arduino and NRF24L01
Replies: 13
Views: 3799

Re: Flowcode example Arduino and NRF24L01

absurdly I could use a NRF24L01 with an attiny 85 that sends a byte when a pin (the only free one on the attiny 85) is used as an input to an arduino? ..... 8kb memory is enough? .... you can give me an example ... I bought the avr pack and I would like to make the most of it ...... thanks solozerouno
by solozerouno
Wed Apr 06, 2022 6:50 pm
Forum: General
Topic: Flowcode example Arduino and NRF24L01
Replies: 13
Views: 3799

Flowcode example Arduino and NRF24L01

I would need a flowcode example for transmitting and receiving a byte with a specific value between two Arduinos using two NRF24L01 modules ...... Thanks solozerouno
by solozerouno
Mon Apr 04, 2022 10:04 pm
Forum: General
Topic: Help to change Mhz in minipro processor
Replies: 8
Views: 2557

Re: Help to change Mhz in minipro processor

i don't understand a thing having the avr pack if i wanted to program a 328p chip without bootloader i could do it and load the hex code on the chip without putting the arduino bootloader first? in the case of my minipro I can not use the icsp without bootloader? I can pretend that the minipro is pr...
by solozerouno
Mon Apr 04, 2022 11:13 am
Forum: General
Topic: Help to change Mhz in minipro processor
Replies: 8
Views: 2557

Re: Help to change Mhz in minipro processor

I don't use tinyisp or avrisp II to program but I use the TL866A II PLUS and therefore I don't need compatibility with these programmers so I shouldn't have this compatibility with them but have disabled this divider by 8 as it gets around the problem as using a clock of 16 Mhz my 1 second delay rea...
by solozerouno
Mon Apr 04, 2022 11:05 am
Forum: General
Topic: Help to change Mhz in minipro processor
Replies: 8
Views: 2557

Re: Help to change Mhz in minipro processor

AVR hardware has a divide by 8 configuration setting which can often be enabled by default, e.g. if your 1 second delay is lasting 8 seconds. Do not disable the SPI clock in the AVR configuration as this will effectively disable the serial programming interface used by the AVRISP mkII and TinyISP et...
by solozerouno
Mon Apr 04, 2022 10:59 am
Forum: General
Topic: Help to change Mhz in minipro processor
Replies: 8
Views: 2557

Re: Help to change Mhz in minipro processor

the strange thing is that I also program arduino with icsp and everything runs right with the clock at 16Mhz, .... but I don't understand all the settings of the 328 chip in the avr pack with the various Mhz and other parameters ..... which one I choose for a correct delay? and then if it is enough ...
by solozerouno
Mon Apr 04, 2022 10:51 am
Forum: General
Topic: Help to change Mhz in minipro processor
Replies: 8
Views: 2557

Re: Help to change Mhz in minipro processor

to have a delay of 1 second I have to set the chip 328 with the avr pack that I bought at 2 Mhz .... you said that the clock is divided by 8 and therefore if I have not misunderstood 16 Mhz divided by 8 is 2Mhz .. .. note that I compile in hex file and load the program with the TL866A II PLUS progra...