If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I'm using the Scan and Forward mode to relay sensor data.
My requirement is for roughly 256 Bytes per message.
Question: Is it recommended to switch to a private channel...
We used Nordic default project "ble_app_beacon" nRF5_SDK_13.1.0_7ca7556\examples\ble_peripheral, running on the RF52832 DK and only enable advertisement, the interval is 10s...
Board: custom board; Mesh SDK: V1.0.0; Softdevice: S132; IDE: SEGGER Embedded; BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can Provisioning...
Not really a problem, just a suggestion for improvement.
Using nRF5_SDK_14.2.0_17b948a
We have this definition:
./nrf-sdk/components/libraries/util/sdk_errors.h:157...
Hello,
Considering nRF5_SDK_14.2.0_17b948a.
In SDK documentation I can read that the steps to use the app_pwm library is to:
instantiate a context with APP_PWM_INSTANCE...
Dear all members,
I am having a strange issue. I am using the iOS Nordic Toolbox and ble_app_uart. I am sending large amounts of data from Central to peripheral, iPhone...
Hi
I am working on migration to SDK 14.2. HOWEVER, I found softdevice_handler_appsh.h is missing.
May I ask is there any replacement function to the same thing, please...
I want to use the flash to store some values, I try to use the NVMC like the examples, but it cause the chip reboot. why it cause the chip reboot, and how can I fix it?
Hello everyone, I'm currently facing two problems :
1- I'm using nrf Toolbox with the last version and perform a DFU on a low_energy_ble device. I'm using a .zip and got...
Hi All:
I met a trouble, i don't slove it. i need help .
sdk : nRF5_SDK_14.0.0 S132
hardware: nrf52832
base multitole dev.
nrf52832 as master to connect mobile by ble...
hi everybody
SDK:14.2.0
CHIP:nrf52832AA
example: ble_app_uart or ble_app_beacon
board:my board,not DK
My board program into ble_app_uart or ble_app_beacon hex,it...
What's the maximum time between random numbers being generated on the nRF52832's RNG? The datasheet just says
The time needed to generate one random byte of data is...
Hello everyone,
I remember doing a project with PCA10028 board and S110 SDK a year or a year and a half ago. Now i want to do another project but all my materials which...