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...
Hello every body,
Can i ask a question:
Does NRF52810/NRF52811 chip set support BLE_central mode?
I try to convert example code from "ble_app_blinky_c, pca10056" to...
Hi, would it be possible for someone to create a well-structured guide/tutorial on how to include PDM support into Zephyr with an example of using a simple PDM microphone...
Can you let me know if overdriving (sinking too much current) will damage the IC.
I have a LED connected through a 5 Ohm resistor to a GPIO. It is set to sink the current...
Hello,
Im working on a project that will require us to be able to update the nrf52 (which is providing BLE services to a host MCU) via a custom over-the-air update mechanism...
Hi
I'm working on a solution with 2 battery powered BLE devices: one is a peripheral device, the other a central. Mostly the devices will be advertising and scanning, not...
Hello,
I am trying to compile my project, which includes a library file (.a). I get multiple errors about "undefined reference". See image:
.a-file in project tree ...
Hello:
I'm evaluating the nRF9160-DK and trying the asset_tracker application (nRF Connect SDK1.4.0) with Segger v5.20b, and log messages don't show up in Debug Terminal...
Hello:
I'm evaluating Thingy:91 (nRF9160) and I was able to download asset_tracker application using MCUboot DFU without problems. Everything fine.
Now, I wanted to try...
hi, I am using nrf9160dk. I want to send some data to the server via MQTT and also I want to test nrf cloud
I installed nrf connect SDK toolchain and generated some projects...
Hi to everyone, i will try to explain everything in detail.
I developing a product that is currently in the pre-production stage, and im having some issues with voltage...
Hi,
I was testing the BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event and I did trigger the event but i was wondering if that it's normal that It triggers after I send all my...
If this has an answer, I did not look as one loses position if one checks.
IN any case, I have a working application running on the PC that uses the pc-ble-driver to access...
Hopefully a simple question: is it possible to define a vendor-specific sensor type for the standard Mesh Sensor Model?
The nRF Connect SDK documentation seems to be confused...