Showing posts with label MDBT40nano. Show all posts
Showing posts with label MDBT40nano. Show all posts

Monday, April 11, 2016

Raytac Module Family MDBT40 VS MDBT42 (Nordic nRF51 VS nRF52)

Raytac Corporation
A BT4.1 & BT4.2 module maker based on Nordic nRF51 & nRF52 solution 
(nRF51822 & nRF51422 & nRF52832 & nRF51802)
Tel: +886.2.3234.0208
email: service@raytac.com  
 https://raytacblog.wordpress.com/

Here, we are glad to announce 2016 Raytac Module Family have been all well planned.
nRF51 series, MDBT40 modules all have been released and have widely implements done in the market.
nRF52 series, MDBT42Q modules will proceed mass production in April 2016 and MDBT42 is expected to be available by Q3 2016

Sorting by Solution:

Nordic nRF51
MDBT40 (Available Now)
MDBT40-P (Available Now)
MDBT40nano (Available Now)
Nordic nRF52
MDBT42Q (Mass Production Schedule in 2016 April)
MDBT42Q-P (Mass Production Schedule in 2016 April)
MDBT42 (Expected Mass Production in 2016 Q3)
MDBT42-P (Expected Mass Production in 2016 Q3)











Sorting by Antenna

Chip Antenna:
MDBT40 (nRF51): Available Now
MDBT42Q (nRF52): Mass Production Schedule in 2016 April
MDBT42 (nRF52): Expected Mass Production in 2016 Q3 
PCB Antenna
MDBT40-P (nRF51)Available Now
MDBT42Q-P (nRF52): Mass Production Schedule in 2016 April
MDBT42-P (nRF52): Expected Mass Production in 2016 Q3




Thursday, March 12, 2015

Raytac BT4.1 Module Product Line

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: service@raytac.com



Many customers are confused about what the difference of Raytac's BLE module.
To easier customer's consideration and pick up the right module, Raytac summarized the module in detail as below chart.






Thursday, January 29, 2015

Nordic Addendum to nRF51822 Specification V3.1

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: sales@raytac.com



Nordic recently release the Addendum for nRF51822 Specification V3.1

Summary for the addendum 
Addendum starts available for nRF51822 V3 (Please refer to below Build code)

1. Extends operating temperature range to industrial standard (-40 ~+85 )
2. DC/DC mode available for extra power saving


 

Tuesday, January 13, 2015

Nordic nRF51 IoT (Internet of Thing) SDK Introduction



Following contents quoted from Nordic released information
http://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51-IoT-SDK

Overview
This SDK is a complete IPv6 capable Bluetooth® Smart software stack with examples for the nRF51 Series SoCs. It supports the Internet Protocol Support Profile (IPSP) and also supports 6LoWPAN over Bluetooth Smart.

Internet of Things, IPv6 and Bluetooth Smart
Up until now Bluetooth Smart enabled products have been able to connect to the Internet via gateway devices such as a smartphone or tablet, see fig 1. 
In this scenario the App in the gateway device carries out the necessary task of bridging Bluetooth
Smart to IP-based messages for internet communication to the cloud.
It is desirable to have ‘things’ that can communicate with other‘things’ using native IP directly.
In this scenario Bluetooth Smart devices can connect directly to the Internet via Bluetooth smart enabled headless routers, see fig 2.



       



KEY FEATURES 6LoWPAN and IPSP library:
6LoWPAN compression/decompression.
6LoWPAN Node role.
Packet flow control.
IPv6 prefix management.
Can use a third-party IPv6 stack
Nordic’s IPv6 stack:
Support for multiple IP addresses
ICMPv6 module
UDP socket APIs
Nordic’s CoAP library:
CoAP message types CON, NON, ACK, and RESET
Token matching on responses to a local client generated
request
Endpoint creation as resources
Automatic lookup of requested endpoint on remote request
Endpoint resource function callback
Endpoint permission setting

APPLICATIONS:

Internet of Things applications
IPv6 significantly expands the number of available IP addresses for use and makes available 2128 addresses. This means that ifnecessary every device can have its own unique IPv6 address.
Standards such as 6LoWPAN have made it possible to integrate sensors in a transport agnostic manner. 6LoWPAN enables sensors to talk to IP Protocols natively. Furthermore, new application layer protocols such as Constrained Application Protocol (CoAP), and Message Queue Telemetry Transport
(MQTT) etc., ensure optimal use of bandwidth and resources of constrained sensors.
Bluetooth Smart is an open standard that is specifically designed for the needs of battery powered sensors and wearables, and now powered with the 6LoWPAN IETF draft Bluetooth Smart is well
placed to address evolving needs of sensors connecting to the cloud without the need for intelligent gateways.

