About

Gender

Male


Location

Kgs. Lyngby


About Me:

Software engineer with a passion for UAVs


Please tell us a bit about your UAV interest

I will try to keep it as simple and cheap as possible, while focusing on fail-safe code.


Hometown:

Copenhagen


Activity Feed

Niklas commented on Burkhard rieck's blog post The Ardupilot controlled transducer boat part 3
"Hi Burkhard.

Awesome project! Where did you find the specification on the intelliducer? I am looking for at similar sonar unit for seafloor mapping around wrecks, but a resolution of 1m below 10m in simply not sufficient. Does the unit output…"
May 2, 2014
Niklas replied to Niklas's discussion Radio or sensor input does not work
"I loaded  firmware 2.7.3 from APM planner indstead of the Arduino software, and suddenly it all worked."
Sep 30, 2012
Niklas posted a discussion
Hi guys.I have a problem when using flightdata, and calibrating the radio in the APM Planner. In the planner software, the graphical flight data window does now show changes when I tilt the board, nor does the raw data view show any values but 0.…
Sep 30, 2012
Niklas commented on Niklas's blog post Ardupilot 2.5 and new groundstation taken to next level.
"I will look into this in the evening. :)"
May 11, 2011
Niklas commented on Niklas's blog post Ardupilot 2.5 and new groundstation taken to next level.
"I am using an accelerometer instead of thermopiles, so my sensor file is altered as well. You should be able to use thermopiles, just keep track of the roll (sensor_roll?) and pitch (sensor_pitch?) variables.
 
The changes in the GPS code is only…"
May 11, 2011
Niklas commented on Niklas's blog post Ardupilot 2.5 and new groundstation taken to next level.
"For some reason you received floats on your serial channel? Since a float can not be parsed by Integer.parseInt the code fails. I would look into the print functions in the ardupilot code.
The received values should look something like this:…"
May 10, 2011
Niklas commented on Niklas's blog post Ardupilot 2.5 and new groundstation taken to next level.
"Actually I think you could just use the GPS and print functions, if you have a working setup yourself."
May 10, 2011
Niklas commented on Niklas's blog post Ardupilot 2.5 and new groundstation taken to next level.
"Hey guys.
 
The trick is to not mess up the data stream from the GPS module, since only one serial port is available. I created a command queue in the ground station, so it transmits one command after each GPS message. These are only received every…"
May 7, 2011
Niklas posted a blog post
 So, what do you do when you have some old hardware lying around, and want to reuse that instead of buying the new ArduMegaPilot: Build you own ground station and modify parts of the code for the Ardupilot.First of all I got tired of LabView, and…
May 5, 2011
Niklas commented on Andrés's blog post How to choose battery capacity for optimal flight times
"Very well written report, and LaTeX ftw!
 
I have not had the time to confirm your results, but they seem reasonable at first glance.
 
/Niklas"
Apr 11, 2011
Niklas commented on Harald Molle's blog post Ardupilot goes into the water Part 13
"Once again good post Harald.

I would like to see more depth maps, if possible.

Best regards
Niklas"
Sep 10, 2010
Niklas commented on Niklas's blog post Buggy GPS code for the EM406
"No, as far as I have know, the only buggy reading was in the ground course. The rest should work correctly."
Aug 16, 2010
Niklas commented on Niklas's blog post Buggy GPS code for the EM406
"That's right Jason. Actually a unsigned integer would do the job. As far as I know there isn't a way to use a union to produce a three byte number. The easiest thing is just to use the long union, from already existing code. And just set the two…"
Aug 15, 2010
Niklas posted a blog post
Hi all.I was messing around with my simulator some time ago, and found that the ground course, returned from the binary GPS decoder, in GPS_EM406.pde returned false heading between 300 and 360 degrees. This is also mentioned in the comment.The…
Aug 15, 2010
Niklas commented on bigkahuna's blog post PC based autonomous boat
"Your system sounds a bit overkill to me. Check out the posts on "Ardupilot goes into the water". That project is very interesting."
Jul 7, 2010
Niklas commented on Jack Crossfire's blog post This week in unemployment
"Hi Jack.

Just a small comment on the neural network you are using. Feed forward networks are excellent for prediction of future values, but you should consider the number of nodes in the hidden layer. Usually a large number of hidden nodes, i.e.…"
Jun 26, 2010
More…