Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
Training Class: MQX RTOS v4.1 Basics Training for MQX Beginners Hi MQX users, Attached you can find 6 simple Labs to introduce yourself to MQX Real Time Operating System. These Labs will walk you through all the steps you need to create simple projects using a Kinetis Device and some OS services. Content: - Building MQX Libraries - Creating and debugging new MQX project - Using Tasks - Using LW GPIOs - Using Events and Mutex - Using LW Semaphores I hope you find them useful. Best regards, Carlos
查看全文
Linux kernel and modules debug using CodeWarrior for ARMv7 General
查看全文
NXP Tech Session - i.MX RT10xxを使用したリアルタイム産業用HMIシステムへのグラフィックスの実装 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ウェビナーの録画を見る <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ウェビナーの録画を見る i.MXRT 106倍
查看全文
Nerf Hack This was a super fun project to work on and is popular around the office and on the road.  Now I have two of these for a truely amazing barrage of Nerf darts!  It's also always a lot of fun to tear things down and the Nerf gun had some cool plastic work and the shooting mechanism is more simple than what I originally guess.  But I digress, this post is about how you can build one of these yourself.  Please leave any questions or comments in the section below and I will try to answer and make refinements to this guide as we go. Say hello to my little friend. The shopping list (aka Bill of Materials or BOM) If you shop around you might be able to find better prices or substitute parts. Type Part Qty Price URL UBEC HKU5 1 $             5.33 http://www.hobbyking.com/hobbyking/store/__16663__HobbyKing_HKU5_5V_5A_UBEC.html LiPo TURNIGY 2200mAh 3S 20C 1 $             7.89 http://www.hobbyking.com/hobbyking/store/__8932__Turnigy_2200mAh_3S_20C_Lipo_Pack.html Servo S5030DX 1 $           28.63 http://www.hobbyking.com/hobbyking/store/__18862__Hobbyking_S5030DX_Digital_MG_Servo_X_Large_HV_164g_0_20s_30kg.html Servo HK15138 1 $             3.12 http://www.hobbyking.com/hobbyking/store/__16269__HK15138_Standard_Analog_Servo_38g_4_3kg_0_17s.html Relay PCB COM-11041 1 $             3.95 https://www.sparkfun.com/products/11041 Relay Components Various 1 $             3.00 https://www.sparkfun.com/wish_lists/36307 Nerf Gun Nerf Dart Tag Swarmfire Blaster 1 $           44.99 http://www.toysrus.com/product/index.jsp?productId=11267568 Controller FRDM-KL64F 1 $           12.95 http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-K64F Radio Module NRF24L01 2 $             3.00 http://www.dx.com/p/2-4ghz-nrf24l01-wireless-module-black-142224#.U8VIcpRdU1I Servo Arm Double Servo Arm X-Long 1 $             3.20 http://www.hobbyking.com/hobbyking/store/__19468__CNC_Alloy_Double_Servo_Arm_X_Long_Futaba_.html Servo Arm Heavy Duty Alloy Arm 1 $             5.63 http://www.hobbyking.com/hobbyking/store/__18350__Heavy_Duty_Alloy_1in_Servo_Arm_Futaba_Red_.html Servo Linkage Alloy Pushrod with Ball-Link 65mm 1 $             2.10 http://www.hobbyking.com/hobbyking/store/__25834__Alloy_Pushrod_with_Ball_Link_65mm.html Lazy Susan Shepherd 6 in. Lazy-Susan Turntable 1 $             4.49 http://www.homedepot.com/p/Shepherd-6-in-Lazy-Susan-Turntable-9548/100180572#.UYk5UqLql8E Metal Rod 3/8 in. x 36 in. Zinc Threaded Rod 1 $             2.87 http://www.homedepot.com/p/3-8-in-x-36-in-Zinc-Threaded-Rod-17340/202183465#.UYk5pqLql8E Frame 1/2 MDF 2ftx4ft 1 $           10.45 http://www.homedepot.com/p/1-2-in-x-2-ft-x-4-ft-Medium-Density-Fiberboard-Handy-Panel-1508108/202089097?N=btn1#.UYk6CqLql8E The build Two main pieces to construct in this phase.  The base turret and the actual hacking of the Nerf gun. All your base.. The base of the turret is pretty rudimentary, lot's of room for improvement here.  I used 1/2 MDF and some carpentry skills.  Here is an instructable on how to build a MDF box.  Atop the box is a lazy susan (ball bearing ring) so that the top-plate can rotate smoothly.  We considered leaving this element out, but worried that it would put to much strain on the servo. On the subject of servos, a few tidbits of wisdom for you as you build this thing.  First, the left/right servo needs to be dead center of the lazy susan, if your off too much things will start to bind which is not good for your servo.  Second, I used large higher torque servos which cost a bit more, they might be overkill, but it certainly performs well. I did a quick dimensionally accurate rendering of the design in Sketchup. Files are here. Hacking the Nerf Now for the fun stuff. There is no shortage of screws with this Nerf Gun.  So get out your Phillips screwdriver and go to town. There are two electrical systems in the Nerf that we are going to tap into.  One is the power switch and the other is the electrical trigger. This is the electrical trigger.  The trigger goes to our relay, which is either on or off.  We did try at first to use a 7.2V R/C car battery, but the Nerf draws too much power and didn't fire.  Going up to a 11.1V LiPo fixed that right up. This is the power switch. In Nerfinator 1.0 everything was hardwired together, which prevented us from completely pulling the Nerf from the base and made repairs difficult to say the least.  Nerfinator 2.0 we put this handy connector which allowed us to completely and easily remove the Nerf from the base.  Shipping this thing around the country will take a toll on it!  On that subject, Nerf 1.0, stopped cycling to the next position for us at the Austin Mini Maker Faire.  After a through inspection of the operational mechanics inside the Nerf (really cool BTW) it was a little bitty spring that was causing the piston not to fully retract.  We replaced the spring with 1/2 a ballpoint pin spring and to our surprise it all worked again.  Cue the MacGyver theme song... Electrical Connection Diagram [PDF] Code Mbed was the programming tool of choice for this build. Receive Side (RX) - The receiver is the base side.  This one takes input from the remote and controls the servo movement. NerfGun_nRF24L01P_RX - a mercurial repository | mbed Transmit Side (TX) - The transmitter is the remote side.  This one senses the users movement (accelerometer) and sends that data to the base station. NerfGun_nRF24L01P_TX - a mercurial repository | mbed Finishing Touches In the first passes of this build we just used a bare development board as the remote control.  We found that when given the remote they would not orientate it properly.  Angus and Iain CAD'ed up this really sweet controller for us to 3D print. Custom cutouts for the FRDM board and nRF module and powering through USB. Freedom- 3D Printed Controller files on Thingiverse Development Team Deactivated user - Amplification/Motivation CJarvis - Software/Hardware iafg and angusgalloway-b45797 - Design and print of controller Community Developed Improvements Nerf Gun Web Socket Compatibility - Controlling via Web Socket Re: Nerf Hack That is correct, there are two FRDM-K64's.  One in the base and one "remote”.  I did not include wiring for the remote.  It's pretty much, just solder the nRF radio module to the K64 board and go.  The base is a bit more intricate with all the motors and relays. To power the remote I used a USB cell phone quick charge thing.  Available at any electronics store for <$10.  The base I used a R/C battery at 11V. Re: Nerf Hack thanks for schematic, but just to be clear you have a kl64 both in the handset with a radio module powered with a lipo, then another in the base with a radio module with each of the programs as above loaded respectively? i Saw you in Detroit at the faire with my two sons and hopefully we will start building shortly, we are assembling the parts now. Re: Nerf Hack I have added what I have here. https://community.freescale.com/servlet/JiveServlet/download/100845-14-278753/Schematic.pdf How goes the build?  Need help with anything?  Shoot me details and pics to troubleshoot.  Re: Nerf Hack DO you have electric schematic available? Re: Nerf Hack Hi John, is your demo available for Freescale DWF events ? I am interested for DWF Milan ( Italy ) on oct 1st Re: Nerf Hack Good suggestion, let me see what I can do. Re: Nerf Hack I would put it at medium.  You have to be decent with carpentry (woodworking) and just the mechanics of servos and such.  (That was honestly the hardest part.)  The electronics is pretty easy and you really just need to know how to solder and read a electrical diagram. Re: Nerf Hack How hard is it to make the Nerfinator? (easy/medium/hard) Re: Nerf Hack I think it would be very interesting and inspiring if you made videos about how to make this cool machine. Re: Nerf Hack Hi. I saw your booth at the SF maker faire last weekend. It was cool and I want to really make this. when will you post all the instructions? Thank you. Re: Nerf Hack One thing we noticed was that to move the nerfinators left and right, people wanted to swing the controller left and right rather than tilt their left and right hands up and down. It might note be possible to capture this motion with just the accelerometer, but adding a gyro would certainly work.
查看全文
aips_demo_s32k118.zip Example of usage of AIPS-lite, Protects the access to GPIO port. This example can be used with UART terminal, 115200 bps. The interface menu shows like this: AIPS example has started Please press 0 + enter to set red LED in GPIO port Please press 1 + enter to set red LED in GPIO port Please press 2: GPIO peripheral will only accept accesses from trusted master, M0 (Core) is set as untrusted when a write access, AIPS cannot longer be modified from core and a reset will occur in the next GPIO access Please press 3: GPIO access is write protected, any write access to GPIO will produce a hard fault Example of usage of AIPS-lite, Protects the access to GPIO port. This example can be used with UART terminal, 115200 bps. The interface menu shows like this: AIPS example has started Please press 0 + enter to set red LED in GPIO port Please press 1 + enter to set red LED in GPIO port Please press 2: GPIO peripheral will only accept accesses from trusted master, M0 (Core) is set as untrusted when a write access, AIPS cannot longer be modified from core and a reset will occur in the next GPIO access Please press 3: GPIO access is write protected, any write access to GPIO will produce a hard fault
查看全文
使能技术:DDR 基础知识 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本课程将介绍 DDR 设备的基本操作和内部机制。该课程还将介绍可用的工具,以启用和简化 DDR 子系统的启动和验证。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 本课程将介绍 DDR 设备的基本操作和内部机制。该课程还将介绍可用的工具,以启用和简化 DDR 子系统的启动和验证。
查看全文
セキュア・カー・アクセス:ハンズオン・ワークショップ:新しいNXP RFレシーバー(Lizard)とトランシーバー(MantraCS/F)とカー・アクセス・システム用のすぐに使えるファームウェア・スタック <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 当社のRF製品(Lizard、MantraCS、MantraF)のRCI(Remote Control Interface)についてご紹介します。システムの統合と開発は、RCIファームウェアとConfiguration Development Kit(CDK)を併用することで簡単に行えます。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 当社のRF製品(Lizard、MantraCS、MantraF)のRCI(Remote Control Interface)についてご紹介します。システムの統合と開発は、RCIファームウェアとConfiguration Development Kit(CDK)を併用することで簡単に行えます。
查看全文
i.MX6SL EPDC QoS Why raising QoS priority for EPDC Eink has been developing higher resolution panel. With higher resolution, TCE underrun problem is observed more easily. Highest QoS priority can provide obvious improvement. What's TCE underrun TCE is Timing Controller Engine which is responsible for TFT scan frame refreshes. The pixel FIFO (PIX_FIFO) is used to load working buffer pixel data for TCE. When FIFO underrun, TCE_UNDERRUN_IRQ interrupt is triggered, and TCE underrun log pops up in kernel log. The pixel data is processed by TCE to generate TFT voltage control pixels for panel. If an underrun occurs, unknown data is used and that can damage the panel. About the patch The patch raises EPDC reading to highest priority (QoS='f'), so the EPDC reading becomes real time channel in MMDC configuration. The patch is based on L4.1.15 kernel. Stress test of unit test can pass with 1920x1440 configuration.
查看全文
Body Electronics: An OTA Solution for Edge Nodes Using S32K Join this session for an overview of the A-B swap firmware update solutions in edge nodes, specially focusing on our S32K1xx microcontroller family. Join this session for an overview of the A-B swap firmware update solutions in edge nodes, specially focusing on our S32K1xx microcontroller family. Re: Body Electronics: An OTA Solution for Edge Nodes Using S32K Could you please release the demo code in it?
查看全文
安全汽车访问:实践研讨会:S32K 烹饪手册 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 与会者将获得有关 S32K Cookbook 应用说明示例的知识和经验,从而实现成功的客户设计。所有示例都会有一个概述,并且会进行一些练习。与会者必须携带笔记本电脑并预装 S32 Design Studio for Arm。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 与会者将获得有关 S32K Cookbook 应用说明示例的知识和经验,从而实现成功的客户设计。所有示例都会有一个概述,并且会进行一些练习。与会者必须携带笔记本电脑并预装 S32 Design Studio for Arm。
查看全文
ACF 编程 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 索引|上一页|下一页 该视频解释了 Apex Core 框架到底是什么、它有什么用途、为什么要实现它以及一些用例。 (在 “我的视频” 中查看)
查看全文
車載ワイヤレス充電設計 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ワイヤレス充電の受け入れは、利便性と耐久性、および自動車への設置により、消費者の間で指数関数的に増加しています。このセッションでは、車載ワイヤレス充電の設計に関する詳細な技術的詳細とガイダンスを提供します。また、低電力と中電力の両方のアプリケーションをカバーするNFC / RFIDカード保護のレビュー。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ワイヤレス充電の受け入れは、利便性と耐久性、および自動車への設置により、消費者の間で指数関数的に増加しています。このセッションでは、車載ワイヤレス充電の設計に関する詳細な技術的詳細とガイダンスを提供します。また、低電力と中電力の両方のアプリケーションをカバーするNFC / RFIDカード保護のレビュー。
查看全文
In-Vehicle Wireless Charging Design Acceptance of wireless charging is growing exponentially among consumers because of convenience and durability and automotive installation. This session will provide the in-depth technical detail and guidance of the design of in-vehicle wireless charging. Also a review of NFC/RFID cards protection that cover both low-power and medium-power applications. Acceptance of wireless charging is growing exponentially among consumers because of convenience and durability and automotive installation. This session will provide the in-depth technical detail and guidance of the design of in-vehicle wireless charging. Also a review of NFC/RFID cards protection that cover both low-power and medium-power applications.
查看全文
安全防篡改认证_Connects China <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 介绍 A100x 安全认证器(包括新款 A1007),作为整体培训认证协议的一部分,介绍安全 IC 中需要寻找的内容以及潜在用例。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 介绍 A100x 安全认证器(包括新款 A1007),作为整体培训认证协议的一部分,介绍安全 IC 中需要寻找的内容以及潜在用例。
查看全文
Smarter World Tour - ボルドー - 2016年11月28日 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> EUF-HMB-T2472 - 次世代のNFCへの準備はできていますか?  NXPセミコンダクターズの紹介  MCU製品のアップデートとロードマップ  環境契約およびセキュリティのためのNXPプロセッサ  プロセッサの概要  QorIQおよびLayerscapeプロセッサ・ソリューション  セキュアなワイヤレス接続ソリューション  センサーの概要
查看全文
APF-HMB-T2468 - 基于 i.MX 6 应用处理器的物联网家庭自动化 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 了解基于 i.MX 6 应用处理器的物联网家庭自动化。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 了解基于 i.MX 6 应用处理器的物联网家庭自动化。
查看全文
EUF-NET-T2471 - Layerscape 更新 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 您是否计划确保您的数据传输保持高数据吞吐量、低功耗和 CPU 负载?Layerscape系列是您的最佳选择。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 您是否计划确保您的数据传输保持高数据吞吐量、低功耗和 CPU 负载?Layerscape系列是您的最佳选择。
查看全文
APF-HMB-T2465 - IoT and Thread/BLE Solutions The session will discuss IoT and Thread/BLE solutions. The session will discuss IoT and Thread/BLE solutions.
查看全文
DES-N2011 i.MX 6 および i.MX 8 グラフィックス SDK <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ここでは、複数のオペレーティング システム間でグラフィックス アプリケーションを迅速に開発するためのツールとミドルウェアについて説明し、i.MX 6 および i.MX 8 アプリケーション プロセッサ上のレンダリング サブシステムの高度なプロファイリングとデバッグについて説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ここでは、複数のオペレーティング システム間でグラフィックス アプリケーションを迅速に開発するためのツールとミドルウェアについて説明し、i.MX 6 および i.MX 8 アプリケーション プロセッサ上のレンダリング サブシステムの高度なプロファイリングとデバッグについて説明します。 デザイン |ソフトウェア&サービス
查看全文
QorIQ eTSEC 和 DPAA 平台的故障排除技术 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 飞思卡尔 QorIQ 网络设备采用复杂的数据包处理引擎,能够在无需 CPU 干预的情况下进行协议头处理、流量整形、优先级排序和转发。卸载功能正在提高流量转发和终止场景的性能。卸载技术还增加了非常庞大且灵活的功能集,需要复杂的硬件初始化序列和复杂的运行时编程技术。本次研讨会介绍了故障排除工作流程、工具和技术、计数器和其他技巧,使在 QorIQ eTSEC 和 DPAA 平台上进行网络问题调查变得更加容易。涵盖的主要场景包括无连接、部分数据包丢失或性能损失(由于 CPU 处理不平衡、内核升级或固件升级)。 由duchen-b44125呈现 2015年5月21日,南京,DwF数字网络峰会 会话 ID:APF-SNT-T1361 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 飞思卡尔 QorIQ 网络设备采用复杂的数据包处理引擎,能够在无需 CPU 干预的情况下进行协议头处理、流量整形、优先级排序和转发。卸载功能正在提高流量转发和终止场景的性能。卸载技术还增加了非常庞大且灵活的功能集,需要复杂的硬件初始化序列和复杂的运行时编程技术。本次研讨会介绍了故障排除工作流程、工具和技术、计数器和其他技巧,使在 QorIQ eTSEC 和 DPAA 平台上进行网络问题调查变得更加容易。涵盖的主要场景包括无连接、部分数据包丢失或性能损失(由于 CPU 处理不平衡、内核升级或固件升级)。 杜晨主讲 2015年5月21日,南京,DwF数字网络峰会 会话 ID:APF-SNT-T1361 Power Architecture®处理器
查看全文