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 want to ask about the Queued Writes module and the NRF_SDH_BLE_VS_UUID_COUNT. In the example ble_app_uart, in the "services_init(void)" function we initialize the...
Hi,
I'm having difficulties running the secure bootloader example (ble_debug version), it doesn't seem to be advertising or providing any logs.
I'm currently using the...
Hi,
I want to create a fresh project in Keil with nRF SDK as static library included into application. I have created the project, but when I run, the code always stuck...
Hi,
The error I get is as followed:
Output/Debug/Exe/Lesson10_Part3.elf section `.nrf_balloc' will not fit in region `UNPLACED_SECTIONS'
region `UNPLACED_SECTIONS' overflowed...
This is my third and final attempt at getting a custom nRF52 board to appear on my phone as an Adafruit Feather device. I have no issue with the genuine Adafruit hardware...
Hi! We're preparing a medical device and are evaluating nRF5340 chip. We'd like to know when the chip and PDK will be production ready i.e. when Development Kit for nRF5340...
Hi,
One of my customers is applying LWM2M to their target application.
And they are trying to fix LOCAL PORT of LWM2M.
I heard that when end equipment is registered...
Hello
I use nrf52832 and mpu6050. I am trying to obtain values for pitch, roll, and yaw using mpu6050.
I don't know if it's because there's no magnetic sensor, but there...
Hello Everyone,
I recently started using NRF52840 dongle, I am trying to combine USB CDC ACM with Radio TX and RX examples. Individually the codes the running without any...
sd_ble_enable() returned NRF_ERROR_NO_MEM.
when I change this:
NRF_SDH_BLE_GATT_MAX_MTU_SIZE 23 to 247
NRF_SDH_BLE_GAP_DATA_LENGTH 27 to 251
here are turn...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...