About

Gender

Male


Location

Paris


Please tell us a bit about your UAV interest

www.serveurperso.com


Activity Feed

Pascal replied to Nadav Assor's discussion Sending messages from another program into MAVProxy
"I look the main loop code to convert MAVProxy CLI to a simple TCP (telnet) remote server daemon. This feature is just essential for MAVProxy and DroneKit"
Jul 16, 2015
Pascal replied to Nadav Assor's discussion Sending messages from another program into MAVProxy
"Hello, Same need here, We want to send high level MAVproxy command from another program. There is no way to do ?"
Jul 16, 2015
Pascal replied to Andrew Tridgell's discussion Welcome to the 3DR Radio forum!
"I love this firmware, I successfully used with an amplifier to replace EzUHF for long range piloting + telemetry !
Pascal"
Sep 2, 2014
Pascal replied to Andrew Rabbitt's discussion PPM with Futaba R617FS?
"Channels 1-5 on pin D8-D12 order is important.
Channel 7 to A0
Channel 6 to A1
7ch PPM on A3
Offset values for my 16MHz arduino...

#define PULSEWIDTH 50#define OFFSETA 48#define OFFSETB 118void setup() {  noInterrupts();  DDRB = 0b11100000;  DDRC =…"
Oct 21, 2013
Pascal replied to Andrew Rabbitt's discussion PPM with Futaba R617FS?
"Hi,
The frame rate is 16ms for the R617FS. there is enough space for 5 ch only else you lost the sync space.
Pulse order on pins is "7, 6, 1, 2, 3, 4, 5" Pulses ch.7 and 6 overlap the pulse ch.1.
I made a quick Arduino code (mini pro from sparkfun)…"
Oct 21, 2013