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...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
i'm building an amplifier that can play sound over bluetooth. I intend to use the nrf52832 to send i2s data to my dsp chip. based on the loopback example, i have an idea on...
Hello,
I was reading through the code of the asset tracker application and noticed that there is no while(1)/for(;;)-loop. I see this for the first time in a board application...
hello,
we are in process migrating to SDK 16.0 and service pack 8.27 or higher. While performing an upgrade we encourage few problems and would like you expert advise...
2 Questions, both short:
1. Documentation error in Softdevice 15.x and 14.x header files:
/** @note If any of the discovered services have 128-bit UUIDs which are not...
"AT+CEREG=2" "AT+CFUN=1"
Getting the correct responses of above mentioned AT commands.
But after that, when any command is send on LTE Socket, " at_host_at_socket_write...
Hi,
I was randomly inspecting Bluetooth devices around in nRF Connect and I found out that many Apple devices advertise with TX Power Level 12 or 24 dBm. From my understanding...
Dear Nordic Team,
I'd like to inquiry how I am supposed to send a UTF8 string as the value of a characteristic.
I am trying to implement the FTMS service and the part...
Hi !
I want to connect 2 of my units to each other via BLE5 long range coded phy (125Kb).
I also want to be able to connect an android / ios phones to each unit simultaneity...
Base Samples used -
1. Central DFU SMP Client - <ncs>/nrf/samples/bluetooth/central_dfu_smp
2. SMP Server sample - <ncs>/zephyr/samples/subsys/mgmt/mcumgr/smp_svr
...
I am using the "ble_app_multilink_central" in version nRF5_SDK_17.0.2_d674dde for development.
It works and can connect to BLE devices.
However, there is one issue
...
I'm trying to use the BLE CLI example (ble_app_interactive) available on nRF5_SDK_17.0.2 on my nRF52840 chipset (on a BL654 kit) and as soon as the interface starts I receive...
Greetings,
I've got the power profiler app (v3.0.3, installed via the nRF connect desktop app v3.6.1) running under both Linux and Windows.
With windows, seems to work...
Hi, everyone,
I am pretty new to nRF52 development. Right now,I want to turn SAADC off at low power and turn it back on when wake up, but after nrfx_saadc_uninit(); When...
I am configuring the ANT+ scan on two separate channels with the following parameters:
ROMDATA_T ant_search_config_t aprfant_dynastream_search_config = { .channel_number...