Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
We want to qualify a product with nrf52832 and preferable S132 6.1.1. When we tried to use QDID 125047 there were inconsistency problems in Launch Studio, table 1a was not...
Can i configure more than one pin for wake up the microcontroler from deep sleep ? like this: nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW); nrf_gpio_cfg_sense_input...
What is the receive buffer size for IP packet data, i.e. how many bytes of data can the modem receive (in one or several UDP packets) before I call recv() or recvfrom() on...
Hi Sir,
For test the nRF9160 GPS, based on the nRF connect v1.2.0.
Do we have the GPS API for cold/warm/hot start?
And which example code we can reference?
Thank you...
Hi,
Recently I have been working on serial LTE modem code and it seems to work great for TCP and UDP. I am trying to enable GPS module by the command mentioned in this link...
Hi,
is the 100k pull-down on the COEX2 pin required as stated in the product specification ? I don't see it being followed anywhere (reference circuitry, nRF9160 DK schematic...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...
How can I log on a router when a coordinator is in pairing mode, what I mean is that the coordinator sends a message so the routers know and set them selfs up on pairing mode...
For our nRF52832-QFAA design, we've just completed all tests according EN 300 328 (Radio). All but one test passed: spurious emissions at 4.9 GHz showed -44dBm, exceeding...
I use nRF52832 chip and SDK 15.3 version. I try to build nRF52 project with SDK 15.3.0. I spent a lot of time to fix a lot of issue in during compilation and linking. I used...
Hello,
I'm trying to build the HTS221 sensor example for nRF9160 but got this error :
I'm compiling the code with ncs v1.2.0 and here is my prj.conf :
Can someone...
Now I can only download the 《nRF52810 product brief.pdf》 . The link is shown below:
https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52810/GetStarted...
Hi,
I am using nRF52832 for my project. I want to perform secure connection using numeric comparison.
I want to know how six digit passkey is generated by the softdevice...
Hi,
For the testing purpose, I would like to send a few basic packets from LTE Link Monitor on nRF9160 DK to our cloud. I found a way how to do it through the nRF9160: Serial...
Hello guys,
We are developing our IoT prototype with Thingy:91 board using v1.2.0 tag.
One of the things we need to to is as follows:
Scan the BLE area looking for...