dhruvsakalley
dhruvsakalley
About
- Username
- dhruvsakalley
- Joined
- Visits
- 53
- Last Active
- Roles
- Member
Comments
-
@biomurph, Yes indeed it works, the algo you have is correct, however c# gave me a syntax error when i tried to fit FF000000 in a signed integer, and hence i tweaked the algo a little, to treat the self | and self & as an unsigned operation."th…
-
Output: =======Test 24 bit to Int32 (MSB First/Left)======= Expected: 8388607 Bit24ToInt32 Test: 8388607 Expected: -1 Bit24ToInt32 Test: -1 Expected: -8388607 Bit24ToInt32 Test: -8388607 Expected: …
-
Ran a little test for the C# implementation.. sharing just in case.. PS: this is a console application. --- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BitExperimen…
-
Cool just what I needed!
-
Thanks for answering my question William. The above links have been a great help.Also thanks Chip for confirming this observation. I realized that the header information or some other source is causing my bytes to shift. I'm currently correcting tha…
-
Hi William,Happy new year! Yes I did not check the voltage on there, It has been ages I haven't used my multimeter, now would probably be a good time to find the leads. I had the very low drain batteries from dollar store lying around, and I seriou…
-
Hi,I tried to power up my 32-bit OpenBCI board yesterday and it did not start at all. I suspect the batteries were the problem since they were low drain batteries, I'll retry with high capacity batteries today but I was sort of surprised, is that no…
-
Woah! Thanks a bunch sparki, that worked like a charm
-
Hi Chip,Thanks again for following up and pointing me to the My Documents part of the application, I would have never looked there Regarding the fonts, I did a search on *.otf and found that those fonts were actually a part of the git, I just hav…
-
Hi Chip,Thanks for the quick followup, I'm on 64 bit Win8.1. Just so I understand you correct, when you say " but the 64-bit version of Processing V2.2.1 does seem to work fine" you mean the openbci gui works fine with V2.2.1? If that is the ca…
-
Chip,I believe the path you gave is only partially correct, when I downloaded processing it came in as a zip file, when I extract this zip, there is no folder called libraries, which made me explore (it is lib instead at the root in case you were cu…
-
Hi Guys ,the setVisible problem is due to use of incorrect controlP5 library, please use the two libraries provided with the repo on git. I believe the path you gave is only partially correct, when I downloaded processing it came in as a zip file,…
-
I'll add, it needs to be the 32 bit processing version because the ser package (for serial communication) is incompatible with 64 bit processing implementation
-
Hi,Sorry, I have not looked into the assembly code yet, but I was wondering what would be the speed requirement for the microSD card. From a very wild guess, if we were to have a 32bit- 16 ch board that would mean (32/8 * 16) = 64Bytes per packet…
-
Thanks William, someone can please close this thread marking as duplicate. Also I would like to correct my statement earlier, the 32MBps~40MBps should have been 32KBps~$40KBps and after correcting for 24 bit depth 24KBps-30KBps, (classic coffee depr…
-
Correction the data depth is only 24 bits instead of 32 bits
-
@fgallina, congratulations on the new kit... hope you have fun with it. I believe there was some debugging to be done on the daisy chain module, which is why the 16 ch boards have been delayed. Right now they show up as sold out on the store too.
-
@sumi and @cjros I am in US and I ordered a 16ch R&D kit the same day the pre-order opened and mine hasn't shipped yet. I guess they are first shipping the kickstarter ones and then we'll be in queue.
-
The 32 bit version does not work on Windows 7 as well, seems like a bad build
-
Thanks for the motivation, but I do not agree with your analogy, I'll draw an alternate one. I am saying I want to use a screen and a keyboard together. Right now the keyboard is such that it takes the whole table by itself so that I cannot put the …