Heterogeneous IP networks and Bluetooth Smart
This SDK allows development of Bluetooth Smart applications that form a part of heterogeneous IP networks. These networks can be solely between ‘things’, between ‘things’ and the cloud,
and between ‘things’ via the cloud. Native IP with Bluetooth Smart means there can be seamless communication via headless routers that support a number of different transport and physical

layers such as Bluetooth Smart, 802.15.4, WiFI etc, see fig 3.



Integrating various wired and wireless technologies using Internet protocols and IPv6 is not just to enable sensors to talk a common language with the cloud, but also with sensors that may or may not be connected to the Internet of Things using the same physical transport as the other sensors. These heterogenous IP networks will likely be comprised of various technologies that employ IP for communication and could be Bluetooth Smart, 802.15.4, WiFi etc.


nRF51 IoT SDK IPv6 stack
Internet Protocol Support Profile (IPSP) and Bluetooth Smart 6LoWPAN standard ensures optimal IP stack performance over Bluetooth Smart as a physical layer. 6LoWPAN defines the creation an IPv6 address of a device from its Bluetooth Smart device address. It also compresses the IP header where possible
to ensure optimal use of RF bandwidth for power saving purposes. 6LoWPAN also defines roles called the 6LN (6LoWPAN node), 6LR (6LoWPAN Router) and 6LBR (6LoWPAN Border router). 
The nRF51 IoT SDK supports 6LN role only. The examples use a Raspberry Pi in the 6LBR role and this is fully covered in the supporting documentation. While the documentation describes Raspberry PI, any Linux based computing system could be setup for the purpose. IPSP defines establishing and managing the
L2CAP connection oriented channel.The various layers of IPv6 are mapped to enable an IPv6 enabled Bluetooth Smart node on the nRF51 Series SoC, see fig 4.

Layers marked in red are commonly referred to as an IP stack. Nordic provides an implementation of IP stack (without TCP). It is acknowledged that there may be reasons to use other embedded
IP stacks. Therefore, by design the nRF51 IoT SDK provides clear interfaces to port any third party IPv6 stack to an nRF51 Series device. As an example of such a third party port, Lightweight IP (lwIP)
is ported to nRF51 Series SoC with examples for UDP and TCP.

A CoAP library referred to as nCoAP is supplied with the SDK. This library provides implementation of Client and Server with the ability to play concurrent roles. The library is designed to be agnostic of IP stack used as transport and can be used with Nordic’s IPv6 stack, lwIP stack or any other stack implementation ported to the nRF51 Series SoC. An example implementation of MQTT over lwIP TCP
transport is included in the SDK. This implementation assumes lwIP TCP application interface and is not
transport agnostic. All examples in the SDK that require TCP as transport use the lwIP IPv6 stack.

nRF51 IoT SDK and SoftDevice
LE L2CAP connection oriented channels provide an optimal logical transport to transmit IPv6 packets which may not fit into the default application level MTU of 23 bytes. LE Credit Mode, the mode defined for connection oriented channels for Bluetooth Smart, provide in-built mechanism of segmentation and
reassembly of IPv6 packets and provide flow control mechanism.
LE Credit Mode was adopted as a part of Bluetooth 4.1 core specification. Implementation of this feature is provided by the SoftDevice that is distributed with the nRF51 IoT SDK. This SoftDevice can play GAP peripheral role only.

Above contents quoted from Nordic, we would suggest all readers to visit Nordic website for more detail information.









Friday, December 26, 2014

Revolution & Powerful nRF51 IoT SDK Released By Nordic

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: 
service@raytac.com


Nordic released IoT SDK for nRF51. 
(Raytac Module Part No. MDBT40 / MDBT40-P/MDBT40nano)

With the revolution moving forward of the SDK development, the last mile of IoT solution have been well completed.

Only applied Nordic IoT SDK, remain the same module applied, the module will not only connect to BLE only but only connect to WiFi through IPv6.

This may be a powerful and convenient tool for coming soar IoT markets and applications.


