Hello, I wonder if it is possible to run the Thingy91 in MQTT-S with a certificate system to ensure the connection between the broker and the thingy. (CA, device certificate...
Hi,
I am currently building software on NRF 52810 and softdevice version is s112 7.0.1. I have one service which has three characteristics. When I add either a new service...
Device Information
Module: FANSTEL BC832 Bluetooth Low Energy 5 Micro Module
Chip: nRF52832
Firmware version: Default AT firmware
Current MAC Address: ef30:0a:cab132...
Dear Nordic Support Team,
We are currently exploring the use and potential benefits of the paEventCounter as described in the Bluetooth Core Specification 5.4, Section 4...
Hello!
Since we are moving from the prototype phase of our project to the pre-production phase, we have developed a custom board which utilizes the ISP2454, nRF54L15 SoC...
Hi,
I am working on Temperature sensor MAX30208 using nrf52840 using zephyr. i am working on ncsv3.0.0 . I want to develop a driver for max30208 . can anyone guide me how...
Hi,
I'd like to go for sysbuild with my nrf9161 based application but after some trials and errors, I am not able to find which images should be enabled in sysbuild.conf...
Unfortunately, I'm not seeing NRF_EVT_POWER_FAILURE_WARNING events on my s210 based system. As I've seen in other questions on the forum, I've implemented the calls below...
I'm currently trying to merge the S120 softdevice with the compiled code from the ble_app_multilink_central sample under Linux (Ubuntu).
Here is the command I'm executing...
There are a couple problems with the SDK 7.1.0 implementation of nrf_delay_us for GCC. The experiments I've run show the provided version generates delays 40-50% too long...
Hi,
I am developing an application to capture data on a PC over ANT+ using the ANTUSB-m as slave and the nRF51 DK as master.
In order to test my program I want to be able...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
I am trying to use the nrf51822 to send media button commands over HID. I have seen several questions on here and they usually involve the HID Mouse example (which doesn't...
Hello,
I have been trying to implement AES in order to encrypt a time stamtamp to be sent in the advert of the iBeacon ( 128 bits, using Minor and Major bits, (16+16)*4...
Hi,
I am trying to decrease circuit power consumption that's why I am using sd_ble_gap_tx_power_set(TX_POWER_LEVEL) function. When I set TX_POWER_LEVEL as 4 or -20, I dont...
We are looking to change tx_power setting to Neg30 dBm and for this we have accessed NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_Neg30dBm << RADIO_TXPOWER_TXPOWER_Pos);
...
I have the NRF51 DK working with CrossWorks on OSX. I have the blinky example working.
Now I would like to figure out how to get very basic HELLO WORLD type demo to iOS...
I am implementing dual bank DFU on the PCA10001 board using the latest SDK (7.2.0) and S110(7.1.0). I am able to enter bootloader from my app as detailed here:
developer...
I'm just reading the documentation regarding the analog digital converter and wonder why there is one bit in the configuration register for every analog input. What will happen...
I'm using a relatively large GATT db that has rd_auth and wr_auth set to true for every characteristic. This prevents the stack from automatically replying with cached values...
I'm using the MAX9814 electret pre-amp's output as an input to an analog pin of the nRF51822. The MAX9814 has a 1.2V swing at 1.2V DC (so it goes from 0 to 2.4V). VDD for...
Hello,
I have some questions about the DC/DC conversion factor in nRF51822.
In the datasheet nRF51822_PS v3.1, Figure 11 shows the graph about conversion factor...