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...
The PS for the nRF52840 indicates that the current consumption when the radio is transmitting BLE at 1Mbps is 16.4mA (p61). There is no mention of current consumption at 2...
Hello, I'd like to check what is the typical distance using 0 dBm tx power using Nrf52840?
I am using this BLE module based on Nordic, and it seems to work ONLY 2-3m far...
Hello
I am getting started with Nordic devices.
I recently bought a Thingy:91 and followed a tutorial to load the Asset Tracker application on to the device – this...
Dear,
We have been using QSPI external flash (MX25R64 installed at nrf5340 DK board) to write data. Particularly, when we ran flash_area_erase function ( located at zephyr...
Hello All,
How can I get my nRF52840's MAC address in Zephyr? Actually, I want to append the last 4 characters of the MAC address in CONFIG_BT_DEVICE_NAME.
So, when I...
Hello, we are developing a zephyr application on top of nrf52 soc. We can use the built-in zephyr drivers for most modules (ex: I2C, UART, nvm, etc.); however, for some modules...
I am really new at working with Bluetooth and the various protocols contained within.
I am using SDK 17.0 and drivers 2.7. I am working on a DK-52 board.
I am working...
The TWIM peripheral allows you to tx multiple buffers back-to-back like this:
- Set buffer 1 in TXD.PTR, TXD.AMOUNT - Trigger TASKS_STARTTX - Wait for EVENTS_TXSTARTED ...
Hi,
For testing purposes, I need a copy of the spec that the Nordic UART BLE service adheres to. Ex. minimum capabilities, mandatory functionality and attributes, etc. ...
Hello,
I tried enabling the Zigbee shell, through RTT, in my application and when that failed I built and burned the nrf/samples/zigbee instead, slightly modded to get rid...
Hi All. My task is simple. I want to implement LE secure connections on DFU. I have seen the ble_gls example. It has a passkey for bonding, I am looking into that too. I ran...
I have a repository that is intended to be used by other repositories via ZEPHYR_EXTRA_MODULES. This seems to be working fine. However, now I'm trying to add some code to...
I am evaluating a front end module by skyworks 66111 output power is ~14dBm. The FEM requires that logic dictate when to transmit and when to receive. When CRX, pin 17, is...
HI
we have developed our custom board using nrf5340. We are using NCS v1.7.1 for application development. I can't able to flash the HCI_rpmsg application to the network...