I build and fly racing drones for fun
in First Person View : with goggles on my face and real-time analog video feed
running services and ports
FTP : 5551
AUTH : 5552
VIDEO_RECORDER : 5553
NAVDATA : 5554
VIDEO : 5555
AT : 5556*
RAW_CAPTURE : 5557
PRINTF : 5558
CONTROL : 5559
AT*REF=1,512\r
it is very, very easy to hack:
Ā just Telnet (no password) to the drone and make it crash in few terminal commands
(please do not try it during the demo š )Ā
$ telnet 192.168.1.1
$ reboot
Matador
var arDrone = require('ar-drone');
var client = arDrone.createClient();
client.takeoff();
client
.after(5000, function() {
this.clockwise(0.5);
})
.after(3000, function() {
this.animate('flipLeft', 15);
})
.after(1000, function() {
this.stop();
this.land();
});
$ npm install ar-drone
is developing implantable braināmachine interfaces (BMIs).
Neuralink is developing an high end braināmachine interface.Ā It is basically an ultra-fast bandwidth brain reader. The device will require a surgical operation to implant up to 96 micro threads able to carry up to 3,072 electrodes. These filaments are extremely thin (less than half a hair thick) to avoid damaging blood vessels in the brain
The external module will use Bluetooth to communicate to consumer-enabled devices (e.g. mobile phones)
Elon Musk reveled from a recent chat with Jack Ma (co-founder of Alibaba) at World AI Conference 2019Ā that the scope of Neuralink is to evolve the human specie to transhumanĀ in order to not not succumb to an event referred as Technological SingularityĀ , estimated to happen within the next 20 years.
At the moment surgical brain operations are forbidden on humans that aren't in terminal conditions...
Inception for ads?
Thoughts data-leaks?
from: F8 - Building 8 (Mind Reading Technology) - Regina Dugan
from: Toward Clinically-Viable Brain-Machine Interfaces - prof. Krishna Shenoy - Stanford
How much data is your brain processing right now?
from: F8 - Building 8 (Mind Reading Technology) - Regina Dugan
from: F8 - Building 8 (Mind Reading Technology) - Regina Dugan
from: F8 - Building 8 (Mind Reading Technology) - Regina Dugan
Ā«Speech is basically a lossy compression algorithm..Ā»
Regina Dugan - VP of Engineering at Facebook
A recent study has shown that when about to take a decision, a signal start to rise beforeĀ the conscious will to do it (~200ms before)
from: F8 - Building 8 (Mind Reading Technology) - Regina Dugan
These devices are called E.E.G. (E.lectroE.ncephaloG.ram) and are the same kind that are used in hospitals for specific brain exams. They are used to measure specific frequencies that travel through different areas of the brain. They are useful to reveal patologies related to common electrical brain patterns
Ā
By tracking changes or peaks in these frequencies and the location where they occurred, it is possible to decode them into data and therefore use it as input for all sorts of devices
10-20 system (where to position electrodes)
~90 billion neurons firing every milliseconds (comparable to the nr. of stars in our galaxy)
Chemical reaction of Potassium (K) and Sodium (Na) produces a difference in potential (an "action potential") that can be measured
These analog signals can be measured and converted into digital data (e.g. array of objects)
Depending on the hardware, the data you get may be less or more "dirty"
By measuring these frequencies and mapping them to specific areas of the brain, it is possible via algorithms and AI, Ā to decode high level concepts and complex patterns like emotions or will,Ā or even predict behaviors
picture: Armagan Amcalaāār @ Codemotion 2018
picture: Electroencephalography on Wikipedia
for 40 euros you can get a cheap EEG device like this one
[
{ eSense: { attention: 75, meditation: 47 },
{ eegPower:
{ delta: 27898,
theta: 8401,
lowAlpha: 842,
highAlpha: 1632,
lowBeta: 532,
highBeta: 2897,
lowGamma: 557,
highGamma: 1740 },
poorSignalLevel: 0 },
{ blinkStrength: 68 }
]
Codebase:
Slides:
Write me:
The future may look intimidating, with brain implants and consciousness replacements like in Total-Recall. But it is not. It is up to us to put trust in our specie, build a safe future and why not, have fun flying robots. Until robots will not be able to fly us instead...
Prototype of drone taxi by Audi / Airbus
from Amsterdam Drone week 2018