[jira] [Resolved] (MYNEWT-288) Add BSP support for nrf52DK

2016-04-22 Thread William San Filippo (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYNEWT-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William San Filippo resolved MYNEWT-288.

Resolution: Fixed

The BSP for this board has just been added. Bootloader and image creation was 
tested on the board and all looks good. Also tested the linker script for 
images without the bootloader.

> Add BSP support for nrf52DK
> ---
>
> Key: MYNEWT-288
> URL: https://issues.apache.org/jira/browse/MYNEWT-288
> Project: Mynewt
>  Issue Type: New Feature
>  Components: Nimble
>Affects Versions: v0_8_0_beta2
>Reporter: William San Filippo
>Assignee: William San Filippo
> Fix For: v0_8_0_rel
>
>
> Nordic has a new development kit with their latest rev of the nrf52. Their 
> previous development board was the "Preview Development KIt" (PCA 10036); the 
> new one is just the nrf52 DK (PCA 10040).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MYNEWT-288) Add BSP support for nrf52DK

2016-04-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254978#comment-15254978
 ] 

ASF subversion and git services commented on MYNEWT-288:


Commit 2b268fbebeb3e742620188d053b0656f80776ead in incubator-mynewt-core's 
branch refs/heads/develop from [~wes3]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=2b268fb 
]

MYNEWT-288: add nrf52dk support


> Add BSP support for nrf52DK
> ---
>
> Key: MYNEWT-288
> URL: https://issues.apache.org/jira/browse/MYNEWT-288
> Project: Mynewt
>  Issue Type: New Feature
>  Components: Nimble
>Affects Versions: v0_8_0_beta2
>Reporter: William San Filippo
>Assignee: William San Filippo
> Fix For: v0_8_0_rel
>
>
> Nordic has a new development kit with their latest rev of the nrf52. Their 
> previous development board was the "Preview Development KIt" (PCA 10036); the 
> new one is just the nrf52 DK (PCA 10040).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MYNEWT-288) Add BSP support for nrf52DK

2016-04-22 Thread William San Filippo (JIRA)
William San Filippo created MYNEWT-288:
--

 Summary: Add BSP support for nrf52DK
 Key: MYNEWT-288
 URL: https://issues.apache.org/jira/browse/MYNEWT-288
 Project: Mynewt
  Issue Type: New Feature
  Components: Nimble
Affects Versions: v0_8_0_beta2
Reporter: William San Filippo
Assignee: William San Filippo
 Fix For: v0_8_0_rel


Nordic has a new development kit with their latest rev of the nrf52. Their 
previous development board was the "Preview Development KIt" (PCA 10036); the 
new one is just the nrf52 DK (PCA 10040).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MYNEWT-286) nRF51 crashes when receiving large(ish) ACL packet

2016-04-22 Thread Christopher Collins (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254676#comment-15254676
 ] 

Christopher Collins commented on MYNEWT-286:


Thanks, Johan.  I haven't had any luck in reproducing this crash.  Details of 
my setup are below.  Could you please point me the specific nimble commit which 
you were using when you produced this crash?

*Test setup 1*
* Master: bmd300 running blehci app, controlled by bluetoothctl 
* Slave: nrf52pdk preview running blehci app, controlled by btmgmt
* Both boards running code built from commit 
4d0a38707bdeeb2061b3089d627fc2cee13f1f6c

*Test setup 2*
* Master: nrf52pdk running blehci app, controlled by bluetoothctl 
* Slave: nrf51dk preview running blehci app, controlled by btmgmt
* Both boards running code built from commit 
4d0a38707bdeeb2061b3089d627fc2cee13f1f6c

*btmon log from Test setup 1 (hci1=master; hci0=slave)*
{noformat}
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7  
 [hci1] 1771.171413
Type: Passive (0x00)
Interval: 60.000 msec (0x0060)
Window: 30.000 msec (0x0030)
Own address type: Public (0x00)
Filter policy: Ignore not in white list (0x01)
> HCI Event: Command Complete (0x0e) plen 4 
>  [hci1] 1771.174704
  LE Set Scan Parameters (0x08|0x000b) ncmd 1
Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2  
 [hci1] 1771.174736
Scanning: Enabled (0x01)
Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4 
>  [hci1] 1771.178689
  LE Set Scan Enable (0x08|0x000c) ncmd 1
Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 18   
>  [hci1] 1771.480724
  LE Advertising Report (0x02)
Num reports: 1
Event type: Connectable undirected - ADV_IND (0x00)
Address type: Public (0x00)
Address: 0A:0B:0C:0D:0E:0F (OUI 0A-0B-0C)
Data length: 6
Flags: 0x06
  LE General Discoverable Mode
  BR/EDR Not Supported
TX power: 0 dBm
RSSI: -52 dBm (0xcc)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2  
 [hci1] 1771.480907
Scanning: Disabled (0x00)
Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4 
>  [hci1] 1771.484717
  LE Set Scan Enable (0x08|0x000c) ncmd 1
Status: Success (0x00)
< HCI Command: LE Create Connection (0x08|0x000d) plen 25   
 [hci1] 1771.484746
Scan interval: 60.000 msec (0x0060)
Scan window: 60.000 msec (0x0060)
Filter policy: White list is not used (0x00)
Peer address type: Public (0x00)
Peer address: 0A:0B:0C:0D:0E:0F (OUI 0A-0B-0C)
Own address type: Public (0x00)
Min connection interval: 50.00 msec (0x0028)
Max connection interval: 70.00 msec (0x0038)
Connection latency: 0x
Supervision timeout: 420 msec (0x002a)
Min connection length: 0.000 msec (0x)
Max connection length: 0.000 msec (0x)
> HCI Event: Command Status (0x0f) plen 4   
>  [hci1] 1771.490698
  LE Create Connection (0x08|0x000d) ncmd 1
Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19   
>  [hci1] 1772.765700
  LE Connection Complete (0x01)
Status: Success (0x00)
Handle: 1
Role: Master (0x00)
Peer address type: Public (0x00)
Peer address: 0A:0B:0C:0D:0E:0F (OUI 0A-0B-0C)
Connection interval: 70.00 msec (0x0038)
Connection latency: 0.00 msec (0x)
Supervision timeout: 420 msec (0x002a)
Master clock accuracy: 0x04
< HCI Command: LE Read Remote Used Features (0x08|0x0016) plen 2
 [hci1] 1772.765816
Handle: 1
@ Device Connected: 0A:0B:0C:0D:0E:0F (1) flags 0x
02 01 06 02 0a 00..
> HCI Event: LE Meta Event (0x3e) plen 19   
>