Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by kekecjan

  1. K

    [SOLVED] nRF24L01 + ATmega328PB wireless communication

    Ok i solved it on my own, in RX mode i just deleted nRF24L01_write_buffer(FLUSH_RX,0,1); . soo i belive when i recived 1 byte i flush RX FIFO and flush other bytes, still not sure (i guess while in transmitting and receiving mode you must not flush RX nor TX FIFO)
  2. K

    [SOLVED] nRF24L01 + ATmega328PB wireless communication

    Hello, I am working on nRF24L01+ with ATmega328pb. I am using Atmel studio 7. I read pdf before: nrf24l01_tutorial_0.pdf. i am trying to send data from transmitter to receiver. Well i did managed to send 1 byte of data and it worked well. Then i send 3 bytes and what happend is i got 3 bytes...
  3. K

    [SOLVED] PIC18F2221 CCP compare mode CCP1IF don't trigger

    Is there some better compilers to use instead of XC8, i did not found any for PIC microcontrollers ??
  4. K

    [SOLVED] PIC18F2221 CCP compare mode CCP1IF don't trigger

    COOL i will remember that , thanks Brian
  5. K

    [SOLVED] PIC18F2221 CCP compare mode CCP1IF don't trigger

    Hi Susan, Thank you for a lot of explanations. I was working with AVR at university, but i decided to learn new family of microcontrollers. In Atmel Studio to configure few bits you can just do it like this : REGISTER = (1<<NAME_REG1) | (1<< NAME_REG2); and for me that's much better looking...
  6. K

    [SOLVED] PIC18F2221 CCP compare mode CCP1IF don't trigger

    Hello guys ! I began learning programming PIC uC in MPLABX 5.4 , in few days i learned a lot but now i would really need some help about CCP compare mode, i am using PIC18F2221 external crystal oscillator 8MHz. I have done a lot of research on internet about CCP and timers but still i am...

Part and Inventory Search

Back
Top