This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems with Nordic 8501

Hey out there,

i've bouhgt me a nordic nRF24E1-EVKIT, because i want to transmit serial data wireless. but i think i have a couple of basic problems i can't solve on my own:
the data is a serial stream with 8 data bits and one start and stop bit that comes from a extern machine. the baudrate is 31.25 kBaud. i plugged that stream to the serial connector of my board but i can't read that data out of the SBUF and put it to the RF so that the data can be transmitted to the other board. can somebody help me please? would be very kind. i think i can't handle that on my own. Thanks!

Regards,

B. Morgenthaler

  • can somebody help me please

    Probably, if you post your code.

    DO use pre and /pre ( see format above reply window

    Erik

  • Hey,

    thanks for the answer but the problem is I my code is on an other pc I can't get to at the moment. maybe let's take it step by step: what do I need to init the serial interface with the above baudrate @ 16MHz and read/write the incoming data to/from the SBUF (with an ISR)?
    I'll compare it then with my code.
    Should the same ISR that reads/writes the data from/to the serial interface put that data directly to the transiever or should that do an other ISR? And what does the "main" programm do anyway? Thanks for helping me out ;)

    Regards,

    B. Morgenthaler

  • I'll compare it then with my code.
    dumb idea. There is 4711 ways to do this and someones code may very well be 180 degrees different from yours, while both may be OK.

    Post your code and comments will be forthcoming.

    Erik