Quoted from Nordic: https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51-IoT-SDK
This SDK is a IPv6 capable Bluetooth® Smart software stack that provides drivers, libraries, examples, and APIs for nRF51 Series devices. It includes an IPv6 over Bluetooth Smart adaptation layer (6LoWPAN) and a complete Internet Protocol Suite including IPv6, ICMP, UDP, TCP, CoAP and MQTT. It brings native IPv6 support to Bluetooth Smart applications, letting them talk directly to cloud services and other connected ‘things’ over IP-based networks.The SDK includes examples that configure the nRF51 device as a Bluetooth Smart 6LoWPAN node and that interface with the IP layers at transport level ( UDP,TCP) and application level (CoAP and MQTT). Use of Raspberry Pi as a Bluetooth Smart router is described in the documentation.This SDK supports the Internet Protocol Support Profile (IPSP). The IPSP is in the process of being adopted by Bluetooth SIG.

Features
6LoWPAN and IPSP library:
  • 6LoWPAN compression/decompression
  • 6LoWPAN node role
  • Packet flow control
  • IPv6 prefix management
  • Can use a third-party IPv6 stack
IPv6 stack:
  • Support for multiple IPv6 addresses
  • ICMPv6 module
  • UDP socket APIs
CoAP library:
  • CoAP CON, NON, ACK, and RESET message types
  • Token matching on responses to a local client generated request
  • Endpoint creation as resources
  • Automatic lookup of requested endpoint on remote request
  • Endpoint resource function callback
  • Endpoint permission setting





Monday, December 22, 2014

Apple iBeacons Find Their Way Into McDonald's

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: 
service@raytac.com

Quoted from Forbes: http://www.forbes.com/sites/aarontilley/2014/12/18/mcdonalds-ibeacon


iBeacons are small, low-power Bluetooth devices, licensed by Apple, that stick to walls or sit on objects and interact with iPhones and iPads.  One of their main uses so far has been to help retailers and other merchants establish greater intimacy with customers who are willing to identify themselves in a store.  iBeacons are a marquee example of the burgeoning Internet of Things (IoT).
Ever since iBeacon made its debut on the iPhone in 2013, it’s been heralded as the next big thing for retailers. Using the Bluetooth low energy radio on your smartphone, iBeacon technology can track your location within a few feet of where you are and push you special deals and advertisements onto your phone as you pass by stores. But so far, we’ve yet to see much uptake with retailers.
It looks like McDonald's is taking the plunge. 26 McDonald’s franchises in Columbus, Georgia have been testing out the technology with its customers. In a four week trial, these fast food joints have been pushing special deals for McChicken Sandwiches and 10-piece Chicken McNuggets. The promotions pushed McChicken Sandwich sales up 8 percent and Chicken McNuggets up 7.5 percent.
“In the fast food world, these are big numbers,” said Robert Hanczor, the CEO of San Diego-based iBeacon startup Piper, which made the app for McDonald’s to send the promotions. “They saw significant statistical change in consumer behavior.”
Based on these initial results, Piper is working on rolling out iBeacon programs to other McDonald’s franchises in the southeast for an additional 263 retail locations.
“Consumers won’t know these small radio devices are responsibly for the content they’re receiving,” said Hanczor, “but they’ll appreciate retailers are connecting with them with relevant information they can act upon.”

Thursday, December 4, 2014

What's new for Bluetooth 4.2 (BT4.2)

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: 
service@raytac.com
Quote from SIG: http://www.bluetooth.com/SiteCollectionDocuments/4-2/bluetooth4-2.aspx#control


1. Take Full Control Of Internet Connectivity
Bluetooth® Core Specification 4.2 makes the Internet of Things (IoT) better with multiple ways to connect to the Internet

  a. Low-power IP connectivity
The latest version of internet protocol (IPv6/6LoWPAN) for Bluetooth Smart devices.*
*Expected availability December 2014
b. Bluetooth Smart technology gateways
Internet connectivity with the flexible Bluetooth Smart Generic Attribute Profiles (GATT) architecture.*
*Available early 2015
2. Smarter & Worry Free
It’s the best of all worlds – improved privacy protection with lower power consumption.

a. Industry-leading privacy.
Keeps Bluetooth Smart devices from being tracked.
b. Highly secure.
Features industry-standard encryption ensuring confidential data stays that way.
c. More power efficient.
Introduces refinements that make Bluetooth Smart even more power-stingy.

3. Faster & More Reliable
Sync data quickly and reliably. In 4.2, Bluetooth Smart is up to 2.5x faster with a huge packet capacity increase – nearly 10x more versus previous versions.




Thursday, November 13, 2014

Tickless helps iBeacon Works Dramatically Low Power Consumption

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: 
service@raytac.com


Raytac's partner Embeda "uCXpresso" recently applied Tickless Technology to help iBeacon device works with a super power saving as 26.25uA under RTOS.

