Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
Hi, I'm using NCS v1.9.1, and attempting to upgrade MCUBoot via DFU over BLE using the nRF Connect for Mobile app.
I'm able to successfully DFU the application image. However...
Hello,
nice to see that you've updated your documentation website ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases/release-notes-1.1.0.html )....
HI I am having trouble converting the NUS example into something that simply stores the BLE nus response to the peripheral into a variable rather than printing it to the UART...
Hello all,
I am developing on the nRF52840, and I am using the PCA10056/nRF52840-DK to assist in my understanding of the uploading process.
Currently, I am trying to get...
What is the reason Nordic dont want to provide yet dual mode solution - BR/EDR + BLE? - There are plenty of legacy BT devices on the market and the new BLE devices doesnt...
I am working on developing an application for nRF52833 DK (PCA10100) using nRF5 SDK_v17.1 and nRF_802.15.4 Radio driver v1.6. I am using the s122 Soft device on the device...
Hi all,
So I was following this guide for updating my firmware over BLE: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth...
Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER ------------------------------------------------------------------------------------ Hello, My problem is that I can...
When i open the Toolchain on my mac it loads and put upp a crash page. i have already: restarted my mac, reintstalled and restarted but i get the same crash
The System...
Hi, I currently have a project with an nRF52832 chip using SDK 14.2, I would like to upgrade the project and change the chip to nRF5340. Is there a way to migrate the project...
Are there any examples showing use of the MQTT library using Bluetooth as the Link Layer? I see this on Zephyr's repo zephyr/subsys/net/l2/bluetooth at main · zephyrproject...
Here is a warning I get linking an application that uses nRF DM library 5/14] Linking C static library app\libapp.a [6/14] Linking C executable zephyr\zephyr_pre0.elf c:/toolchains...
Hi,
Can any one list what are the reasons for sd_ble_gap_connect returns NRF_ERROR_DATA_SIZE?
In ble_gap.h NRF_ERROR_DATA_SIZE error code doesn't exist for sd_ble_gap_connect...
Hello,
We have already product with BLE 4 and now we are moving to BLE5. As per the example code we have updated our code to BLE 5 but we are not seeing advertisement...