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...
Hi All, Today I am migrating my project from ncs 1.9.1 to ncs 2.0.0.
The project was building find with ncs 1.9.1
But I do got this with rebuilding with ncs 2.0.0 (I did...
Hi All, Today I am migrating my project from ncs 1.9.1 to ncs 2.0.0.
The project was building find with ncs 1.9.1
But I do got this build warning with ncs 2.0.0: Any idea...
Hey guys, I was looking for a similar issue, however, I haven't found something like this (maybe I am searching for a case similar to this in a wrong way) But essentially...
hi all,
I learned that the Zephyr controller can connect to more than 64 slave devices and was wondering if it can simultaneously connect as a slave to the phone via ble...
Hey Nordic,
I am using
SDKv17.1.0
VSCODE as IDE
S140 as softdevice
Windows
Let me first insert my code snippet:
Here, NRF_LOG_INFO() function works, meaning...
Hello, I am trying to save data on an microSD card using SPI1. I am following the firmware in this discussion Working NRF9160 SD Card Example on SDK 1.9.0 . In addition I...
Hi! I used NRF CONNCECT to connect the Power Profiler Kit II, I opened the "Bluetooth Low Energer" app by mistake, and received a prompt to update the firmware. I chose to...
Hello Team,
We are looking to buy SOC which supports Bluetooth LE audio in a idea of developing broadcasting audio to multi devices.
Its understood that SOC RF5340 supports...
Hi Nordic engineer About the I2C SDA signal, when CLK voltage change then the SDA will occur skin needling,could you please helo explain it, I check the PCB latout, the I2C...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
Now ,the engineering stage is pre_production...
I am using SDK 14.2.0 with Segger IDE.
I am trying to configure timers and while my code does compile w/o errors the linker fails with message in the subject above.
To...
I see that nordi is working on wifi 6 .
When It will be available and on which platform ?
Is possible to have presentation on wifi 6 versus wifi 5 and BLE ?
Best Regards...
Hi
I want to use a Nordic NRF52840 to sniff and dissect a Digimesh network. Digi do not provide a sniffer or/and dissector for their products. There is no promiscuous version...
hello,
we are trying to use the stack guard module - obviously we want this to give well-behaved fault handling in the event that the stack gets too close for comfort. ...