http://www.embeda.com.tw/ucxpresso/?article=1-3-ultra-low-power-activity-26ua






Power Analyzer over a 50 sec period: (Measured by Nordic)

In Advertising (interval 1000ms), the SoC can be worked avg. 26uA with the LED blink (flash code running).

384 Days working with a CR2032 battery (240mA/H)

Tickless Technology Applied : Power Consumption average--> 26.25uA

Tickless Technology Not Applied: Power Concumption average -->300uA


Video 1: Works WITHOUT Tickless Technology



Video 2: Works with Tickless Technology


(BT4.0 Module) P/N: MDBT40 Series Packing Image

Raytac Corporation
A BT4.1 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: sales@raytac.com



To server all our customer to proceed the SMT (Surface Mounting Technology) process smoothly, Raytac's module all packed by antistatic (ESD) tray.
The tray dimension also well designed in order to fit in the Automatic Insent Line (AIL) as a Surface Mount Component.
This may help our customer easier to proceed the mass production.

MDBT40/MDBT40-P/MDBT40ANT 
88pcs/Tray
Tray Size: 33cm x 13.5cm



MDBT40nano 
160pcs/Tray
Tray Size: 33cm x 13.5cm



Thursday, May 29, 2014

Raytac BT4.0 Tiny Module Shipment Started

Raytac Corporation
A BT4.0 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: 
service@raytac.com

2018/12/1 Information Updated

1.Raytac MDBT40 Series Module (Nordic nRF51 Solution) BT4.2 Certification Granted

2. Bluetooth SIG Announces Deprecation and Withdraw of Legacy Bluetooth Core Spec Version



MDBT40nano is a BLE module build up based on Nordic nRF51 series WLCSP package IC.
This module is designed be an idea part to fit into any wearing device or device with limited mechannical space.
Surely, the attractive point not only just it is small but also a distinctive RF transmission performance and 20 IO available.
     
After several times discreet studying and trial productions, Raytac now is pleased to announce that MDBT40nano is ready for shipment!

The module size 8.0 x 8.6mm is the best pal of wearing device development.




MDBT40nano
Solution: 
nRF51822: BT4.0 + 2.4GHz RF  (WLCSP Package)
nRF51422: BT4.0 + ANT+  (WLCSP Package)


ARM Cortex: M0 32 bit processor

Memory: 256kb
IO: 20





                                      Size Compared with CR2032 Battery






BT4.0 Products For MFi Program

Raytac Corporation 勁達國際電子有限公司
A BT5 & BT 4.2 & BTv4.1 module maker based on Nordic nRF51 & nRF52 solution 
(nRF51822 & nRF51422 & nRF52832 & nRF52810 & nRF52840)
www.raytac.com          email: cs@raytac.com          Tel: +886.2.3234.0208

As the leading BLE(BT4.0) module maker, we often recieved the customer's request to have the module join MFi Program.

Per  Apple's explanation, a device using only Bluetooth Low Energy (BLE) / BTLE / Bluetooth 4.0 or standard Bluetooth profiles is no need to join the MFi Program.

Customers' products, which aimed to connect to an Apple device (iPad & iPhone), based on Raytac's BT4.0 modules does not need to join MFi Program


 Reference data from:
 https://mfi.apple.com/MFiWeb/getFAQ.action#1-1

I want to develop an accessory that communicates with an Apple device using only Bluetooth Low Energy. Do I need to join the MFi Program?

No. Accessories which connect to an Apple device using only Bluetooth Low Energy/BTLE/Bluetooth 4.0 or standard Bluetooth profiles supported by iOS are not part of the MFi Program.




What types of accessories and technologies are not part of the MFi Program?

Accessories that do not use any of the MFi licensed technology listed above are not part of the MFi Program. For example:

Thursday, April 17, 2014

50% Off to buy Nordic nRF51822 Evaluation Kit (Part no.nRF51822-EK)

Raytac Corporation
A BT4.0 module maker based on Nordic nRF51 solution (nRF51822 & nRF51422)
www.raytac.com
Tel: +886.2.3234.0208
email: service@raytac.com


n order to help all developer can quickly access to Nordic's nRF51 series, Avnet provide a incentive program with 50% off to buy the Evaluation Kit.

Simply visit  Avent Express: www.avnetexpress.com/asia
Select the Nrodic nRF51822 Evaluation Kit (Part no.: NRF51822-EK)
Type in the Coupon Code: NORDICTECHTOUR

The coupon expires in 2014/5/31