Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
蓝牙BLE
Nordic_NRF52832
BSP/nrf52832已经具备BLE协议栈串口透传DEMO
发布于 2017-05-16 09:56:24 浏览:9101
订阅该版
目前已经更新了nrf52832的bsp,支持NRF52SDK13版本,demo实现了串口透传的NUS service。
查看更多
12
个回答
默认排序
按发布时间排序
bernard
2017-05-16
这家伙很懒,什么也没写!
弄个教程呗
qq_宋雨
2017-06-10
这家伙很懒,什么也没写!
真巧,我前面一个项目是用的stm32+rt thread,挺好的,于是新项目用了nordic 52832,习惯性找rt thread的porting,就发现你们近期才更新。谢谢~ 但是目前git上下载的版本,可以编译烧录运行,但会在ble_stack_init()里的SOFTDEVICE_HANDLER_INIT时卡死。何解?是我miss了什么配置么? 官方SDK13的demo可以跑的好好的。可以实现ble的输入输出。
qq_宋雨
2017-06-10
这家伙很懒,什么也没写!
另外,如果我不用蓝牙,把所有的蓝牙初始化代码注释掉,这时候系统可以跑,但在我自建的thread里,如果delay 1个tick,是可以一直跑下去的,如果delay 在1以上,就会进入borad.c line208左右(no SD部分)出不来了。何解?
qq_宋雨
2017-06-10
这家伙很懒,什么也没写!
ok,发现是thread的栈小了,以前是改成512的。改回1024就可以跑了。
atong
2017-06-17
这家伙很懒,什么也没写!
文件在哪呢?
weiyuliang
2018-06-18
这家伙很懒,什么也没写!
这个还有在继续更新吗? 蓝牙方面的
wyz
2018-08-27
这家伙很懒,什么也没写!
>ok,发现是thread的栈小了,以前是改成512的。改回1024就可以跑了。 --- 你好,我下载的最新的编译报错啊,能不能发给我一份可以运行的52832的模板程序啊
pocean
2019-02-16
这家伙很懒,什么也没写!
我下载编译报错啊: ``` nRF5_SDK_13.0.0_04a0bfd\components\softdevice\common\softdevice_handler\softdevice_handler_appsh.c(41): error: #5: cannot open source input file "app_scheduler.h": No such file or directory ``` 何解呀?
858876586
2019-05-25
这家伙很懒,什么也没写!
在components文件夹下的SConscript增加以下 ```python Libraries_src += Glob(Libraries_dir + 'scheduler/app_scheduler.c') path += [Libraries_dir + 'scheduler'] ``` 这样能够编译通过,不过具体这么干对不对我还没有去看
水清沙白
2019-05-26
这家伙很懒,什么也没写!
打开就能能编译过呀,app_scheduler.c不用添加,这个问题已经修复了。 ``` *** Using Compiler 'V5.06 update 3 (build 300)', folder: 'C:\Developer\Software\Keil_v5\ARM\ARMCC\Bin' Build target 'rtthread' compiling clock.c... compiling cpu.c... compiling components.c... compiling irq.c... compiling idle.c... compiling device.c... compiling ipc.c... compiling mempool.c... compiling object.c... compiling scheduler.c... compiling signal.c... compiling mem.c... compiling kservice.c... compiling timer.c... compiling application.c... compiling thread.c... compiling startup.c... compiling ble_conn_params.c... compiling ble_advdata.c... compiling ble_conn_state.c... compiling uart.c... compiling board.c... compiling ble_nus_app.c... assembling arm_startup_nrf52.s... compiling ble_srv_common.c... compiling ble_advertising.c... compiling nrf_ble_gatt.c... compiling system_nrf52.c... compiling ble_nus.c... compiling nrf_saadc.c... compiling softdevice_handler.c... compiling nrf_log_backend_serial.c... compiling nrf_drv_common.c... compiling nrf_drv_pwm.c... compiling nrf_drv_clock.c... compiling nrf_drv_saadc.c... compiling nrf_log_frontend.c... compiling nrf_drv_gpiote.c... compiling nrf_assert.c... compiling sdk_mapped_flags.c... compiling app_error.c... compiling app_util_platform.c... compiling backtrace.c... compiling fstorage.c... compiling app_timer_rtthread.c... compiling div0.c... compiling app_error_weak.c... compiling showmem.c... assembling context_rvds.S... compiling cpuport.c... compiling pin.c... compiling completion.c... compiling serial.c... compiling dataqueue.c... compiling pipe.c... compiling ringblk_buf.c... compiling waitqueue.c... compiling ringbuffer.c... compiling workqueue.c... compiling symbol.c... compiling shell.c... compiling msh_cmd.c... compiling cmd.c... compiling msh_file.c... compiling nrf_strerror.c... compiling msh.c... linking... Program Size: Code=44240 RO-data=5480 RW-data=504 ZI-data=10728 After Build - User command #1: fromelf --bin .\build\rtthread.axf --output rtthread.bin ".\build\rtthread.axf" - 0 Error(s), 0 Warning(s). Build Time Elapsed: 00:00:15 ```
撰写答案
登录
注册新账号
关注者
1
被浏览
9.1k
关于作者
geniusgogo
这家伙很懒,什么也没写!
提问
42
回答
157
被采纳
7
关注TA
发私信
相关问题
1
bsp/nrf5x有谁在维护吗?
2
完整标准版NRF52832-SDK15.3-RTT3.1.3
3
软件定时器回调中使用i2c读取数据导致RT_TIMER断言
4
mdk5 nrf52832的DFP包下载不了,哪位大神能分享下
5
下载rt-thread标准版后直接编译NRF52832不通过
6
studio编译nrf52832bsp例程开启softdevice错误。
7
nano移植到nrf52832的系统时钟如何配置问题
8
nrf52832 softdevice添加出错
9
使用RT-Thread Studio编译工程nrf52832的sdk是提示链接不到几个标签
10
rtthread小程序“WIFI配网助手”进行蓝牙连接失败
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
freemodbus从机调试说明
2
【1024】瑞萨 RA 系列 BSP 制作与适配最新版本的 Keil 、 RSC、固件,较新的 FSP
3
基于 RT-Thread 星火一号开发板的俄罗斯方块
4
RTThread studio 中添加 Micro_ROS 软件包有 Bug
5
【1024 RT-Thread与英飞凌(infineon)合作得板子PSOC 6 板子学习】
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
ART-Pi
FinSH
USB
文件系统
DMA
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
rt-smart
FAL
ESP8266
WIZnet_W5500
I2C_IIC
ota在线升级
UART
cubemx
PWM
flash
packages_软件包
freemodbus
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
出出啊
1516
个答案
342
次被采纳
小小李sunny
1440
个答案
289
次被采纳
张世争
793
个答案
171
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
148
次被采纳
本月文章贡献
出出啊
1
篇文章
1
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
4
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部