whats a .ino file , like an .aia ?
my application code is baremetal C on my ARM / DSP custom board I made myself. It just sends 10 bytes with DMA over UART to an HC-06 BT module. It picks up on the RX UART pin over DMA any inputs from the app inventor app.
There's really nothing to see in that code. just a 10 byte packet of two 0x5E bytes ( header ) followed by 8 1 byte uint8_t meter values. 1 byte per audio meter in each packet.
the list seams like it just keeps growing, should i be looping over it with indexing or something when the list reaches the 8 bytes needed?
the list seams like it just keeps growing, should i be looping over it with indexing or something when the list reaches the 8 bytes needed?
fixed remove list item index 1 twice in the flushBufferPastCarats function
I think I read App Inventor detects the speed of the BT incoming data or do we need to set serial speed ?
Hi ABG,