This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Tutorials[Meta]

Hi,

We're working on making some more tutorials, we have some thoughts on what we want to do, but we would really like your input. After all it's you, the user, who will benefit from this material.

What do you find unclear, difficult or would like a more thorough walk-through on?

Best regards,

Øyvind

  • maybe a very basic tutorial on nRF24L01+ with ACK payload, with all registers that must be set for a sucessfull transmissition/reception. A very basic one, supposing a simpl address, simple message, just one pipe, etc.

  • Hi Oyvind

    maybe a very basic tutorial on nRF24L01+ with ACK payload, with all registers that must be set for a sucessfull transmissition/reception. A very basic one, supposing a simpl address, simple message, just one pipe, etc.

    For example, for a 3 byte address (1,2,3), payload of 7 bytes, ack payload of 7 bytes you need:

    at PTX you need to setup before transmiting:

    • register xxxx= yyy
    • register xxxx= yyy
    • .....

    to transmit the 7 byte payload at PTX you need:

    • load register xxx = yyyy
    • ,,,,
    • setup CE for > 10 uS

    at PRX, you need to setup before receiving:

    • .... and so one....

    *please, include CE manipulation, mainly in PRX and if there is any restriction in time that CE shoub be 0 betwen receptions, for example.

    Thanks

  • The reason why this keyboard has a key to switch OS could simply be that it allows connecting to two devices at the same time, and you can switch between these devices using that button. Some of the key mappings may be done differently depending on OS, but I do not have the keyboard so I can not test it to check. The HID standard should not differ between OSes, but available connection parameters could differ. As far as I know the HID examples work with multiple platforms.

  • A quick tutorial on integrating the nRF51/52 into a real time game engine such as Unity and/or Unreal would be great — specifically for the advertising industry: interactive installations, tech art, PR stunts etc, but also for tech hobbyists. Currently, most of the advertising agencies I collaborated with use Arduino + HC-05/06 as it's the only combo that has tutorials, video demos and plugins for Unity integration.

  • How do they communicate PC with arduino? By UART or what?

Related